mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
remove redundant "put" case
This commit is contained in:
@@ -242,7 +242,7 @@ module ClientRequest {
|
||||
method = "request" and
|
||||
result = getOptionArgument(0, "data")
|
||||
or
|
||||
method = ["post", "put", "put"] and
|
||||
method = ["post", "put"] and
|
||||
result = [getArgument(1), getOptionArgument(2, "data")]
|
||||
or
|
||||
result = getOptionArgument([0 .. 2], ["headers", "params"])
|
||||
|
||||
Reference in New Issue
Block a user