mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Added support for paginate.
This commit is contained in:
@@ -429,7 +429,11 @@ module ClientRequest {
|
||||
GotUrlRequest() {
|
||||
exists(API::Node callee, API::Node got | this = callee.getACall() |
|
||||
got = getAGotInstance() and
|
||||
callee = [got, got.getMember(["stream", "get", "post", "put", "patch", "head", "delete"])]
|
||||
callee =
|
||||
[
|
||||
got,
|
||||
got.getMember(["stream", "get", "post", "put", "patch", "head", "delete", "paginate"])
|
||||
]
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user