File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 140
140
<version .maven-checkstyle-plugin.checkstyle>10.5.0</version .maven-checkstyle-plugin.checkstyle>
141
141
<version .maven-jxr-plugin>3.2.0</version .maven-jxr-plugin>
142
142
<version .maven-pmd-plugin>3.17.0</version .maven-pmd-plugin>
143
- <version .maven-pmd-plugin.pmd>6.51 .0</version .maven-pmd-plugin.pmd>
143
+ <version .maven-pmd-plugin.pmd>6.52 .0</version .maven-pmd-plugin.pmd>
144
144
<version .spotbugs-maven-plugin>4.7.3.0</version .spotbugs-maven-plugin>
145
145
<version .spotbugs-maven-plugin.spotbugs>4.7.0.0</version .spotbugs-maven-plugin.spotbugs>
146
146
<version .maven-surefire-report-plugin>3.0.0-M7</version .maven-surefire-report-plugin>
1046
1046
<groupId >com.github.spotbugs</groupId >
1047
1047
<artifactId >spotbugs-maven-plugin</artifactId >
1048
1048
<version >${version.spotbugs-maven-plugin} </version >
1049
- <dependencies >
1050
-
1051
- </dependencies >
1049
+ <configuration >
1050
+ <includeFilterFile >spotbugs-security-include.xml</includeFilterFile >
1051
+ <excludeFilterFile >spotbugs-security-exclude.xml</excludeFilterFile >
1052
+ <plugins >
1053
+ <plugin >
1054
+ <groupId >com.h3xstream.findsecbugs</groupId >
1055
+ <artifactId >findsecbugs-plugin</artifactId >
1056
+ <version >1.12.0</version >
1057
+ </plugin >
1058
+ </plugins >
1059
+ </configuration >
1052
1060
</plugin >
1053
1061
<plugin >
1054
1062
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change
1
+ <FindBugsFilter >
2
+ </FindBugsFilter >
Original file line number Diff line number Diff line change
1
+ <FindBugsFilter >
2
+ <Match >
3
+ <Bug category =" SECURITY" />
4
+ </Match >
5
+ </FindBugsFilter >
You can’t perform that action at this time.
0 commit comments