Skip to content

Commit

Permalink
deps: Upgrade findsecbugs to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoison committed Feb 28, 2024
1 parent 5368042 commit 40f34e6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public class FindbugsRules {
"XXE_XPATH",
"XXE_XSLT_TRANSFORM_FACTORY",
"XXE_DTD_TRANSFORM_FACTORY",
"XXE_SCHEMA_FACTORY",
"XXE_VALIDATOR",
"SQL_INJECTION_HIBERNATE",
"SQL_INJECTION_JDO",
"SQL_INJECTION_JPA",
Expand Down Expand Up @@ -126,7 +128,8 @@ public class FindbugsRules {
"SQL_INJECTION_VERTX",
"IMPROPER_UNICODE",
"SAML_IGNORE_COMMENTS",
"DANGEROUS_PERMISSION_COMBINATION"
"DANGEROUS_PERMISSION_COMBINATION",
"POTENTIAL_XML_INJECTION"
));

public static final List<String> MAJOR_BUGS = Collections.unmodifiableList(Arrays.asList(
Expand Down

0 comments on commit 40f34e6

Please sign in to comment.