From: Michael R Sweet Date: Wed, 6 Jul 2022 15:22:31 +0000 (-0400) Subject: Ignore LGTM alerts that aren't as smart as they think they are... X-Git-Tag: v2.4.3~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba85100f48bf6430404f4c41ea17d0a79cede7f2;p=thirdparty%2Fcups.git Ignore LGTM alerts that aren't as smart as they think they are... --- 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