mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02:00
7 lines
233 B
Plaintext
7 lines
233 B
Plaintext
import ruby
|
|
import codeql_ruby.dataflow.internal.DataFlowDispatch
|
|
|
|
query DataFlowCallable getTarget(DataFlowCall call) { result = call.getTarget() }
|
|
|
|
query predicate unresolvedCall(DataFlowCall call) { not exists(call.getTarget()) }
|