From afb1b25a688b825e5b59179f3e7a14f1534dccf9 Mon Sep 17 00:00:00 2001 From: Francisco Javier Ahijado Date: Wed, 7 Oct 2020 00:19:27 +0200 Subject: [PATCH] Added security check profile and fixed some issues - Added dependendency-check-maven to check security. - Added log4j2 dependencies to 2.13.3 because of CVE-2020-9488. --- dpppt-backend-sdk/pom.xml | 55 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/dpppt-backend-sdk/pom.xml b/dpppt-backend-sdk/pom.xml index a474aa43..0e312998 100644 --- a/dpppt-backend-sdk/pom.xml +++ b/dpppt-backend-sdk/pom.xml @@ -26,8 +26,10 @@ UTF-8 UTF-8 + 6.0.2 2.11.1 0.11.2 + 2.13.3 3.12.1 2.2.10.RELEASE 1.15.0-rc2 @@ -49,6 +51,47 @@ dpppt-backend-sdk-report + + + securitycheck + + + org.owasp + dependency-check-maven + ${dependency-check-maven.version} + + + commons-logging + commons-logging + + + + + + + + org.owasp + dependency-check-maven + ${dependency-check-maven.version} + + + true + + + + + test + + check + + + + + + + + + @@ -204,6 +247,18 @@ snakeyaml 1.27 + + + org.apache.logging.log4j + log4j-api + ${log4j2-version} + + + org.apache.logging.log4j + log4j-to-slf4j + ${log4j2-version} + +