diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-10-14 13:35:39 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-10-18 08:27:16 +0000 |
commit | ddb9d5a7637b382be9ac7a96ad023a983c41c342 (patch) | |
tree | 4e551d6ce4348aed56f42b021bbe4fcfccc3cd15 /docs | |
parent | ccab3629426bdc6a87ca6102db3fdb23d4419b3e (diff) |
Fix security risk 'Improper Input Validation'
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I6a52148aec3b567db43ec57109214e52d106f73c
Issue-ID: SDC-4189
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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 ***************************** |