mirror of
https://github.com/github/codeql.git
synced 2026-01-03 09:40:17 +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
|