Category-874: CERT C++ Secure Coding Section 06 - Arrays and the STL (ARR)

ID: 874 Status: Incomplete

Summary

Weaknesses in this category are related to rules in the Arrays and the STL (ARR) section of the CERT C++ Secure Coding Standard. Since not all rules map to specific weaknesses, this category may be incomplete.

Membership

ID NAME
CWE-119 内存缓冲区边界内操作的限制不恰当
CWE-129 对数组索引的验证不恰当
CWE-467 在指针类型上使用sizeof()
CWE-469 使用指针的减法来确定大小
CWE-665 初始化不恰当
CWE-805 使用不正确的长度值访问缓冲区

References

REF-853 06. Arrays and the STL (ARR)