diff options
author | Thomas <> | 2022-03-07 18:20:34 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-09 13:19:59 +0100 |
commit | 552497957fe6509087fc9a1a33fae5812a615094 (patch) | |
tree | 3276319b87d35966da32c19c3a2731dd470fd741 /connector_lib/checks/spotbugs-exclude.xml | |
parent | 2d55fe3f0f5a76c73d7c34c90c333cc4c7eb9b50 (diff) | |
download | National_eIDAS_Gateway-552497957fe6509087fc9a1a33fae5812a615094.tar.gz National_eIDAS_Gateway-552497957fe6509087fc9a1a33fae5812a615094.tar.bz2 National_eIDAS_Gateway-552497957fe6509087fc9a1a33fae5812a615094.zip |
refactor(core): move 'connector_lib' to 'core_common_lib'
Diffstat (limited to 'connector_lib/checks/spotbugs-exclude.xml')
-rw-r--r-- | connector_lib/checks/spotbugs-exclude.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/connector_lib/checks/spotbugs-exclude.xml b/connector_lib/checks/spotbugs-exclude.xml deleted file mode 100644 index 9700a0c0..00000000 --- a/connector_lib/checks/spotbugs-exclude.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<FindBugsFilter> - <Match> - <!-- View parameters are hard-coded values --> - <Class name="at.asitplus.eidas.specific.connector.gui.SpringMvcGuiFormBuilderImpl" /> - <Method name="build" /> - <Bug pattern="SPRING_FILE_DISCLOSURE" /> - </Match> - <Match> - <!-- Builder pattern does not expose date elements --> - <OR> - <Class name="at.asitplus.eidas.specific.connector.config.ServiceProviderConfiguration" /> - <Class name="at.asitplus.eidas.specific.connector.gui.StaticGuiBuilderConfiguration"/> - </OR> - <OR> - <Bug pattern="EI_EXPOSE_REP" /> - <Bug pattern="EI_EXPOSE_REP2" /> - </OR> - </Match> -</FindBugsFilter> |