mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Merge pull request #841 from asger-semmle/private-higher-order-call
Approved by esben-semmle
This commit is contained in:
@@ -708,7 +708,7 @@ private predicate summarizedHigherOrderCall(
|
||||
* - The flow label mapping of the summary corresponds to the transformation from `arg` to the
|
||||
* invocation of the callback.
|
||||
*/
|
||||
predicate higherOrderCall(
|
||||
private predicate higherOrderCall(
|
||||
DataFlow::Node arg, DataFlow::SourceNode callback, int i, DataFlow::Configuration cfg,
|
||||
PathSummary summary
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user