2023-12-20 13:10:58 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
|
|
|
|
<FindBugsFilter>
|
|
|
|
<Match>
|
2023-12-29 06:28:34 -05:00
|
|
|
<Package name="~hirs\.attestationca\.configuration.*" />
|
2023-12-20 15:53:32 -05:00
|
|
|
</Match>
|
2023-12-26 08:37:52 -05:00
|
|
|
<Match>
|
|
|
|
<!-- https://github.com/spotbugs/spotbugs/pull/2748 -->
|
|
|
|
<Bug pattern="CT_CONSTRUCTOR_THROW" />
|
|
|
|
</Match>
|
2024-01-02 15:59:29 -05:00
|
|
|
<!-- roughly 55 instances of this appear -->
|
|
|
|
<Match>
|
|
|
|
<Bug pattern="EI_EXPOSE_REP" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Bug pattern="EI_EXPOSE_REP2" />
|
|
|
|
</Match>
|
2023-12-20 13:10:58 -05:00
|
|
|
</FindBugsFilter>
|
|
|
|
|