mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
7 lines
248 B
Plaintext
7 lines
248 B
Plaintext
import javascript
|
|
import semmle.javascript.dataflow.internal.FlowSteps as FlowSteps
|
|
|
|
from DataFlow::Node invk, DataFlow::Node arg, Function f, DataFlow::SourceNode parm
|
|
where FlowSteps::argumentPassing(invk, arg, f, parm)
|
|
select invk, arg, f, parm
|