CERT C Secure Coding Section 03 - Expressions (EXP) |
Category ID: 737 (Category) | Status: Incomplete |
Description Summary
Weaknesses in this category are related to rules in the expressions section of the CERT C Secure Coding Standard. Since not all rules map to specific weaknesses, this category may be incomplete.
Nature | Type | ID | Name | View(s) this relationship pertains to![]() |
---|---|---|---|---|
ParentOf | ![]() | 467 | Use of sizeof() on a Pointer Type | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | ![]() | 468 | Incorrect Pointer Scaling | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | ![]() | 476 | NULL Pointer Dereference | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | ![]() | 628 | Function Call with Incorrectly Specified Arguments | Weaknesses Addressed by the CERT C Secure Coding Standard734 |
ParentOf | ![]() | 704 | Incorrect Type Conversion or Cast | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | ![]() | 783 | Operator Precedence Logic Error | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
MemberOf | ![]() | 734 | Weaknesses Addressed by the CERT C Secure Coding Standard | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
CERT. "03. Expressions (EXP)". <https://www.securecoding.cert.org/confluence/display/seccode/03.+Expressions+%28EXP%29>. |