mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Fix typo
This commit is contained in:
@@ -64,7 +64,7 @@ def test6():
|
||||
|
||||
def bar6():
|
||||
time.sleep(1)
|
||||
ensure_tainted(foo[0]) # $tainted
|
||||
ensure_tainted(foo6[0]) # $tainted
|
||||
|
||||
foo6.append(TAINTED_STRING)
|
||||
bar6()
|
||||
|
||||
Reference in New Issue
Block a user