mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
import javascript
|
|
import semmle.javascript.dataflow.internal.FlowSteps
|
|
|
|
from DataFlow::InvokeNode node, Function callee
|
|
where calls(node, callee)
|
|
select node, callee, 0
|