Skip to content

Commit

Permalink
Exclude SpotBugs rules EI_EXPOSE_REP and EI_EXPOSE_REP2.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 12, 2021
1 parent d76a64b commit 56487e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/spotbugs-exclusion-filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<Class name="~.*(Test|Benchmark).*" />
</Match>
<Match>
<Bug pattern="DESERIALIZATION_GADGET, FORMAT_STRING_MANIPULATION, PATH_TRAVERSAL_IN, WEAK_FILENAMEUTILS, RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/>
<Bug pattern="DESERIALIZATION_GADGET, FORMAT_STRING_MANIPULATION, PATH_TRAVERSAL_IN, WEAK_FILENAMEUTILS, RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE, EI_EXPOSE_REP, EI_EXPOSE_REP2"/>
</Match>
</FindBugsFilter>

0 comments on commit 56487e7

Please sign in to comment.