Deprecate sensitiveResultReceiver

This commit is contained in:
Ed Minnix
2023-04-05 13:51:15 -04:00
parent 3e55c47e3e
commit ea54ea47b1
3 changed files with 27 additions and 2 deletions

View File

@@ -18,6 +18,6 @@ import SensitiveResultReceiverFlow::PathGraph
from
SensitiveResultReceiverFlow::PathNode src, SensitiveResultReceiverFlow::PathNode sink,
DataFlow::Node recSrc
where sensitiveResultReceiver(src, sink, recSrc)
where isSensitiveResultReceiver(src, sink, recSrc)
select sink, src, sink, "This $@ is sent to a ResultReceiver obtained from $@.", src,
"sensitive information", recSrc, "this untrusted source"