aboutsummaryrefslogtreecommitdiff
path: root/core_common_lib/checks/spotbugs-exclude.xml
diff options
context:
space:
mode:
authorThomas <>2022-03-07 18:20:34 +0100
committerThomas <>2022-03-07 18:20:34 +0100
commit3bf2bf567fd0cc990bba9ad600f0c9c93c3ece37 (patch)
tree025aa35dcdcc690bbd7c50a15a6f60ace896f8a9 /core_common_lib/checks/spotbugs-exclude.xml
parent49597c4deb41425809e6e1881bc9461b074a31b0 (diff)
downloadNational_eIDAS_Gateway-3bf2bf567fd0cc990bba9ad600f0c9c93c3ece37.tar.gz
National_eIDAS_Gateway-3bf2bf567fd0cc990bba9ad600f0c9c93c3ece37.tar.bz2
National_eIDAS_Gateway-3bf2bf567fd0cc990bba9ad600f0c9c93c3ece37.zip
refactor(core): move 'connector_lib' to 'core_common_lib'
Diffstat (limited to 'core_common_lib/checks/spotbugs-exclude.xml')
-rw-r--r--core_common_lib/checks/spotbugs-exclude.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/core_common_lib/checks/spotbugs-exclude.xml b/core_common_lib/checks/spotbugs-exclude.xml
new file mode 100644
index 00000000..9700a0c0
--- /dev/null
+++ b/core_common_lib/checks/spotbugs-exclude.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<FindBugsFilter>
+ <Match>
+ <!-- View parameters are hard-coded values -->
+ <Class name="at.asitplus.eidas.specific.connector.gui.SpringMvcGuiFormBuilderImpl" />
+ <Method name="build" />
+ <Bug pattern="SPRING_FILE_DISCLOSURE" />
+ </Match>
+ <Match>
+ <!-- Builder pattern does not expose date elements -->
+ <OR>
+ <Class name="at.asitplus.eidas.specific.connector.config.ServiceProviderConfiguration" />
+ <Class name="at.asitplus.eidas.specific.connector.gui.StaticGuiBuilderConfiguration"/>
+ </OR>
+ <OR>
+ <Bug pattern="EI_EXPOSE_REP" />
+ <Bug pattern="EI_EXPOSE_REP2" />
+ </OR>
+ </Match>
+</FindBugsFilter>