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 a982cdc commit b9995b7Copy full SHA for b9995b7
javascript/ql/src/semmle/javascript/frameworks/ConnectExpressShared.qll
@@ -58,7 +58,7 @@ module ConnectExpressShared {
58
(
59
sig.has("next")
60
implies
61
- function.getParameter(sig.getParameterIndex("next")).getName() = "next"
+ function.getParameter(sig.getParameterIndex("next")).getName() = ["next", "cb"]
62
)
63
}
64
0 commit comments