mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Python: add missing annotation
This commit is contained in:
@@ -78,7 +78,7 @@ def inLocal():
|
|||||||
m()
|
m()
|
||||||
captureIn2()
|
captureIn2()
|
||||||
|
|
||||||
captureIn3 = lambda arg: SINK(tainted)
|
captureIn3 = lambda arg: SINK(tainted) #$ MISSING:captured
|
||||||
captureIn3("")
|
captureIn3("")
|
||||||
|
|
||||||
def captureIn1NotCalled():
|
def captureIn1NotCalled():
|
||||||
|
|||||||
Reference in New Issue
Block a user