ID: 1136 Status: Stable
Weaknesses in this category are related to the rules and recommendations in the Expressions (EXP) section of the SEI CERT Oracle Secure Coding Standard for Java.
ID | NAME |
---|---|
CWE-252 | 未加检查的返回值 |
CWE-476 | 空指针解引用 |
CWE-597 | 在字符串比较中使用了错误的操作符 |
CWE-595 | 错误对对象引用当作对象内容进行比较 |
REF-816 SEI CERT Oracle Coding Standard for Java : Rule 02. Expressions (EXP) REF-998 SEI CERT Oracle Coding Standard for Java : Rec 02. Expressions (EXP)