From b08ac296b31f001c946b1371f213ac302ff9c12e Mon Sep 17 00:00:00 2001 From: vasraz Date: Thu, 21 Oct 2021 17:32:16 +0100 Subject: Fix critical cross site scripting Change-Id: I66a220f71a2e950055107a725191b46bcbe8c6a6 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3607 Issue-ID: SDC-3755 --- integration-tests/pom.xml | 68 ++++++++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 31 deletions(-) (limited to 'integration-tests') diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 1056fbd4c9..d0eebdba5d 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -290,6 +290,12 @@ limitations under the License. ${spring.version} test + + org.onap.portal.sdk + epsdk-fw + ${ecomp.version} + test + @@ -435,6 +441,7 @@ limitations under the License. ${verbose} ${docker.api.version} true + true onap/sdc-cassandra:${it.docker.version} @@ -524,7 +531,7 @@ limitations under the License. sdc-cassandra-onboard-init - sdc-cassandra + sdc-cassandra-init ${project.version} @@ -557,7 +564,7 @@ limitations under the License. onap/sdc-onboard-backend:${it.docker.version} sdc-onboard-backend - + sdc-cassandra-onboard-init @@ -738,9 +745,6 @@ limitations under the License. onap/sdc-simulator:${it.docker.version} sdc-simulator - - sdc-frontend - -Xmx128m -Xms128m -Xss1m @@ -761,13 +765,15 @@ limitations under the License. 8080 8443 + 5000 - 8285:8080 + 8285:8080 8286:8443 + 5000:5000 custom @@ -821,32 +827,32 @@ limitations under the License. - - onap/org.onap.sdc.sdc-helm-validator:${it.helm-validator.version} - helm-validator - - ${it.helm-validator.disabled} - helm-validator - - - - helm-validator - direct - - 8080 - - - - - 8085:8080 - - - custom - sdc-network + + onap/org.onap.sdc.sdc-helm-validator:${it.helm-validator.version} helm-validator - - - + + ${it.helm-validator.disabled} + helm-validator + + + + helm-validator + direct + + 8080 + + + + + 8085:8080 + + + custom + sdc-network + helm-validator + + + -- cgit 1.2.3-korg