mirror of
https://github.com/github/codeql.git
synced 2026-03-05 23:26:51 +01:00
5 lines
177 B
Plaintext
5 lines
177 B
Plaintext
import codeql.ruby.frameworks.http_clients.HttpClient
|
|
import codeql.ruby.DataFlow
|
|
|
|
query DataFlow::Node httpClientRequests(HttpClientRequest e) { result = e.getResponseBody() }
|