OWASP Top 10 Security Risks for 2010 mapped to Klocwork Java checkers
From current
See also Java checker reference.
| OWASP Risk ID | Klocwork Checker Code and Description |
| A1 | SV.DATA.BOUND Untrusted Data leaks into trusted storage SV.DATA.DB Data injection |
| A2 | SV.XSS.DB Cross Site Scripting (Stored XSS) SV.XSS.REF Cross Site Scripting (Reflected XSS) |
| A3 | SV.EXEC.DIR Process Injection. Working Directory SV.EXEC.ENV Process Injection. Environment Variables |
| A4 | SV.PATH Path and file name injection |
| A6 | ECC.EMPTY Tainted data EXC.BROADTHROWS Method has an overly broad throws declaration |
| A7 | SV.PASSWD.HC.EMPTY Empty Password SV.PASSWD.PLAIN Plain-text Password |
| A10 | SV.EMAIL Unchecked e-mail SV.HTTP_SPLIT HTTP Response Splitting |


