Category-872: CERT C++ Secure Coding Section 04 - Integers (INT)

ID: 872 Status: Incomplete

Summary

Weaknesses in this category are related to rules in the Integers (INT) 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-129 对数组索引的验证不恰当
CWE-190 整数溢出或超界折返
CWE-192 整数强制转换错误
CWE-197 数值截断错误
CWE-20 输入验证不恰当
CWE-369 除零错误
CWE-466 在预期范围外返回指针值
CWE-587 将一个固定地址复制给指针
CWE-606 循环条件输入未经检查
CWE-676 潜在危险函数的使用
CWE-681 数值类型间的不正确转换
CWE-682 数值计算不正确

References

REF-851 04. Integers (INT)