mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
JS: Tweak summarizedHigherOrderCall
This commit is contained in:
@@ -1364,7 +1364,7 @@ private predicate summarizedHigherOrderCall(
|
||||
|
|
||||
// direct higher-order call
|
||||
summarizedHigherOrderCallAux(f, arg, innerArg, cfg, oldSummary, cbParm, inner, j, cb) and
|
||||
cbParm.flowsTo(inner.getCalleeNode()) and
|
||||
inner = cbParm.getAnInvocation() and
|
||||
i = j and
|
||||
summary = oldSummary
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user