You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This appendix contains guidelines for 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

      
      
      
      
      

 


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

 

  • No labels