From 9e87bf37ea81b658d3d234b0cc78aa9937528d0c Mon Sep 17 00:00:00 2001 From: Asger F Date: Tue, 29 Jan 2019 11:50:46 +0000 Subject: [PATCH] JS: make higherOrderCall private --- javascript/ql/src/semmle/javascript/dataflow/Configuration.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/src/semmle/javascript/dataflow/Configuration.qll b/javascript/ql/src/semmle/javascript/dataflow/Configuration.qll index d0451341099..db1acbf2f29 100644 --- a/javascript/ql/src/semmle/javascript/dataflow/Configuration.qll +++ b/javascript/ql/src/semmle/javascript/dataflow/Configuration.qll @@ -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 ) {