Skip to content

APK attack surface

APK attack surface

Description

List of components potentially accepting user input:

  • service: Service.
  • activity: Activity.
  • receiver: Broadcast Receiver
  • provider: Content Provider

Recommendation

This entry is informative, no recommendations applicable.

Standards

  • OWASP_MOBILE_TOP_10:
    • M7_2024