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.
find-sec-bugs
1 parent ff5267d commit 030bb91Copy full SHA for 030bb91
pom.xml
@@ -127,6 +127,11 @@
127
<artifactId>fb-contrib</artifactId>
128
<version>7.6.4</version>
129
</plugin>
130
+ <plugin>
131
+ <groupId>com.h3xstream.findsecbugs</groupId>
132
+ <artifactId>findsecbugs-plugin</artifactId>
133
+ <version>1.13.0</version>
134
+ </plugin>
135
</plugins>
136
</configuration>
137
spotbugs-exclude.xml
@@ -282,4 +282,14 @@
282
<Match>
283
<Bug pattern="SPP_TOSTRING_ON_STRING" />
284
</Match>
285
+ <!-- find-sec-bugs -->
286
+ <Match>
287
+ <Bug pattern="PREDICTABLE_RANDOM" />
288
+ </Match>
289
290
+ <Bug pattern="HARD_CODE_KEY" />
291
292
293
+ <Bug pattern="PATH_TRAVERSAL_IN" />
294
295
</FindBugsFilter>
0 commit comments