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

This commit is contained in:
erik-krogh
2022-08-11 15:37:36 +02:00
parent 39c1832995
commit 3553f3d9b8
4 changed files with 8 additions and 8 deletions

View File

@@ -22,5 +22,5 @@ import DataFlow::PathGraph
from Configuration config, DataFlow::PathNode source, DataFlow::PathNode sink
where config.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "This path depends on $@.", source.getNode(),
"a user-provided value"
select sink.getNode(), source, sink, "$@ flows to here and is used in a path.", source.getNode(),
"User-provided value"