diff options
Diffstat (limited to 'eaaf-springboot-utils/checks/spotbugs-exclude.xml')
-rw-r--r-- | eaaf-springboot-utils/checks/spotbugs-exclude.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/eaaf-springboot-utils/checks/spotbugs-exclude.xml b/eaaf-springboot-utils/checks/spotbugs-exclude.xml index 7bb320ee..183220ef 100644 --- a/eaaf-springboot-utils/checks/spotbugs-exclude.xml +++ b/eaaf-springboot-utils/checks/spotbugs-exclude.xml @@ -7,5 +7,19 @@ <OR> <Bug pattern="PATH_TRAVERSAL_IN" /> </OR> - </Match> + </Match> + <Match> + <OR> + <Class name="at.gv.egiz.eaaf.utils.springboot.ajp.TomcatProperties" /> + <Class name="at.gv.egiz.eaaf.utils.springboot.ajp.logging.LoggingProperties" /> + <Class name="at.gv.egiz.eaaf.utils.springboot.ajp.logging.LoggingProperties$Mdc" /> + <Class name="at.gv.egiz.eaaf.utils.springboot.ajp.logging.MdcEnhancerFilter" /> + <Class name="at.gv.egiz.eaaf.utils.springboot.security.AuthorizationConfiguration" /> + <Class name="at.gv.egiz.eaaf.utils.springboot.security.BasicAuthUser" /> + </OR> + <OR> + <Bug pattern="EI_EXPOSE_REP" /> + <Bug pattern="EI_EXPOSE_REP2" /> + </OR> + </Match> </FindBugsFilter> |