APK attack surface
APK attack surface
Description
List of components potentially accepting user input:
service: Service.activity: Activity.receiver: Broadcast Receiverprovider: Content Provider
Recommendation
This entry is informative, no recommendations applicable.
Links
- Content Provider (Android Developer Documentation)
- Service (Android Developer Documentation)
- Activity (Android Developer Documentation)
- Broadcast Receiver (Android Developer Documentation)
Standards
- OWASP_MOBILE_TOP_10:
- M7_2024