Skip to content

Commit 54a91c7

Browse files
committed
JS: Tweak summarizedHigherOrderCall
1 parent a54e810 commit 54a91c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/Configuration.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ private predicate summarizedHigherOrderCall(
13641364
|
13651365
// direct higher-order call
13661366
summarizedHigherOrderCallAux(f, arg, innerArg, cfg, oldSummary, cbParm, inner, j, cb) and
1367-
cbParm.flowsTo(inner.getCalleeNode()) and
1367+
inner = cbParm.getAnInvocation() and
13681368
i = j and
13691369
summary = oldSummary
13701370
or

0 commit comments

Comments
 (0)