diff options
Diffstat (limited to 'ms_specific_proxyservice/checks')
-rw-r--r-- | ms_specific_proxyservice/checks/spotbugs-exclude.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ms_specific_proxyservice/checks/spotbugs-exclude.xml b/ms_specific_proxyservice/checks/spotbugs-exclude.xml index c44b435f..f9df26fb 100644 --- a/ms_specific_proxyservice/checks/spotbugs-exclude.xml +++ b/ms_specific_proxyservice/checks/spotbugs-exclude.xml @@ -1,4 +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> |