CWE-1109 – Use of Same Variable for Multiple Purposes
Description The code contains a callable, block, or other code element in which the same variable is used to control more than one unique task...
CWE-111 – Direct Use of Unsafe JNI
Description When a Java application uses the Java Native Interface (JNI) to call code written in another programming language, it can expose the application to...
CWE-1110 – Incomplete Design Documentation
Description The product's design documentation does not adequately describe control flow, data flow, system initialization, relationships between tasks, components, rationales, or other important aspects of...
CWE-1111 – Incomplete I/O Documentation
Description The product's documentation does not adequately define inputs, outputs, or system/software interfaces. Modes of Introduction: Related Weaknesses CWE-1059 Consequences Potential...
CWE-1112 – Incomplete Documentation of Program Execution
Description The document does not fully define all mechanisms that are used to control or influence how product-specific programs are executed. Modes of Introduction: ...
CWE-1113 – Inappropriate Comment Style
Description The source code uses comment styles or formats that are inconsistent or do not follow expected standards for the product. Modes of Introduction: ...
CWE-1114 – Inappropriate Whitespace Style
Description The source code contains whitespace that is inconsistent across the code or does not follow expected standards for the product. Modes of Introduction: ...
CWE-1115 – Source Code Element without Standard Prologue
Description The source code contains elements such as source files that do not consistently provide a prologue or header that has been standardized for the...
CWE-1116 – Inaccurate Comments
Description The source code contains comments that do not accurately describe or explain aspects of the portion of the code with which the comment is...
CWE-1117 – Callable with Insufficient Behavioral Summary
Description The code contains a function or method whose signature and/or associated inline documentation does not sufficiently describe the callable's inputs, outputs, side effects, assumptions,...