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

@@ -15,6 +15,6 @@ import semmle.javascript.security.dataflow.UnsafeDeserialization::UnsafeDeserial
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, "Unsafe deserialization of $@.",
source.getNode(), "user input"