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

@@ -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,
"Stack trace information from $@ may be exposed to an external user here.", source.getNode(),
"here"
"$@ flows to this location and may be exposed to an external user.", source.getNode(),
"Stack trace information"