Public Static Field Not Marked Final
CWE-500 · Variant · Draft
An object contains a public static field that is not marked final, which might allow it to be modified in unexpected ways.
Extended description
Public static variables can be read without an accessor and changed without a mutator by any classes in the application.