diff options
author | Thomas <> | 2022-06-08 14:56:42 +0200 |
---|---|---|
committer | Thomas <> | 2022-06-08 14:56:42 +0200 |
commit | cab2ab4ddb85b305d77798073b868cf42a7e0111 (patch) | |
tree | 9048aa08a09fb204b0ce079a62f351f408eaec92 /modules/eidas_proxy-sevice/checks | |
parent | 2d3c6f1003a2c8cb6f5fc5f7573f7d041e88a453 (diff) | |
download | National_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')
-rw-r--r-- | modules/eidas_proxy-sevice/checks/spotbugs-exclude.xml | 11 |
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> |