mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02:00
5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
import codeql.ruby.frameworks.http_clients.OpenURI
|
|
import codeql.ruby.DataFlow
|
|
|
|
query DataFlow::Node openURIRequests(OpenURIRequest e) { result = e.getResponseBody() }
|