From be6fac92b3a16bb62c90f2358a9ad3b521a864b9 Mon Sep 17 00:00:00 2001 From: simeng-li Date: Wed, 24 Apr 2024 18:52:57 +0800 Subject: [PATCH] chore: ignore the hidden file found zap alert (#5786) ignore the hidden file found zap alert --- .zap/rules.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zap/rules.conf b/.zap/rules.conf index 395184be1..22a186b98 100644 --- a/.zap/rules.conf +++ b/.zap/rules.conf @@ -12,3 +12,6 @@ # The applicationInsights endpoint will be removed 10055 IGNORE (CSP - Wildcard Directive) + +# Experience app is rendered under the root path. No hidden files are exposed. A 404 experience page will be returned. +40035 IGNORE (Hidden File Found - Active/release)