From ddb9d5a7637b382be9ac7a96ad023a983c41c342 Mon Sep 17 00:00:00 2001 From: vasraz Date: Fri, 14 Oct 2022 13:35:39 +0100 Subject: Fix security risk 'Improper Input Validation' Signed-off-by: Vasyl Razinkov Change-Id: I6a52148aec3b567db43ec57109214e52d106f73c Issue-ID: SDC-4189 --- utils/webseal-simulator/src/main/webapp/WEB-INF/web.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'utils/webseal-simulator/src/main/webapp') diff --git a/utils/webseal-simulator/src/main/webapp/WEB-INF/web.xml b/utils/webseal-simulator/src/main/webapp/WEB-INF/web.xml index c23e265aae..08a32221b0 100644 --- a/utils/webseal-simulator/src/main/webapp/WEB-INF/web.xml +++ b/utils/webseal-simulator/src/main/webapp/WEB-INF/web.xml @@ -38,6 +38,16 @@ /create + + dataValidatorFilter + org.openecomp.sdc.webseal.simulator.DataValidatorFilter + + + dataValidatorFilter + /login + /create + + contentSecurityPolicyHeaderFilter org.openecomp.sdc.webseal.simulator.ContentSecurityPolicyHeaderFilter -- cgit 1.2.3-korg