Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78ceb6 commit 6db55cdCopy full SHA for 6db55cd
1 file changed
python/ql/test/experimental/dataflow/variable-capture/in.py
@@ -78,7 +78,7 @@ def m():
78
m()
79
captureIn2()
80
81
- captureIn3 = lambda arg: SINK(tainted)
+ captureIn3 = lambda arg: SINK(tainted) #$ MISSING:captured
82
captureIn3("")
83
84
def captureIn1NotCalled():
0 commit comments