mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
10 lines
325 B
XML
10 lines
325 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- See http://findbugs.sourceforge.net/manual/filter.html -->
|
|
<FindBugsFilter>
|
|
<Match>
|
|
<Confidence value="2"/>
|
|
<Rank value="15"/>
|
|
<Bug category="SECURITY,PERFORMANCE,MALICIOUS_CODE"/>
|
|
<Package name="^org\.apollo.*" />
|
|
</Match>
|
|
</FindBugsFilter> |