mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 21:17:59 +00:00
24 lines
721 B
XML
24 lines
721 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
|
|
<FindBugsFilter>
|
|
<Match>
|
|
<Package name="~hirs\.attestationca\.configuration.*"/>
|
|
</Match>
|
|
<Match>
|
|
<!-- https://github.com/spotbugs/spotbugs/pull/2748 -->
|
|
<Bug pattern="CT_CONSTRUCTOR_THROW"/>
|
|
</Match>
|
|
<!-- roughly 55 instances of this appear -->
|
|
<Match>
|
|
<Bug pattern="EI_EXPOSE_REP"/>
|
|
</Match>
|
|
<Match>
|
|
<Bug pattern="EI_EXPOSE_REP2"/>
|
|
</Match>
|
|
<Match>
|
|
<Class name="hirs.attestationca.persist.AttestationCertificateAuthorityTest"/>
|
|
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
|
|
</Match>
|
|
</FindBugsFilter>
|
|
|