summaryrefslogtreecommitdiff
path: root/eaaf_core/checks
diff options
context:
space:
mode:
authorlalber <lukas.alber@iaik.tugraz.at>2021-03-16 14:45:30 +0100
committerThomas <>2021-03-30 20:22:44 +0200
commitfaa131a65b46a5c42a7b6b85e0ff3b414c93bea5 (patch)
treeb5b9387b580ed56369c5b826533b1cd4d3086dc4 /eaaf_core/checks
parentae656225445f45b26c2ebdf4ebe8bc820e1c3db0 (diff)
downloadEAAF-Components-faa131a65b46a5c42a7b6b85e0ff3b414c93bea5.tar.gz
EAAF-Components-faa131a65b46a5c42a7b6b85e0ff3b414c93bea5.tar.bz2
EAAF-Components-faa131a65b46a5c42a7b6b85e0ff3b414c93bea5.zip
add some Junit fixes and other spotbug based ones
Diffstat (limited to 'eaaf_core/checks')
-rw-r--r--eaaf_core/checks/spotbugs-exclude.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/eaaf_core/checks/spotbugs-exclude.xml b/eaaf_core/checks/spotbugs-exclude.xml
index d1cc43e3..70f27b81 100644
--- a/eaaf_core/checks/spotbugs-exclude.xml
+++ b/eaaf_core/checks/spotbugs-exclude.xml
@@ -19,6 +19,12 @@
<Bug pattern="SPRING_CSRF_UNRESTRICTED_REQUEST_MAPPING" />
</Match>
<Match>
+ <!-- the ErrorToken is only single-used as same as a CSRF token -->
+ <Class name="at.gv.egiz.eaaf.core.impl.idp.controller.ProtocolFinalizationController"/>
+ <Method name="errorRedirect" />
+ <Bug pattern="SPRING_CSRF_UNRESTRICTED_REQUEST_MAPPING" />
+ </Match>
+ <Match>
<!-- Only used to evaluate expressions from pre-compiled process-flows -->
<OR>
<Class name="at.gv.egiz.eaaf.core.impl.idp.process.springweb.SpringWebExpressionEvaluator"/>