Skip to content

Commit 5e0b92f

Browse files
authored
Add for LDAP Injection in WapitiReader (#170)
1 parent d0ff505 commit 5e0b92f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/src/main/java/org/owasp/benchmarkutils/score/parsers/WapitiReader.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ private int cweLookup(String cwe) {
123123
return CweNumber.XSS;
124124
case "89": // Normal and Blind SQL Injection
125125
return CweNumber.SQL_INJECTION;
126+
case "90":
127+
return CweNumber.LDAP_INJECTION;
126128
case "352":
127129
return CweNumber.CSRF;
128130
case "611":

0 commit comments

Comments
 (0)