Skip to content

Commit 24c8a47

Browse files
authored
Merge pull request #841 from asger-semmle/private-higher-order-call
Approved by esben-semmle
2 parents 54242f4 + 9e87bf3 commit 24c8a47

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
@@ -708,7 +708,7 @@ private predicate summarizedHigherOrderCall(
708708
* - The flow label mapping of the summary corresponds to the transformation from `arg` to the
709709
* invocation of the callback.
710710
*/
711-
predicate higherOrderCall(
711+
private predicate higherOrderCall(
712712
DataFlow::Node arg, DataFlow::SourceNode callback, int i, DataFlow::Configuration cfg,
713713
PathSummary summary
714714
) {

0 commit comments

Comments
 (0)