CERT C Secure Coding Section 06 - Arrays (ARR) |
Category ID: 740 (Category) | Status: Incomplete |
Description Summary
Weaknesses in this category are related to rules in the arrays 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 | ![]() | 119 | Failure to Constrain Operations within the Bounds of a Memory Buffer | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | ![]() | 129 | Improper Validation of Array Index | Weaknesses Addressed by the CERT C Secure Coding Standard734 |
ParentOf | ![]() | 467 | Use of sizeof() on a Pointer Type | Weaknesses Addressed by the CERT C Secure Coding Standard734 |
ParentOf | ![]() | 469 | Use of Pointer Subtraction to Determine Size | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | ![]() | 665 | Improper Initialization | 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. "06. Arrays (ARR)". <https://www.securecoding.cert.org/confluence/display/seccode/06.+Arrays+%28ARR%29>. |