From 2850129626f1c6d3e5ffa7772778e898edee7fe9 Mon Sep 17 00:00:00 2001 From: Guillaume Granjus Date: Wed, 24 Dec 2025 16:35:36 +0100 Subject: [PATCH] Updated generic-env Template Remove .env.example as false positive detection --- http/vulnerabilities/generic/generic-env.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/http/vulnerabilities/generic/generic-env.yaml b/http/vulnerabilities/generic/generic-env.yaml index 1823da4b131..705fcccf208 100644 --- a/http/vulnerabilities/generic/generic-env.yaml +++ b/http/vulnerabilities/generic/generic-env.yaml @@ -30,7 +30,6 @@ http: - "/.env.production" - "/.env.production.local" - "/.env.local" - - "/.env.example" - "/.env.stage" - "/.env.live" - "/.env.backup"