We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0626d69 commit 8219465Copy full SHA for 8219465
ruby/ql/lib/codeql/ruby/frameworks/Rack.qll
@@ -23,6 +23,9 @@ module Rack {
23
isRackResponse(call.getAReturningNode())
24
}
25
26
+ /**
27
+ * Gets the environment of the request, which is the lone parameter to the `call` method.
28
+ */
29
DataFlow::ParameterNode getEnv() { result = call.getParameter(0) }
30
31
0 commit comments