summaryrefslogtreecommitdiff
path: root/eaaf_core/checks/spotbugs-exclude.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_core/checks/spotbugs-exclude.xml')
-rw-r--r--eaaf_core/checks/spotbugs-exclude.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/eaaf_core/checks/spotbugs-exclude.xml b/eaaf_core/checks/spotbugs-exclude.xml
index 70f27b81..b12ecc01 100644
--- a/eaaf_core/checks/spotbugs-exclude.xml
+++ b/eaaf_core/checks/spotbugs-exclude.xml
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<Match>
+ <Class name="at.gv.egiz.eaaf.core.impl.gui.utils.MvcGuiRenderUtils" />
+ <Method name="prepareSpringGuiModel" />
+ <Bug pattern="SPRING_FILE_DISCLOSURE" />
+ </Match>
+ <Match>
<!-- only redirects to internal addresses -->
<Class name="at.gv.egiz.eaaf.core.impl.idp.auth.modules.AbstractAuthServletTask"/>
<Method name="performRedirectToItself" />