mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Ruby: Adjust HttpClients test
This commit is contained in:
@@ -2,9 +2,9 @@ import codeql.ruby.Concepts
|
||||
import codeql.ruby.DataFlow
|
||||
|
||||
query predicate httpRequests(
|
||||
HTTP::Client::Request r, string framework, DataFlow::Node url, DataFlow::Node responseBody
|
||||
HTTP::Client::Request r, string framework, DataFlow::Node urlPart, DataFlow::Node responseBody
|
||||
) {
|
||||
r.getFramework() = framework and
|
||||
r.getURL() = url and
|
||||
r.getAUrlPart() = urlPart and
|
||||
r.getResponseBody() = responseBody
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user