From 03c53c05213f0c01b8b9b03025129b9fbe801384 Mon Sep 17 00:00:00 2001 From: "Lo, WEI-TING(wl849v)" Date: Tue, 27 Mar 2018 19:24:12 -0400 Subject: Security Vulnerabilities Issue-ID: PORTAL-155 Includes Security Vulnerabilities and music jar Change-Id: Id85471555461adf2127db66ed3d4f4a3d5a06fe4 Signed-off-by: Lo, WEI-TING(wl849v) --- ecomp-sdk/epsdk-app-common/pom.xml | 93 ++++++--------------- ecomp-sdk/epsdk-app-os/pom.xml | 6 ++ ecomp-sdk/epsdk-core/pom.xml | 84 ++++--------------- ecomp-sdk/epsdk-fw/pom.xml | 50 +++++++---- .../org/onap/music/core/2.4.4.1/core-2.4.4.1.jar | Bin 0 -> 22223316 bytes .../org/onap/music/core/2.4.4/core-2.4.4.jar | Bin 132593 -> 0 bytes .../org/onap/music/core/maven-metadata-local.xml | 6 +- ecomp-sdk/epsdk-music/pom.xml | 78 ++++++++++------- ecomp-sdk/pom.xml | 2 +- 9 files changed, 139 insertions(+), 180 deletions(-) create mode 100644 ecomp-sdk/epsdk-music/dependencies/org/onap/music/core/2.4.4.1/core-2.4.4.1.jar delete mode 100644 ecomp-sdk/epsdk-music/dependencies/org/onap/music/core/2.4.4/core-2.4.4.jar diff --git a/ecomp-sdk/epsdk-app-common/pom.xml b/ecomp-sdk/epsdk-app-common/pom.xml index e9eec2ac..6e4f9e19 100644 --- a/ecomp-sdk/epsdk-app-common/pom.xml +++ b/ecomp-sdk/epsdk-app-common/pom.xml @@ -172,6 +172,12 @@ org.elasticsearch elasticsearch 2.2.0 + + + org.apache.lucene + lucene-queryparser + + org.json @@ -245,6 +251,14 @@ commons-httpclient commons-httpclient + + xerces + xercesImpl + + + commons-collections + commons-collections + @@ -254,11 +268,7 @@ ${jacoco.version} runtime - - org.apache.lucene - lucene-queryparser - 7.2.1 - + com.thoughtworks.xstream xstream @@ -287,68 +297,9 @@ commons-beanutils commons-beanutils - 1.9.2 - - - org.apache.poi - poi - 3.17 - - - commons-logging - commons-logging - - - log4j - log4j - - - - - org.apache.poi - poi-ooxml - 3.17 - - - commons-logging - commons-logging - - - log4j - log4j - - - - - org.apache.poi - poi-scratchpad - 3.17 - - - commons-logging - commons-logging - - - log4j - log4j - - - - - org.apache.poi - poi-contrib - 3.5-FINAL - - - commons-logging - commons-logging - - - log4j - log4j - - + 1.9.3 + org.apache.httpcomponents httpclient @@ -359,5 +310,15 @@ xalan 2.7.2 + + xerces + xercesImpl + 2.11.0.SP5 + + + commons-collections + commons-collections + 3.2.2 + diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index 7bcaec66..ff5ce26b 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -307,6 +307,12 @@ org.elasticsearch elasticsearch 2.2.0 + + + org.apache.lucene + lucene-queryparser + + org.json diff --git a/ecomp-sdk/epsdk-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml index abaad567..8fd5a6ee 100644 --- a/ecomp-sdk/epsdk-core/pom.xml +++ b/ecomp-sdk/epsdk-core/pom.xml @@ -319,6 +319,12 @@ org.elasticsearch elasticsearch 2.2.0 + + + org.apache.lucene + lucene-queryparser + + io.searchbox @@ -351,6 +357,10 @@ commons-httpclient commons-httpclient + + xerces + xercesImpl + @@ -386,11 +396,6 @@ runtime - org.apache.lucene - lucene-queryparser - 7.2.1 - - com.thoughtworks.xstream xstream 1.4.10 @@ -418,67 +423,7 @@ commons-beanutils commons-beanutils - 1.9.2 - - - org.apache.poi - poi - 3.17 - - - commons-logging - commons-logging - - - log4j - log4j - - - - - org.apache.poi - poi-ooxml - 3.17 - - - commons-logging - commons-logging - - - log4j - log4j - - - - - org.apache.poi - poi-scratchpad - 3.17 - - - commons-logging - commons-logging - - - log4j - log4j - - - - - org.apache.poi - poi-contrib - 3.5-FINAL - - - commons-logging - commons-logging - - - log4j - log4j - - + 1.9.3 org.apache.httpcomponents @@ -489,7 +434,12 @@ xalan xalan 2.7.2 - + + + xerces + xercesImpl + 2.11.0.SP5 + diff --git a/ecomp-sdk/epsdk-fw/pom.xml b/ecomp-sdk/epsdk-fw/pom.xml index 0cecde97..62600840 100644 --- a/ecomp-sdk/epsdk-fw/pom.xml +++ b/ecomp-sdk/epsdk-fw/pom.xml @@ -91,6 +91,22 @@ log4j log4j + + xerces + xercesImpl + + + xalan + xalan + + + commons-beanutils + commons-beanutils-core + + + commons-httpclient + commons-httpclient + @@ -98,6 +114,12 @@ junit 4.12 test + + + org.apache.httpcomponents + httpclient + + @@ -148,18 +170,18 @@ 1.0.0.Final test - - org.mockito - mockito-core - 1.10.19 - test - - org.jacoco - org.jacoco.agent - runtime - test - ${jacoco.version} + org.mockito + mockito-core + 1.10.19 + test + + + org.jacoco + org.jacoco.agent + runtime + test + ${jacoco.version} commons-fileupload @@ -167,9 +189,9 @@ 1.3.3 - commons-beanutils - commons-beanutils - 1.9.2 + commons-beanutils + commons-beanutils + 1.9.3 diff --git a/ecomp-sdk/epsdk-music/dependencies/org/onap/music/core/2.4.4.1/core-2.4.4.1.jar b/ecomp-sdk/epsdk-music/dependencies/org/onap/music/core/2.4.4.1/core-2.4.4.1.jar new file mode 100644 index 00000000..c87ed1c4 Binary files /dev/null and b/ecomp-sdk/epsdk-music/dependencies/org/onap/music/core/2.4.4.1/core-2.4.4.1.jar differ diff --git a/ecomp-sdk/epsdk-music/dependencies/org/onap/music/core/2.4.4/core-2.4.4.jar b/ecomp-sdk/epsdk-music/dependencies/org/onap/music/core/2.4.4/core-2.4.4.jar deleted file mode 100644 index c2dd2dba..00000000 Binary files a/ecomp-sdk/epsdk-music/dependencies/org/onap/music/core/2.4.4/core-2.4.4.jar and /dev/null differ diff --git a/ecomp-sdk/epsdk-music/dependencies/org/onap/music/core/maven-metadata-local.xml b/ecomp-sdk/epsdk-music/dependencies/org/onap/music/core/maven-metadata-local.xml index 01c2b2bf..9e953565 100644 --- a/ecomp-sdk/epsdk-music/dependencies/org/onap/music/core/maven-metadata-local.xml +++ b/ecomp-sdk/epsdk-music/dependencies/org/onap/music/core/maven-metadata-local.xml @@ -3,10 +3,10 @@ org.onap.music core - 2.4.4 + 2.4.4.1 - 2.4.4 + 2.4.4.1 - 20180302203455 + 20180302703455 diff --git a/ecomp-sdk/epsdk-music/pom.xml b/ecomp-sdk/epsdk-music/pom.xml index 3b188176..2c2a7e1b 100644 --- a/ecomp-sdk/epsdk-music/pom.xml +++ b/ecomp-sdk/epsdk-music/pom.xml @@ -7,7 +7,7 @@ epsdk-project 2.2.0-SNAPSHOT - + org.onap.portal.sdk epsdk-music 2.2.0-SNAPSHOT @@ -18,7 +18,7 @@ UTF-8 - 4.2.0.RELEASE + 4.2.3.RELEASE 1.19.4 2.0.1 3.0.0 @@ -108,35 +108,45 @@ com.att.eelf eelf-core 1.0.0 + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + + org.onap.music core - 2.4.4 - - + 2.4.4.1 + + com.fasterxml.jackson.core jackson-annotations - 2.6.3 + 2.8.10 com.fasterxml.jackson.core jackson-core - 2.6.3 + 2.8.10 com.fasterxml.jackson.core jackson-databind - 2.6.3 + 2.8.10 org.springframework.session @@ -148,6 +158,16 @@ json 20160212 + + ch.qos.logback + logback-core + 1.2.3 + + + ch.qos.logback + logback-classic + 1.2.3 + @@ -186,26 +206,26 @@ - maven-assembly-plugin - - - - - - - jar-with-dependencies - - - - - make-assembly - package - - single - - - - + maven-assembly-plugin + + + + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 8ae56339..e3db8a97 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -32,7 +32,7 @@ UTF-8 - 4.2.2.RELEASE + 4.2.3.RELEASE 4.3.11.Final false https://nexus.onap.org -- cgit 1.2.3-korg