aboutsummaryrefslogtreecommitdiff
path: root/connector_lib/checks/spotbugs-exclude.xml
diff options
context:
space:
mode:
Diffstat (limited to 'connector_lib/checks/spotbugs-exclude.xml')
-rw-r--r--connector_lib/checks/spotbugs-exclude.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/connector_lib/checks/spotbugs-exclude.xml b/connector_lib/checks/spotbugs-exclude.xml
new file mode 100644
index 00000000..90ca96f2
--- /dev/null
+++ b/connector_lib/checks/spotbugs-exclude.xml
@@ -0,0 +1,9 @@
+<?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>
+</FindBugsFilter>