Skip to content

Commit

Permalink
Work around LGTM errors: Clear-text logging of sensitive information
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
DimitriPapadopoulos committed Dec 19, 2021
1 parent d36ac19 commit f8f7c39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lgtm.yml
@@ -0,0 +1,4 @@
---
queries:
# https://lgtm.com/rules/1510014536001/
- exclude: py/clear-text-logging-sensitive-data

0 comments on commit f8f7c39

Please sign in to comment.