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