We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f4c8e commit 0b2cacaCopy full SHA for 0b2caca
src/main/java/org/owasp/benchmark/score/parsers/FindbugsReader.java
@@ -122,10 +122,10 @@ else if ( cwe.equals( "326" ) ) {
122
123
//Injections
124
case "SECSQLIHIB" : return 564; // Hibernate Injection, child of SQL Injection
125
- case "SECSQLIJDO" : return 72;
126
- case "SECSQLIJPA" : return 72;
127
- case "SECSQLISPRJDBC" : return 72;
128
- case "SECSQLIJDBC" : return 72;
+ case "SECSQLIJDO" : return 89;
+ case "SECSQLIJPA" : return 89;
+ case "SECSQLISPRJDBC" : return 89;
+ case "SECSQLIJDBC" : return 89;
129
130
//LDAP injection
131
case "SECLDAPI" : return 90; // LDAP injection
0 commit comments