diff options
Diffstat (limited to 'eaaf_core_utils/checks/spotbugs-exclude.xml')
-rw-r--r-- | eaaf_core_utils/checks/spotbugs-exclude.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/eaaf_core_utils/checks/spotbugs-exclude.xml b/eaaf_core_utils/checks/spotbugs-exclude.xml index b42f34c2..c1271f91 100644 --- a/eaaf_core_utils/checks/spotbugs-exclude.xml +++ b/eaaf_core_utils/checks/spotbugs-exclude.xml @@ -1,6 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <FindBugsFilter> <Match> + <!-- bPK requires SHA1 from specification --> + <Class name="at.gv.egiz.eaaf.core.impl.builder.BpkBuilder" /> + <OR> + <Bug pattern="WEAK_MESSAGE_DIGEST_SHA1" /> + </OR> + </Match> + <Match> <Class name="at.gv.egiz.eaaf.core.impl.utils.EaafSerializationUtils" /> <OR> <Bug pattern="OBJECT_DESERIALIZATION" /> |