mirror of
https://github.com/github/codeql.git
synced 2026-04-12 02:24:00 +02:00
Change the capitalisation of HTTP to Http, to conform to the QL style guide. Leave the HTTP module in Concepts alone, so it remains consistent with the Concepts in other language libraries.
5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
import codeql.ruby.frameworks.http_clients.NetHttp
|
|
import codeql.ruby.DataFlow
|
|
|
|
query DataFlow::Node netHttpRequests(NetHttpRequest e) { result = e.getResponseBody() }
|