mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python: Prepare for new test
.expected line changes 😠
This commit is contained in:
@@ -39,6 +39,11 @@ def print_password():
|
||||
sys.stdout.write(get_password()) # NOT OK
|
||||
sys.stderr.write(get_password()) # NOT OK
|
||||
|
||||
# import getpass
|
||||
|
||||
# x = getpass.getpass()
|
||||
# print(x) # NOT OK
|
||||
|
||||
|
||||
def FPs(account, account_id):
|
||||
# we assume that any account parameter is sensitive (id/username)
|
||||
|
||||
Reference in New Issue
Block a user