From df1001757e8edfc91876ee574fd8a5cc45d7a6c7 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Wed, 15 May 2024 12:16:18 -0700 Subject: [PATCH] Disabled false-positive static analysis --- .sobelow-conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.sobelow-conf b/.sobelow-conf index 0c4088d..bf1db34 100644 --- a/.sobelow-conf +++ b/.sobelow-conf @@ -16,7 +16,8 @@ "Config.HTTPS", "Config.CSP", "XSS.ContentType", - "Traversal.SendFile" + "Traversal.SendFile", + "Traversal.SendDownload" ], ignore_files: [], version: false