Python: Remove usernames as sensitive source for cleartext queries

Closes #6363, #6927, #6726, #7497, #7116
This commit is contained in:
Rasmus Wriedt Larsen
2022-01-19 15:25:21 +01:00
parent f3daff4e5a
commit e82e648ca1
5 changed files with 12 additions and 18 deletions

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* No longer consider usernames or other account information as sensitive data for the queries `py/clear-text-logging-sensitive-data` and `py/clear-text-storage-sensitive-data`, since this has lead to many false positives.