...
Guideline | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
SCP03-J | medium | probable | medium | P8 | L2 |
Automated Detection
TODOAutomated detection of non-private nested classes that define non-private members and constructors is straight-forward. However, this guideline applies only when those classes could potentially expose sensitive data or operations from the outer class. Detection of sensitive data or operations requires programmer assistance.
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this guideline on the CERT website.
...