diff options
author | Thomas <> | 2021-03-11 13:40:38 +0100 |
---|---|---|
committer | Thomas <> | 2021-03-11 13:40:38 +0100 |
commit | 181d9d3e6427b974372347b95e5ed2d9e236e9de (patch) | |
tree | 258755bbf85c488a733d0f1ec200d5449f542ddf /eaaf_core_utils/checks | |
parent | 051aa9e8ecd657bc4cb088c0826e0c4dc5a30a70 (diff) | |
download | EAAF-Components-181d9d3e6427b974372347b95e5ed2d9e236e9de.tar.gz EAAF-Components-181d9d3e6427b974372347b95e5ed2d9e236e9de.tar.bz2 EAAF-Components-181d9d3e6427b974372347b95e5ed2d9e236e9de.zip |
refactor BpkBuilder in eaaf-utils
Diffstat (limited to 'eaaf_core_utils/checks')
-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" /> |