mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: Apply suggestions from code review
Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
committed by
GitHub
parent
e82e648ca1
commit
f53dce3a83
@@ -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.
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user