change alert messages of path queries to use the same template

This commit is contained in:
erik-krogh
2022-09-02 08:02:41 +02:00
parent c339a2d4a7
commit 089ce5a8a4
37 changed files with 192 additions and 192 deletions

View File

@@ -19,5 +19,5 @@ from
ModificationOfParameterWithDefault::Configuration config, DataFlow::PathNode source,
DataFlow::PathNode sink
where config.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "$@ flows to here and is mutated.", source.getNode(),
"Default value"
select sink.getNode(), source, sink, "This value modification depends on a $@.", source.getNode(),
"default value"