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

Compare with Current View Page History

« Previous Version 54 Next »

An essential element of secure coding in the Java programming language is a well-documented and enforceable coding standard. The CERT Oracle Secure Coding Standard for Java provides rules for secure coding in the Java programming language. The goal of these rules is to eliminate insecure coding practices that can lead to exploitable vulnerabilities. The application of the secure coding standard leads to higher quality systems that are safe, secure, reliable, dependable, robust, resilient, available, and maintainable and can be used as a metric to evaluate source code for these properties (using manual or automated processes).

This coding standard affects the wide range of software systems developed in the Java programming language.

Scope

Audience

Contents and Organization

Guidelines

Usage

System Qualities

Priority and Levels

Automatically Generated Code

Conformance Testing

Tool Selection and Validation


The CERT Oracle Secure Coding Standard for Java      The CERT Oracle Secure Coding Standard for Java      01. Declarations and Initialization (DCL)

  • No labels