aboutsummaryrefslogtreecommitdiff
path: root/modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml
diff options
context:
space:
mode:
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>