mirror of
https://github.com/github/codeql.git
synced 2026-02-13 21:51:29 +01:00
8 lines
276 B
Plaintext
8 lines
276 B
Plaintext
import codeql.ruby.frameworks.ActionCable
|
|
import codeql.ruby.frameworks.stdlib.Logger
|
|
import codeql.ruby.dataflow.RemoteFlowSources
|
|
|
|
query predicate loggerInstantiations(Logger::LoggerInstantiation l) { any() }
|
|
|
|
query predicate remoteFlowSources(RemoteFlowSource s) { any() }
|