File tree Expand file tree Collapse file tree
sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,8 +78,7 @@ <h2>See</h2>
7878 < li > CWE - < a href ="https://cwe.mitre.org/data/definitions/564 "> CWE-564 - SQL Injection: Hibernate</ a > </ li >
7979 < li > CWE - < a href ="https://cwe.mitre.org/data/definitions/20 "> CWE-20 - Improper Input Validation</ a > </ li >
8080 < li > CWE - < a href ="https://cwe.mitre.org/data/definitions/943 "> CWE-943 - Improper Neutralization of Special Elements in Data Query Logic</ a > </ li >
81- < li > < a
82- href ="https://cmu-sei.github.io/secure-coding-standards/sei-cert-oracle-coding-standard-for-java/rules/input-validation-and-data-sanitization-ids/ids00-j "> CERT, IDS00-J.</ a > - Prevent SQL injection</ li >
81+ < li > < a href ="https://wiki.sei.cmu.edu/confluence/x/ITdGBQ "> CERT, IDS00-J.</ a > - Prevent SQL injection</ li >
8382 < li > Derived from FindSecBugs rules < a href ="https://h3xstream.github.io/find-sec-bugs/bugs.htm#SQL_INJECTION_JPA "> Potential SQL/JPQL Injection
8483 (JPA)</ a > , < a href ="https://h3xstream.github.io/find-sec-bugs/bugs.htm#SQL_INJECTION_JDO "> Potential SQL/JDOQL Injection (JDO)</ a > , < a
8584 href ="https://h3xstream.github.io/find-sec-bugs/bugs.htm#SQL_INJECTION_HIBERNATE "> Potential SQL/HQL Injection (Hibernate)</ a > </ li >
Original file line number Diff line number Diff line change 1919 " bad-practice" ,
2020 " cert" ,
2121 " hibernate" ,
22- " sql" ,
23- " former-hotspot"
22+ " sql"
2423 ],
2524 "defaultSeverity" : " Major" ,
2625 "ruleSpecification" : " RSPEC-2077" ,
Original file line number Diff line number Diff line change 1717 " error-handling" ,
1818 " spring" ,
1919 " debug" ,
20- " user-experience" ,
21- " former-hotspot"
20+ " user-experience"
2221 ],
2322 "defaultSeverity" : " Minor" ,
2423 "ruleSpecification" : " RSPEC-4507" ,
You can’t perform that action at this time.
0 commit comments