diff options
author | Thomas <> | 2022-01-09 15:01:28 +0100 |
---|---|---|
committer | Thomas <> | 2022-01-09 15:01:28 +0100 |
commit | e3639ef805f1e525415c43cbda80ed71cc43a70c (patch) | |
tree | 2b215fd820f510d71652c0ac4a7c3015bd579ce7 /eaaf_core/checks/spotbugs-exclude.xml | |
parent | 6fcfe3946fb8c252f9b7a4961720dd851f720f9a (diff) | |
download | EAAF-Components-e3639ef805f1e525415c43cbda80ed71cc43a70c.tar.gz EAAF-Components-e3639ef805f1e525415c43cbda80ed71cc43a70c.tar.bz2 EAAF-Components-e3639ef805f1e525415c43cbda80ed71cc43a70c.zip |
feature(core): add synch. and asynch. GUI builder implementation that use Spring MVC architecture
Diffstat (limited to 'eaaf_core/checks/spotbugs-exclude.xml')
-rw-r--r-- | eaaf_core/checks/spotbugs-exclude.xml | 5 |
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" /> |