mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
QLDoc
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user