ID: 1137 Status: Stable
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.
ID | NAME |
---|---|
CWE-190 | 整数溢出或超界折返 |
CWE-191 | 整数下溢(超界折返) |
CWE-197 | 数值截断错误 |
CWE-369 | 除零错误 |
CWE-681 | 数值类型间的不正确转换 |
CWE-682 | 数值计算不正确 |
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)