Skip to content

Commit 936094d

Browse files
authored
Merge pull request #671 from xiemaisi/js/more-unhelpful-magic
Approved by asger-semmle
2 parents f9106b3 + faaca21 commit 936094d

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)