Ruby: link to sink in rb/clear-text-storage-sensitive-data message

This commit is contained in:
Alex Ford
2022-03-10 14:59:25 +00:00
parent 0f3cf47ca9
commit 0b73088ed4

View File

@@ -21,5 +21,5 @@ import DataFlow::PathGraph
from Configuration config, DataFlow::PathNode source, DataFlow::PathNode sink
where config.hasFlowPath(source, sink)
select source.getNode(), source, sink, "Sensitive data returned by $@ is stored here.",
source.getNode(), source.getNode().(Source).describe()
select source.getNode(), source, sink, "Sensitive data returned by $@ is stored $@.",
source.getNode(), source.getNode().(Source).describe(), sink.getNode(), "here"