mirror of
https://github.com/github/codeql.git
synced 2026-01-30 06:42:57 +01:00
Update ql/src/semmle/go/frameworks/stdlib/NetHttp.qll
Co-authored-by: Sauyon Lee <sauyon@github.com>
This commit is contained in:
@@ -219,7 +219,7 @@ module NetHttp {
|
||||
/** A call to the `Transport.RoundTrip` function in the `net/http` package. */
|
||||
private class TransportRoundTrip extends HTTP::ClientRequest::Range, DataFlow::MethodCallNode {
|
||||
TransportRoundTrip() {
|
||||
this.getTarget().(Method).hasQualifiedName("net/http", "Transport", "RoundTrip")
|
||||
this.getTarget().hasQualifiedName("net/http", "Transport", "RoundTrip")
|
||||
}
|
||||
|
||||
override DataFlow::Node getUrl() {
|
||||
|
||||
Reference in New Issue
Block a user