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 c1271f91..58ed1595 100644 --- a/eaaf_core_utils/checks/spotbugs-exclude.xml +++ b/eaaf_core_utils/checks/spotbugs-exclude.xml @@ -28,5 +28,12 @@ <Bug pattern="URLCONNECTION_SSRF_FD" /> <Bug pattern="PATH_TRAVERSAL_IN" /> </OR> + </Match> + <Match> + <Class name="at.gv.egiz.eaaf.core.impl.data.ExceptionContainer" /> + <OR> + <Bug pattern="JACKSON_UNSAFE_DESERIALIZATION" /> <!-- Use custom deserialization that implements some harding --> + <Bug pattern="EI_EXPOSE_REP" /> + </OR> </Match> </FindBugsFilter>
\ No newline at end of file |