...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
SEC07-J | High | Probable | Low | P18 | L1 |
Automated Detection
Violations of this rule can be discovered with a heuristic checker in the style of FindBugs. As with all heuristic checks, achieving a low false-positive rate is essential.
Android Implementation Details
The java.security
package exists on Android for compatibility purposes only and it should not be used.
Bibliography
...
14. Platform Security (SEC) SEC08-J. Define wrappers around native methods