mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
6 lines
242 B
Plaintext
6 lines
242 B
Plaintext
import codeql.ruby.frameworks.stdlib.Logger::Logger
|
|
import codeql.ruby.frameworks.ActiveSupport::ActiveSupport::Logger
|
|
import codeql.ruby.DataFlow
|
|
|
|
query DataFlow::Node loggerLoggingCallInputs(LoggerLoggingCall c) { result = c.getAnInput() }
|