From 656521d03adffb0d5f7008c08fc4db259b638e25 Mon Sep 17 00:00:00 2001 From: "Daniel A.C. Martin" Date: Tue, 21 Jan 2025 16:29:14 +0000 Subject: [PATCH] Zap: Take public resources out-of-scope for rule --- .zap/rules.tsv | 1 + 1 file changed, 1 insertion(+) diff --git a/.zap/rules.tsv b/.zap/rules.tsv index f95e5f827..5a7c1b504 100644 --- a/.zap/rules.tsv +++ b/.zap/rules.tsv @@ -20,6 +20,7 @@ # We don't control the headers on Netlify's CDN 10021 OUTOFSCOPE .*/public/.* 10063 OUTOFSCOPE .*/public/.* +90004 OUTOFSCOPE .*/public/.* # These are not timestamps 10096 OUTOFSCOPE .*/public/.*\.css # These are not SQL statements