Skip to content

Commit f53dce3

Browse files
RasmusWLtausbn
andauthored
Python: Apply suggestions from code review
Co-authored-by: Taus <[email protected]>
1 parent e82e648 commit f53dce3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: majorAnalysis
33
---
4-
* 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.
4+
* 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.

python/ql/test/query-tests/Security/CWE-312-CleartextLogging/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def FPs(account, account_id):
5959
# https://github.com/github/codeql/issues/7116
6060
logging.error("Misc Exception. User %s: %s", request.user.username)
6161

62-
# dictionary taint-flow corss-talk
62+
# dictionary taint-flow cross-talk
6363
# https://github.com/github/codeql/issues/6380
6464
import settings
6565
config = {

0 commit comments

Comments
 (0)