update {js/py}/command-line-injection to match csharp/java

This commit is contained in:
erik-krogh
2022-08-11 22:23:48 +02:00
parent 684a987abf
commit 9395f156de
2 changed files with 3 additions and 3 deletions

View File

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