aboutsummaryrefslogtreecommitdiff
path: root/connector/checks
diff options
context:
space:
mode:
authorThomas <>2021-09-22 17:56:33 +0200
committerThomas <>2021-09-22 17:56:33 +0200
commit27e1535d75978bb7558c17bf27db7d1a1131fe40 (patch)
tree234ecd5a5664b7382256f6bb6a2d9562bde45cf5 /connector/checks
parentaf4097de42e0208d19fdcee7bbfc1406b64c17c7 (diff)
downloadNational_eIDAS_Gateway-27e1535d75978bb7558c17bf27db7d1a1131fe40.tar.gz
National_eIDAS_Gateway-27e1535d75978bb7558c17bf27db7d1a1131fe40.tar.bz2
National_eIDAS_Gateway-27e1535d75978bb7558c17bf27db7d1a1131fe40.zip
update third-party libs to latest versions
Diffstat (limited to 'connector/checks')
-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>