summaryrefslogtreecommitdiff
path: root/eaaf-springboot-utils/checks
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-23 15:47:38 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-23 15:47:38 +0100
commitdb3d586b9937e8a556c499faa485a2d9e4a03f81 (patch)
treed7dbc6821d2b3499e26492690fb3536cffce4ce9 /eaaf-springboot-utils/checks
parent04cec6a9aa085bba0736cc6d55cb6c8b4d54a0a0 (diff)
downloadEAAF-Components-db3d586b9937e8a556c499faa485a2d9e4a03f81.tar.gz
EAAF-Components-db3d586b9937e8a556c499faa485a2d9e4a03f81.tar.bz2
EAAF-Components-db3d586b9937e8a556c499faa485a2d9e4a03f81.zip
add new module that include common-code for SpringBoot applications
Diffstat (limited to 'eaaf-springboot-utils/checks')
-rw-r--r--eaaf-springboot-utils/checks/spotbugs-exclude.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/eaaf-springboot-utils/checks/spotbugs-exclude.xml b/eaaf-springboot-utils/checks/spotbugs-exclude.xml
new file mode 100644
index 00000000..7bb320ee
--- /dev/null
+++ b/eaaf-springboot-utils/checks/spotbugs-exclude.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<FindBugsFilter>
+ <Match>
+ <!-- Paths and URLs only loaded from configuration -->
+ <Class name="at.gv.egiz.eaaf.utils.springboot.ajp.TomcatAjpConfiguration" />
+ <Method name="servletContainer" />
+ <OR>
+ <Bug pattern="PATH_TRAVERSAL_IN" />
+ </OR>
+ </Match>
+</FindBugsFilter>