mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Python: Update comment for test8
This commit is contained in:
committed by
GitHub
parent
bf3a266f58
commit
b958c3b833
@@ -50,7 +50,7 @@ def sink3(cond, arg):
|
||||
if cond:
|
||||
sink(arg)
|
||||
|
||||
def test8(cond):
|
||||
def test8(cond): # This test currently adds nothing, as we only track SOURCE -> SINK, and previous tests already add flow from line 10 to line 13
|
||||
t = source2()
|
||||
sink2(t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user