Skip to content

Commit faaca21

Browse files
author
Max Schaefer
committed
JavaScript: Avoid more unhelpful magic.
1 parent 3397533 commit faaca21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ private predicate flowsTo(PathNode flowsource, DataFlow::Node source,
687687
* Holds if `nd` is reachable from a source under `cfg` along a path summarized by
688688
* `summary`.
689689
*/
690+
pragma[nomagic]
690691
private predicate reachableFromSource(DataFlow::Node nd, DataFlow::Configuration cfg,
691692
PathSummary summary) {
692693
exists (FlowLabel lbl |

0 commit comments

Comments
 (0)