...
MSC35-J. Do not use Object.equals() to compare cryptographic keys
MSC36-J. Use inequality to terminate a loop whose counter changes by more than one
Risk Assessment Summary
Recommendations
...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
|---|---|---|---|---|---|
MSC30- J | high | probable | medium | P12 | L1 |
MSC31- J | high | probable | medium | P12 | L1 |
MSC32- J | medium | probable | medium | P8 | L2 |
MSC33- J | low | probable | medium | P4 | L3 |
MSC35- J | high | unlikely | low | P9 | L2 |
MSC36-J | low | unlikely | low | P1 | L3 |
...
SER39-J. Do not invoke overridable methods from the readObject method The CERT Sun Microsystems Secure Coding Standard for Java MSC00-J. Eliminate class initialization cycles