...
Having a public static final array is a potential security risk because the array elements may be modified by a client.
GuidelineRule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
OBJ13-J | Medium | Likely | Low | P18 | L1 |
...
...
Having a public static final array is a potential security risk because the array elements may be modified by a client.
GuidelineRule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
OBJ13-J | Medium | Likely | Low | P18 | L1 |
...