mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
JS: implement getADataNode for SuperAgentUrlRequest
This commit is contained in:
@@ -239,7 +239,10 @@ private class SuperAgentUrlRequest extends CustomClientRequest {
|
||||
}
|
||||
|
||||
override DataFlow::Node getADataNode() {
|
||||
none()
|
||||
exists (string name |
|
||||
name = "set" or name = "send" or name = "query" |
|
||||
result = this.getAChainedMethodCall(name).getAnArgument()
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user