aboutsummaryrefslogtreecommitdiff
path: root/modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml
diff options
context:
space:
mode:
authorThomas <>2022-06-08 14:56:42 +0200
committerThomas <>2022-06-08 14:56:42 +0200
commitcab2ab4ddb85b305d77798073b868cf42a7e0111 (patch)
tree9048aa08a09fb204b0ce079a62f351f408eaec92 /modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml
parent2d3c6f1003a2c8cb6f5fc5f7573f7d041e88a453 (diff)
downloadNational_eIDAS_Gateway-cab2ab4ddb85b305d77798073b868cf42a7e0111.tar.gz
National_eIDAS_Gateway-cab2ab4ddb85b305d77798073b868cf42a7e0111.tar.bz2
National_eIDAS_Gateway-cab2ab4ddb85b305d77798073b868cf42a7e0111.zip
chore(core): minory style, test and validation fixes
Diffstat (limited to 'modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml')
-rw-r--r--modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml b/modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml
index cdc9fa95..22dbaa13 100644
--- a/modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml
+++ b/modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml
@@ -16,5 +16,16 @@
<OR>
<Bug pattern="UNVALIDATED_REDIRECT" />
</OR>
+ </Match>
+ <Match>
+ <!-- That elements are accessible by design -->
+ <OR>
+ <Class name="at.asitplus.eidas.specific.modules.msproxyservice.dto.attributes.AttrMappingElement" />
+ <Class name="at.asitplus.eidas.specific.modules.msproxyservice.service.ProxyEidasAttributeRegistry" />
+ </OR>
+ <OR>
+ <Bug pattern="EI_EXPOSE_REP" />
+ <Bug pattern="EI_EXPOSE_REP2" />
+ </OR>
</Match>
</FindBugsFilter>