2023-12-20 18:10:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
|
|
|
|
<FindBugsFilter>
|
|
|
|
<Match>
|
2024-10-21 17:46:57 +00:00
|
|
|
<Package name="~hirs\.attestationca\.configuration.*"/>
|
2023-12-20 20:53:32 +00:00
|
|
|
</Match>
|
2023-12-26 13:37:52 +00:00
|
|
|
<Match>
|
|
|
|
<!-- https://github.com/spotbugs/spotbugs/pull/2748 -->
|
2024-10-21 17:46:57 +00:00
|
|
|
<Bug pattern="CT_CONSTRUCTOR_THROW"/>
|
2023-12-26 13:37:52 +00:00
|
|
|
</Match>
|
2024-01-02 20:59:29 +00:00
|
|
|
<!-- roughly 55 instances of this appear -->
|
|
|
|
<Match>
|
2024-10-21 17:46:57 +00:00
|
|
|
<Bug pattern="EI_EXPOSE_REP"/>
|
2024-01-02 20:59:29 +00:00
|
|
|
</Match>
|
|
|
|
<Match>
|
2024-10-21 17:46:57 +00:00
|
|
|
<Bug pattern="EI_EXPOSE_REP2"/>
|
2024-01-02 20:59:29 +00:00
|
|
|
</Match>
|
2024-02-01 19:40:25 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="hirs.attestationca.persist.AttestationCertificateAuthorityTest"/>
|
|
|
|
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
|
|
|
|
</Match>
|
2023-12-20 18:10:58 +00:00
|
|
|
</FindBugsFilter>
|
|
|
|
|