...
Wiki Markup |
---|
\[[SCG 07|AA. Java References#SCG 07]\] Guideline 3-4 Purge sensitive information from exceptions \[[Gong 03|AA. Java References#Gong 03]\] 9.1 Security Exceptions \[[MITRE 09|AA. Java References#MITRE 09]\] [CWE ID 209|http://cwe.mitre.org/data/definitions/209.html] "Error Message Information Leak", [CWE ID 600|http://cwe.mitre.org/data/definitions/600.html] "Failure to Catch All Exceptions (Missing Catch Block)", [CWE ID 497|http://cwe.mitre.org/data/definitions/497.html] "Information Leak of System Data" |
...
EXC00-J. Handle exceptions appropriatelyDo not suppress or ignore checked exceptions 10. Exceptional Behavior (EXC) EXC02-J. Prevent exceptions while logging data