mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Python: Fix typo
This commit is contained in:
@@ -40,7 +40,7 @@ initially_tainted2 = NOT_TAINTED
|
||||
ensure_not_tainted(initially_tainted2)
|
||||
|
||||
|
||||
# Flow via global assigment
|
||||
# Flow via global assignment
|
||||
|
||||
def write_tainted():
|
||||
global g
|
||||
|
||||
Reference in New Issue
Block a user