aboutsummaryrefslogtreecommitdiff
path: root/connector/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 /connector/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 'connector/checks/spotbugs-exclude.xml')
-rw-r--r--connector/checks/spotbugs-exclude.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/connector/checks/spotbugs-exclude.xml b/connector/checks/spotbugs-exclude.xml
index 281e3796..bb41eb27 100644
--- a/connector/checks/spotbugs-exclude.xml
+++ b/connector/checks/spotbugs-exclude.xml
@@ -24,4 +24,13 @@
<Class name="at.asitplus.eidas.specific.connector.MsSpecificSpringBootApplicationContextInitializer" />
<Bug pattern="PATH_TRAVERSAL_IN" />
</Match>
+ <Match>
+ <!-- Builder pattern does not expose date elements -->
+ <OR>
+ <Class name="at.asitplus.eidas.specific.connector.health.IgniteClusterHealthIndicator" />
+ </OR>
+ <OR>
+ <Bug pattern="EI_EXPOSE_REP2" />
+ </OR>
+ </Match>
</FindBugsFilter>