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 --- docs/configuration.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/configuration.rst') diff --git a/docs/configuration.rst b/docs/configuration.rst index 20d164bfa6..5de8edebdd 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -976,6 +976,9 @@ BE-configuration.yaml definedResourceNamespace: - org.openecomp.resource. + # Comma separated list of excluded URLs by the DataValidatorFilter + dataValidatorFilterExcludedUrls: "/healthCheck,/followed,/authorize" + BE-distribution-engine-configuration.yaml ***************************************** @@ -1341,6 +1344,9 @@ FE-configuration.yaml # What is the interval of the statistics collection probeIntervalInSeconds: 15 + # Comma separated list of excluded URLs by the DataValidatorFilter + dataValidatorFilterExcludedUrls: "/healthCheck,/followed,/authorize" + FE-plugins-configuration.yaml ***************************** -- cgit 1.2.3-korg