We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f78dd commit 34fbafaCopy full SHA for 34fbafa
javascript/ql/src/semmle/javascript/frameworks/ClientRequests.qll
@@ -242,7 +242,7 @@ module ClientRequest {
242
method = "request" and
243
result = getOptionArgument(0, "data")
244
or
245
- method = ["post", "put", "put"] and
+ method = ["post", "put"] and
246
result = [getArgument(1), getOptionArgument(2, "data")]
247
248
result = getOptionArgument([0 .. 2], ["headers", "params"])
0 commit comments