Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6db55cd

Browse files
committed
Python: add missing annotation
1 parent b78ceb6 commit 6db55cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/ql/test/experimental/dataflow/variable-capture

python/ql/test/experimental/dataflow/variable-capture/in.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def m():
7878
m()
7979
captureIn2()
8080

81-
captureIn3 = lambda arg: SINK(tainted)
81+
captureIn3 = lambda arg: SINK(tainted) #$ MISSING:captured
8282
captureIn3("")
8383

8484
def captureIn1NotCalled():

0 commit comments

Comments
 (0)