mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
address code review feedback
This commit is contained in:
@@ -719,7 +719,7 @@ private module AiohttpClientModel {
|
||||
override DataFlow::Node getAUrlPart() {
|
||||
result = this.getArgByName("url")
|
||||
or
|
||||
not methodName = "request" and
|
||||
methodName in [Http::httpVerbLower(), "ws_connect"] and
|
||||
result = this.getArg(0)
|
||||
or
|
||||
methodName = "request" and
|
||||
|
||||
Reference in New Issue
Block a user