mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Ruby: Add test where response body is not referenced
This commit is contained in:
@@ -25,3 +25,5 @@ def get(domain, path)
|
||||
end
|
||||
|
||||
get("example.com", "/").body
|
||||
|
||||
Net::HTTP.post(uri, "some_body") # note: response body not accessed
|
||||
|
||||
Reference in New Issue
Block a user