Python: Apply suggestions from code review

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2022-01-20 14:20:15 +01:00
committed by GitHub
parent e82e648ca1
commit f53dce3a83
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +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.
* 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.

View File

@@ -59,7 +59,7 @@ def FPs(account, account_id):
# https://github.com/github/codeql/issues/7116
logging.error("Misc Exception. User %s: %s", request.user.username)
# dictionary taint-flow corss-talk
# dictionary taint-flow cross-talk
# https://github.com/github/codeql/issues/6380
import settings
config = {