Merge pull request #671 from xiemaisi/js/more-unhelpful-magic

Approved by asger-semmle
This commit is contained in:
semmle-qlci
2018-12-14 08:44:45 +00:00
committed by GitHub

View File

@@ -687,6 +687,7 @@ private predicate flowsTo(PathNode flowsource, DataFlow::Node source,
* Holds if `nd` is reachable from a source under `cfg` along a path summarized by
* `summary`.
*/
pragma[nomagic]
private predicate reachableFromSource(DataFlow::Node nd, DataFlow::Configuration cfg,
PathSummary summary) {
exists (FlowLabel lbl |