Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edebbd6 commit 4cde48cCopy full SHA for 4cde48c
1 file changed
javascript/ql/src/semmle/javascript/frameworks/HTTP.qll
@@ -249,7 +249,7 @@ module HTTP {
249
}
250
251
/**
252
- * Holds if `f` looks like a route-handler and a call to `callee` inside `f` forwards all of the parameters from `f` to that call,
+ * Holds if `f` looks like a route-handler and a call to `callee` inside `f` forwards all of the parameters from `f` to that call.
253
*/
254
private predicate isAForwardingRouteHandlerCall(
255
DataFlow::SourceNode callee, HTTP::RouteHandlerCandidate f
0 commit comments