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.
2 parents 87c5627 + f09010e commit e47d4ccCopy full SHA for e47d4cc
ruby/ql/lib/codeql/ruby/frameworks/http_clients/NetHttp.qll
@@ -29,7 +29,7 @@ class NetHttpRequest extends Http::Client::Request::Range, DataFlow::CallNode {
29
this = request
30
|
31
// Net::HTTP.get(...)
32
- method = "get" and
+ method in ["get", "get_response"] and
33
requestNode = API::getTopLevelMember("Net").getMember("HTTP").getReturn(method) and
34
returnsResponseBody = true
35
or
0 commit comments