Predicate unverifiedSystemReceiver
Holds if the XML element rec
declares a receiver orm
to receive the system action named sa
that doesn’t verify intents it receives.
Import path
import semmle.code.java.security.ImproperIntentVerificationQuery
predicate
unverifiedSystemReceiver
(
AndroidReceiverXmlElement
rec
,
UnverifiedOnReceiveMethod
orm
,
SystemActionName
sa
)