diff options
| author | Thomas <> | 2023-08-31 20:37:42 +0200 | 
|---|---|---|
| committer | Thomas <> | 2023-08-31 20:37:42 +0200 | 
| commit | e915685e22c7c084f7fd0c4870ff20d3f0194a91 (patch) | |
| tree | 638deef490a63799ff48ca826ff8702b2efbee2a /eaaf-springboot-utils/checks | |
| parent | 5acc09000c59c93510567e88cb701919122dc5b2 (diff) | |
| download | EAAF-Components-e915685e22c7c084f7fd0c4870ff20d3f0194a91.tar.gz EAAF-Components-e915685e22c7c084f7fd0c4870ff20d3f0194a91.tar.bz2 EAAF-Components-e915685e22c7c084f7fd0c4870ff20d3f0194a91.zip | |
feat(core): refactor to openSAML 5 for Java 17
Diffstat (limited to 'eaaf-springboot-utils/checks')
| -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> | 
