update {js/go/py}/xpath-injection to match csharp/java

This commit is contained in:
erik-krogh
2022-08-11 22:33:27 +02:00
parent b5458b2125
commit 20625ae60d
3 changed files with 5 additions and 4 deletions

View File

@@ -17,5 +17,5 @@ import DataFlow::PathGraph
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
where cfg.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "$@ flows here and is used in an XPath expression.",
select sink.getNode(), source, sink, "$@ flows to here and is used in an XPath expression.",
source.getNode(), "User-provided value"