Skip to content

Commit

Permalink
Merge pull request #17002 from Flying-Tom/add-get-response
Browse files Browse the repository at this point in the history
Ruby: Add get_response for Net::HTTP
  • Loading branch information
joefarebrother committed Aug 6, 2024
2 parents 87c5627 + f09010e commit e47d4cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e47d4cc

Please sign in to comment.