mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Deprecate sensitiveResultReceiver
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user