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

Compare with Current View Page History

« Previous Version 12 Next »

This appendix contains rules that apply to the development of Java apps for the Android platform.

Rules Specific Only to the Android Platform

These rules are specific only to the Android platform. They do not apply to the development of Java programs for other platforms and Android.

Risk Assessment Summary

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

DRD00-J

high

probable

medium

P12

L1

DRD01-J

high

probable

low

P18

L1

DRD03-J

high

probable

high

P6

L2

DRD03-J

High

Probable

Medium

P12

L1

DRD03-J

High

Probable

Medium

P12

L1

 

Rules for the Android Platform and Other Platforms

These rules apply to the development of Java programs for other platforms and Android. They do not apply only to the Android platform.

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