This commit is contained in:
Joe Farebrother
2024-11-20 10:59:27 +00:00
parent a398f707fe
commit 9b4b01a442

View File

@@ -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()