diff options
Diffstat (limited to 'eidas_modules/eidas_proxy-sevice/checks')
-rw-r--r-- | eidas_modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/eidas_modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml b/eidas_modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml new file mode 100644 index 00000000..53ca4d4d --- /dev/null +++ b/eidas_modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<FindBugsFilter> + <Match> + <!-- CSRF protection is implicit available by request token from eIDAS Node and tokens only be logged on trace level --> + <Class name="at.asitplus.eidas.specific.modules.msproxyservice.protocol.EidasProxyServiceController" /> + <Method name="receiveEidasAuthnRequest" /> + <OR> + <Bug pattern="SPRING_CSRF_UNRESTRICTED_REQUEST_MAPPING" /> + <Bug pattern="CRLF_INJECTION_LOGS" /> + </OR> + </Match> +</FindBugsFilter> |