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 79e6dca commit 784991cCopy full SHA for 784991c
javascript/ql/lib/semmle/javascript/Routing.qll
@@ -303,7 +303,7 @@ module Routing {
303
DataFlow::Node getValueImplicitlyStoredInAccessPath(int n, string path) { none() }
304
}
305
306
- /** Holds if `pred` and `succ` are adjacent siblings. */
+ /** Holds if `pred` and `succ` are adjacent siblings and `succ` is installed after `pred`. */
307
private predicate areSiblings(Node pred, Node succ) {
308
exists(ValueNode::Range base, int n |
309
pred = base.getChild(n) and
0 commit comments