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

Compare with Current View Page History

« Previous Version 21 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)

04. Integers (INT)

06. Objects Orientation (OBJ)

05. Floating Point (FLP)

07. Input Output (FIO)

08. Concurrency (CON)

09. Methods (MET)

10. Control Flow (CTL)

11. Miscellaneous (MSC)

AA. Java References

  • No labels