CWE-1111 |
The product's documentation does not adequately define inputs,
outputs, or system/software interfaces. |
CWE-1112 |
The document does not fully define all mechanisms that are used
to control or influence how product-specific programs are
executed. |
CWE-1113 |
The source code uses comment styles or formats that are
inconsistent or do not follow expected standards for the
product. |
CWE-1114 |
The source code contains whitespace that is inconsistent across
the code or does not follow expected standards for the
product. |
CWE-1115 |
The source code contains elements such as source files
that do not consistently provide a prologue or header that has been
standardized for the project. |
CWE-1116 |
The source code contains comments that do not accurately
describe or explain aspects of the portion of the code with which the comment is
associated. |
CWE-1117 |
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, or return codes. |
CWE-1118 |
The documentation does not sufficiently describe the techniques
that are used for error handling, exception processing, or similar
mechanisms. |
CWE-1119 |
The code uses too many unconditional branches (such as
"goto"). |
CWE-112 |
The software accepts XML from an untrusted source but does not validate the XML against the proper schema. |