This commit is contained in:
Tony Torralba
2022-01-14 13:12:30 +01:00
parent 6aac848015
commit cde7a35c1f
2 changed files with 3 additions and 1 deletions

View File

@@ -20,5 +20,5 @@ import DataFlow::PathGraph
from DataFlow::PathNode source, DataFlow::PathNode sink
where any(ImplicitPendingIntentStartConf conf).hasFlowPath(source, sink)
select sink.getNode(), source, sink,
"An implicit and mutable PendingIntent is created $@ and sent to an unspecified third party.",
"An implicit Intent is created $@ and sent to an unspecified third party through a PendingIntent.",
source.getNode(), "here"