From f8f7c396cfc62b795b5a469bcb3efe55c6a08007 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 8 Sep 2021 19:51:04 +0200 Subject: [PATCH] Work around LGTM errors: Clear-text logging of sensitive information Disable false positives that cannot be fixed by LGTM, because their heuristic detects strings such "id" that are actually very common in DICOM, for example in "UID". --- lgtm.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lgtm.yml diff --git a/lgtm.yml b/lgtm.yml new file mode 100644 index 0000000000..98aea9b0ae --- /dev/null +++ b/lgtm.yml @@ -0,0 +1,4 @@ +--- +queries: + # https://lgtm.com/rules/1510014536001/ + - exclude: py/clear-text-logging-sensitive-data