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

@@ -28,5 +28,5 @@ where
else highlight = sink.getNode()
) and
sourceNode = source.getNode()
select highlight, source, sink, "This command depends on $@.", sourceNode,
select highlight, source, sink, "$@ flows to here and is used in a command.", source.getNode(),
sourceNode.getSourceType()