ID: 1141 Status: Stable
Weaknesses in this category are related to the rules and recommendations in the Exceptional Behavior (ERR) section of the SEI CERT Oracle Secure Coding Standard for Java.
ID | NAME |
---|---|
CWE-460 | 抛出异常的清理不恰当 |
CWE-584 | 在最后的代码块中返回 |
CWE-459 | 清理环节不完整 |
CWE-248 | 未捕获的异常 |
CWE-705 | 控制流范围控制不正确 |
CWE-754 | 对因果或异常条件的不恰当检查 |
CWE-703 | 对异常条件检查或处理不恰当 |
CWE-397 | 对通用异常声明Throws语句 |
CWE-382 | J2EE不安全实践:使用System.exit() |
REF-820 SEI CERT Oracle Coding Standard for Java : Rule 07. Exceptional Behavior (ERR) REF-1003 SEI CERT Oracle Coding Standard for Java : Rec 07. Exceptional Behavior (ERR)