diff options
Diffstat (limited to 'eaaf_core/checks')
-rw-r--r-- | eaaf_core/checks/spotbugs-exclude.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/eaaf_core/checks/spotbugs-exclude.xml b/eaaf_core/checks/spotbugs-exclude.xml index b12ecc01..03938cd1 100644 --- a/eaaf_core/checks/spotbugs-exclude.xml +++ b/eaaf_core/checks/spotbugs-exclude.xml @@ -51,4 +51,12 @@ </OR> <Bug pattern="CRLF_INJECTION_LOGS" /> </Match> + <Match> + <OR> + <Class name="at.gv.egiz.eaaf.core.impl.idp.controller.protocols.RequestImpl" /> + </OR> + <OR> + <Bug pattern="JACKSON_UNSAFE_DESERIALIZATION" /> + </OR> + </Match> </FindBugsFilter> |