diff options
Diffstat (limited to 'spotbugs-exclude.xml')
-rw-r--r-- | spotbugs-exclude.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spotbugs-exclude.xml b/spotbugs-exclude.xml new file mode 100644 index 0000000..490fb40 --- /dev/null +++ b/spotbugs-exclude.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<FindBugsFilter> + <Match> + <Bug pattern="SPRING_CSRF_PROTECTION_DISABLED"/> + </Match> +</FindBugsFilter> |