Category-1137: SEI CERT Oracle Java安全编码标准-准则03.数值类型和运算(NUM)

ID: 1137 Status: Stable

Summary

Weaknesses in this category are related to the rules and recommendations in the Numeric Types and Operations (NUM) section of the SEI CERT Oracle Secure Coding Standard for Java.

Membership

ID NAME
CWE-190 整数溢出或超界折返
CWE-191 整数下溢(超界折返)
CWE-197 数值截断错误
CWE-369 除零错误
CWE-681 数值类型间的不正确转换
CWE-682 数值计算不正确

References

REF-817 SEI CERT Oracle Coding Standard for Java : Rule 03. Numeric Types and Operations (NUM) REF-999 SEI CERT Oracle Coding Standard for Java : Rec 03. Numeric Types and Operations (NUM)