Silence an irrelevant warning on LGTM.com

By default, this service issues a warning for strings which format data
like {uid}, flagging this pattern as related to antipatterns CWE-312,
CWE-315 and CWE-359. This warning is not relevant for us because we
never process sensitive information (if there are some NDA-covered data
in the input, well, the user already has them, we're just using these).

Silence this warning (it's currently getting us an B rating,
apparently).

See-also: https://lgtm.com/rules/1510014536001/
Change-Id: Id5cdd2c62e61a8329760d3fb79665737beb22378
This commit is contained in:
Jan Kundrát
2021-12-07 12:46:55 +01:00
parent 3358c5eeb5
commit 2ba1e86b28

2
.lgtm.yml Normal file
View File

@@ -0,0 +1,2 @@
queries:
- exclude: py/clear-text-logging-sensitive-data