mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Ruby: rack - rename App as RackApplication
This commit is contained in:
@@ -3,7 +3,7 @@ private import codeql.ruby.frameworks.Rack
|
||||
private import codeql.ruby.DataFlow
|
||||
|
||||
query predicate rackApps(
|
||||
Rack::App::App app, DataFlow::ParameterNode env, Rack::Response::ResponseNode resp
|
||||
Rack::App::RackApplication app, DataFlow::ParameterNode env, Rack::Response::ResponseNode resp
|
||||
) {
|
||||
env = app.getEnv() and resp = app.getAResponse()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user