Ruby: move rb/clear-text-storage-sensitive-data location from sink to source

This commit is contained in:
Alex Ford
2022-03-10 00:05:12 +00:00
parent 4618000567
commit fda2b56e20

View File

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