This appendix contains rules that are specific to the development of Java apps for the Android platform. These rules do not apply to the development of Java programs for other platforms.
Rules
Risk Assessment Summary
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
DRD00-J | medium | likely | high | P6 | L2 |
DRD01-J | low | unlikely | medium | P2 | L3 |
DRD02-J | high | probable | medium | P12 | L1 |
Rule | Rule Text | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|---|
DRD00-J |
|
|
|
|
| |
DRD01-J |
|
|
|
|
| |
DRD02-J |
|
|
|
|
| |
DRD03-J | ||||||
DRD04-J | ||||||
DRD05-J | ||||||
DRD06-J | ||||||
DRD07-J |
ENV05-J. Do not deploy an application that can be remotely monitored The CERT Oracle Secure Coding Standard for Java MSC00-J. Use SSLSocket rather than Socket for secure data exchange