...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| PMD.Security-Code-Guidelines.ArrayIsStoredDirectly FB.MALICIOUS_CODE.EI_EXPOSE_STATIC_REP2 | Array is stored directly May expose internal static state by storing a mutable object into a static field | ||||||
Parasoft Jtest |
| SECURITY.EAB.CPCL, SECURITY.EAB.MPT, SECURITY.EAB.SMO, OOP.MUCOP | Implemented | ||||||
SonarQube |
| S2384 | Mutable members should not be stored or returned directly Implemented for Arrays, Collections and Dates. |
...