aboutsummaryrefslogtreecommitdiff
path: root/connector/checks/spotbugs-exclude.xml
diff options
context:
space:
mode:
authorThomas <>2022-01-10 17:51:02 +0100
committerThomas <>2022-01-10 17:51:02 +0100
commit0d9f042b4c88ba5f34da452cd19ada24146d32af (patch)
tree1370658eae285efdcf1c76c075397540ca8de198 /connector/checks/spotbugs-exclude.xml
parent29868d8000773c74c395891bebb685a3252e13ec (diff)
parent0f0b59abce4242bdd69de1b48f2d197bc84255ba (diff)
downloadNational_eIDAS_Gateway-0d9f042b4c88ba5f34da452cd19ada24146d32af.tar.gz
National_eIDAS_Gateway-0d9f042b4c88ba5f34da452cd19ada24146d32af.tar.bz2
National_eIDAS_Gateway-0d9f042b4c88ba5f34da452cd19ada24146d32af.zip
Merge branch 'master' into feature/matching_base_rebase
# Conflicts: # connector/pom.xml # connector/src/test/java/at/asitplus/eidas/specific/connector/test/task/GenerateCountrySelectionFrameTaskTest.java # eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml # eidas_modules/authmodule-eIDAS-v2/pom.xml # pom.xml
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>