Skip to content

Commit c67152c

Browse files
committed
Python: add missing annotation
1 parent e41136b commit c67152c

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/experimental/dataflow/variable-capture

1 file changed

+1
-1
lines changed

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)