mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Added support for getUri.
This commit is contained in:
@@ -222,7 +222,7 @@ module ClientRequest {
|
||||
method = "request"
|
||||
or
|
||||
this = axios().getMember(method).getACall() and
|
||||
method = [httpMethodName(), "request", "postForm", "putForm", "patchForm"]
|
||||
method = [httpMethodName(), "request", "postForm", "putForm", "patchForm", "getUri"]
|
||||
}
|
||||
|
||||
private int getOptionsArgIndex() {
|
||||
|
||||
Reference in New Issue
Block a user