Giter Site home page Giter Site logo

Comments (4)

ThrawnCA avatar ThrawnCA commented on June 6, 2024

Essentially this is only a security vulnerability if someone has added malicious code to your jvm.

That type of security concern tends to originate from the heyday of Java Applets.

from spotbugs.

xenoterracide avatar xenoterracide commented on June 6, 2024

Yeah, but there's also that one where You can execute arbitrary toad if you throw an exception in the constructor... Either way my point is that mutable objects are actually also a bad coding practice (arguably), and generally would be better to replace with builder, record, and or effectively final objects (kind of what I'm talking here). It occurs to me I didn't think to mention builder since the builder itself is usually mutable so that would have to be recognized in some way although you could just suppress the class I suppose...

from spotbugs.

ThrawnCA avatar ThrawnCA commented on June 6, 2024

You can execute arbitrary toad

https://content.api.news/v3/images/bin/8b236653aec2926939f9bf4c695efbda?width=1024 happens ;)

Either way my point is that mutable objects are actually also a bad coding practice (arguably)

That's rather beyond the scope of what SpotBugs will ever enforce.

from spotbugs.

xenoterracide avatar xenoterracide commented on June 6, 2024

Is it though? I mean it's something that spot bugs can do analysis on and already is. Really all I'm asking for is the ability to check but only check for public APIs. It's the same as this security vulnerability I just want to limit it to public APIs.

from spotbugs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.