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

Compare with Current View Page History

« Previous Version 13 Next »

The CERT Java Secure Coding Standard includes rules and recommended practices for secure programming in the Java Platform Standard Edition 6 environment including the CORE API and perhaps the Non-Core APIs included in JDK 1.6.

00. Security (SEC)

01. Declarations and Initialization (DCL)

02. Expressions (EXP)

03. Scope (SCP)

03. Integers (INT)

04. Objects Orientation (OBJ)

05. Primitives and Variables (PNV)

06. Input Output (FIO)

07. Concurrency (CON)

08. Methods (MET)

09. Control Flow (CTL)

10. Miscellaneous (MSC)

AA. Java References

  • No labels