CERT C Secure Coding Section 07 - Characters and Strings (STR) |
Category ID: 741 (Category) | Status: Incomplete |
Description Summary
Weaknesses in this category are related to rules in the characters and strings 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 Base | 78 | Improper Sanitization of Special Elements used in an OS Command ('OS Command Injection') | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 88 | Argument Injection or Modification | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Class | 119 | Failure to Constrain Operations within the Bounds of a Memory Buffer | Weaknesses Addressed by the CERT C Secure Coding Standard734 |
ParentOf | Weakness Base | 120 | Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 135 | Incorrect Calculation of Multi-Byte String Length | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 170 | Improper Null Termination | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 193 | Off-by-one Error | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Base | 464 | Addition of Data Structure Sentinel | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
ParentOf | Weakness Variant | 686 | Function Call With Incorrect Argument Type | Weaknesses Addressed by the CERT C Secure Coding Standard734 |
ParentOf | Weakness Class | 704 | Incorrect Type Conversion or Cast | Weaknesses Addressed by the CERT C Secure Coding Standard734 |
MemberOf | View | 734 | Weaknesses Addressed by the CERT C Secure Coding Standard | Weaknesses Addressed by the CERT C Secure Coding Standard (primary)734 |
CERT. "07. Characters and Strings (STR)". <https://www.securecoding.cert.org/confluence/display/seccode/07.+Characters+and+Strings+%28STR%29>. |