Merge pull request #7652 from RasmusWL/cleartext-remove-fps

Python: Remove usernames as sensitive source for cleartext queries
This commit is contained in:
yoff
2022-01-21 11:30:40 +01:00
committed by GitHub
7 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* User names and other account information is no longer considered to be sensitive data for the queries `py/clear-text-logging-sensitive-data` and `py/clear-text-storage-sensitive-data`, since this lead to many false positives.