8000
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 5c9218f commit 1f308eeCopy full SHA for 1f308ee
javascript/ql/lib/semmle/javascript/internal/paths/PathExprResolver.qll
@@ -65,6 +65,7 @@ module ResolveExpr<exprSig/1 shouldResolveExpr> {
65
or
66
exists(PathConcatenation join |
67
node = TValueNode(join) and
68
+ // Note: 'monotonicAggregates' above lets us use recursion in the last clause of this aggregate
69
result =
70
strictconcat(int n, EarlyStageNode child, string sep |
71
child = TValueNode(join.getOperand(n)) and sep = join.getSeparator()
0 commit comments