An object contains a public static field that is not marked final, which might allow it to be modified in unexpected ways.
Public static variables can be read without an accessor and changed without a mutator by any classes in the application.
Impact: Modify Application Data
The object could potentially be tampered with.
Impact: Read Application Data
The object could potentially allow the object to be read.
c++javac++javaHigh