aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2022-01-13 07:05:50 +0000
committerThomas Lenz <thomas.lenz@egiz.gv.at>2022-01-13 07:05:50 +0000
commit07b71d26fb481859548b597aa43d7312608220d9 (patch)
treedb44fed7baeb1ea15974e945f2fe0bf9fb6ad78f /eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml
parent29868d8000773c74c395891bebb685a3252e13ec (diff)
parent4de3e0f9c7874ddd7ac4028bfc53f9ee841cb475 (diff)
downloadNational_eIDAS_Gateway-07b71d26fb481859548b597aa43d7312608220d9.tar.gz
National_eIDAS_Gateway-07b71d26fb481859548b597aa43d7312608220d9.tar.bz2
National_eIDAS_Gateway-07b71d26fb481859548b597aa43d7312608220d9.zip
Merge branch 'feature/matching_base_rebase' into 'feature/matching_base'
Feature/matching base rebase See merge request egiz/eidas_at_proxy!14
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml')
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml24
1 files changed, 15 insertions, 9 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml b/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml
index 15d62521..9b12a750 100644
--- a/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml
+++ b/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml
@@ -2,14 +2,9 @@
<FindBugsFilter>
<Match>
<!-- Do not check code generated by Apache CXF framework -->
- <Or>
- <Class name="~szrservices.SZRException"/>
- <Package name="~at[.]gv[.]bmi[.]namespace[.]zmr_su.*?" />
- </Or>
- </Match>
- <Match>
- <!-- Do not check code generated by Apache CXF framework -->
- <Class name="~szrservices.SZRException"/>
+ <Class name="~szrservices.*"/>
+ <Class name="~at.gv.e_government.reference.namespace.persondata.*" />
+ <Class name="~org.w3._2000._09.xmldsig.*" />
</Match>
<Match>
<!-- Logging of SAML2 responses in case of errors or for debugging is allowed -->
@@ -40,5 +35,16 @@
<Class name="at.asitplus.eidas.specific.modules.auth.eidas.v2.tasks.GenerateAuthnRequestTask" />
<Method name="sendRedirect" />
<Bug pattern="UNVALIDATED_REDIRECT" />
- </Match>
+ </Match>
+ <Match>
+ <!-- Builder pattern does not expose date elements -->
+ <OR>
+ <Class name="at.asitplus.eidas.specific.modules.auth.eidas.v2.dao.ErnbEidData" />
+ <Class name="at.asitplus.eidas.specific.modules.auth.eidas.v2.utils.JoseUtils$JwsResult"/>
+ </OR>
+ <OR>
+ <Bug pattern="EI_EXPOSE_REP" />
+ <Bug pattern="EI_EXPOSE_REP2" />
+ </OR>
+ </Match>
</FindBugsFilter>