mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Update NetHttp.qll
This commit is contained in:
@@ -29,7 +29,7 @@ class NetHttpRequest extends Http::Client::Request::Range, DataFlow::CallNode {
|
||||
this = request
|
||||
|
|
||||
// Net::HTTP.get(...)
|
||||
method = "get" and
|
||||
method in ["get", "get_response"] and
|
||||
requestNode = API::getTopLevelMember("Net").getMember("HTTP").getReturn(method) and
|
||||
returnsResponseBody = true
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user