Skip to content

Commit

Permalink
Update NetHttp.qll
Browse files Browse the repository at this point in the history
  • Loading branch information
Flying-Tom committed Jul 17, 2024
1 parent 12fe998 commit f09010e
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 f09010e

Please sign in to comment.