mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-21 22:07:57 +00:00
4a6115f443
* Some initial additions to the details page for displaying Rim information. * Initial changes for uploading a rim file. * This is an update to the display of the Reference Integrity Manifest code base that'll allow a user to upload a swidtag. This code includes some additions from #217, slightly modified. * This code update include changes to import, archive and delete a swidtag into the RIM object. * This commit consolidated the SwidTagGatway code and Constants into Reference Manifest. * This is the final main push of code that will upload, process, store, retrive/delete and display the contents of a RIM swid tag. * Interim commit for demo purposes. * Updated Unit Tests * This commit adds the unit tests that weren't added in the previous commit * Updated code to reduce execution time when processing reference manifest objects. * Updated code for better GUI performance. * Removed previously added suppression entries.
39 lines
963 B
XML
39 lines
963 B
XML
<FindBugsFilter>
|
|
<Match>
|
|
<Class name="hirs.AuthData$eAuthMode" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="hirs.IMAReport" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="hirs.IMAReport$IMARecord" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="hirs.ReportInitRequest" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="hirs.ReportInitResponse" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="hirs.ReportInitResponse$initResult" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="hirs.ReportSubmitRequest" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="hirs.ReportSubmitResponse$reportResult" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="hirs.IntegrityReport" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="hirs.data.persist.ReportMapper" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="hirs.utils.SpringContextProvider" />
|
|
</Match>
|
|
<Match>
|
|
<Package name="~hirs\.utils\.xjc.*" />
|
|
</Match>
|
|
</FindBugsFilter>
|