mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Update javascript/ql/lib/semmle/javascript/frameworks/Fastify.qll
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
@@ -194,7 +194,7 @@ module Fastify {
|
||||
}
|
||||
|
||||
override DataFlow::Node getChildNode(int n) {
|
||||
result = getRawChild(rank[n + 1](int k | exists(getRawChild(k))))
|
||||
result = rank[n + 1](DataFlow::Node child, int k | child = getRawChild(k) | child order by k)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user