...
Failing to declare a non-final class's method private
or final
can allow a subclass to omit the security checks defined in the methods.
Rule Guideline | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
MET03-J | medium | probable | medium | P8 | L2 |
...