CERT C Secure Coding Section 04 - Integers (INT) |
Category ID: 738 (Category) | Status: Incomplete |
Description Summary
Weaknesses in this category are related to rules in the integers 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 | Weakness Class | 20 | Improper Input Validation | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 129 | Improper Validation of Array Index | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 190 | Integer Overflow or Wraparound | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Category | 192 | Integer Coercion Error | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 197 | Numeric Truncation Error | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 369 | Divide By Zero | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 466 | Return of Pointer Value Outside of Expected Range | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 587 | Assignment of a Fixed Address to a Pointer | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 606 | Unchecked Input for Loop Condition | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 676 | Use of Potentially Dangerous Function | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 681 | Incorrect Conversion between Numeric Types | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Class | 682 | Incorrect Calculation | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
MemberOf | View | 734 | Weaknesses Addressed by the CERT C Secure Coding Standard | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
CERT. "04. Integers (INT)". <https://www.securecoding.cert.org/confluence/display/seccode/04.+Integers+%28INT%29>. |