JavaScript: Rename hasPathFlow to hasFlowPath for consistency with other languages.

This commit is contained in:
Max Schaefer
2018-11-14 11:23:17 +00:00
parent 4112af5b3f
commit 3fcd02ab0e
31 changed files with 43 additions and 34 deletions

View File

@@ -17,6 +17,6 @@ import semmle.javascript.security.dataflow.RegExpInjection::RegExpInjection
import DataFlow::PathGraph
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
where cfg.hasPathFlow(source, sink)
where cfg.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "This regular expression is constructed from a $@.",
source.getNode(), "user-provided value"