mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
10 lines
353 B
Plaintext
10 lines
353 B
Plaintext
private import python
|
|
private import semmle.python.dataflow.new.internal.DataFlowPrivate
|
|
private import semmle.python.dataflow.new.internal.DataFlowPublic
|
|
|
|
from DataFlowCall call, DataFlowCallable callable, ArgumentNode arg, ArgumentPosition apos
|
|
where
|
|
callable = call.getCallable() and
|
|
arg = call.getArgument(apos)
|
|
select call, callable, arg, apos
|