SEI CERT Perl Coding Standard - Guidelines 02. Declarations and Initialization (DCL)
A category in the Common Weakness Enumeration published by The MITRE Corporation.
Summary
Categories in the Common Weakness Enumeration (CWE) group entries based on some common characteristic or attribute.
Weaknesses in this category are related to the rules and recommendations in the Declarations and Initialization (DCL) section of the SEI CERT Perl Coding Standard.
Weaknesses
The product calls a function, procedure, or routine with arguments that are not correctly specified, leading to always-incorrect behavior and resultant weaknesses.
The product does not initialize critical variables, which causes the execution environment to use unexpected values.
The code uses deprecated or obsolete functions, which suggests that the code has not been actively reviewed or maintained.
The code uses a variable that has not been initialized, leading to unpredictable or unintended results.
Concepts
CWE entries in this view (graph) are fully or partially eliminated by following the guidance presented in the online wiki that reflects that current rules and recommen...
See Also
- SEI CERT Perl Coding Standard : Rule 02. Declarations and Initialization (DCL)
The Software Engineering Institute
- SEI CERT Perl Coding Standard : Rec. 02. Declarations and Initialization (DCL)
The Software Engineering Institute
Common Weakness Enumeration content on this website is copyright of The MITRE Corporation unless otherwise specified. Use of the Common Weakness Enumeration and the associated references on this website are subject to the Terms of Use as specified by The MITRE Corporation.