mirror of
https://github.com/github/codeql.git
synced 2026-05-10 09:19:27 +02: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() }
|