diff options
Diffstat (limited to 'ms_specific_proxyservice/checks/spotbugs-exclude.xml')
-rw-r--r-- | ms_specific_proxyservice/checks/spotbugs-exclude.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ms_specific_proxyservice/checks/spotbugs-exclude.xml b/ms_specific_proxyservice/checks/spotbugs-exclude.xml new file mode 100644 index 00000000..f9df26fb --- /dev/null +++ b/ms_specific_proxyservice/checks/spotbugs-exclude.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<FindBugsFilter> + <Match> + <!-- Path to application configuration is trusted --> + <Class name="at.asitplus.eidas.specific.proxy.MsSpecificSpringBootApplicationContextInitializer" /> + <Bug pattern="PATH_TRAVERSAL_IN" /> + </Match> +</FindBugsFilter> |