From ba85100f48bf6430404f4c41ea17d0a79cede7f2 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 6 Jul 2022 11:22:31 -0400 Subject: [PATCH] Ignore LGTM alerts that aren't as smart as they think they are... --- .lgtm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.lgtm.yml b/.lgtm.yml index 9777ebc363..3c8330193f 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -9,3 +9,5 @@ queries: - exclude: cpp/tainted-format-string - exclude: cpp/toctou-race-condition - exclude: cpp/cleartext-transmission + - exclude: cpp/system-data-exposure + - exclude: cpp/command-line-injection -- 2.47.2