Update ql/src/semmle/go/frameworks/stdlib/NetHttp.qll

Co-authored-by: Sauyon Lee <sauyon@github.com>
This commit is contained in:
sn00py
2021-03-16 00:41:52 +08:00
committed by GitHub
parent e1219480d8
commit 00f12f9210

View File

@@ -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() {