From d02803be14b9caf673b35d9a8b52a5c3eaaf3249 Mon Sep 17 00:00:00 2001 From: atovpeko <114177030+atovpeko@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:00:10 +0200 Subject: [PATCH] Added false positive to the ignore list --- mlc_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mlc_config.json b/mlc_config.json index 8456b74d58..f06f60e5ad 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -66,6 +66,9 @@ }, { "pattern": "^https://www.hhs.gov/hipaa/for-professionals/index.html" + }, + { + "pattern": "^https://wiki.postgresql.org/wiki/List_of_drivers" } ] }