APK attack surface
APKアタックサーフェス
説明
ユーザー入力を受け付ける可能性のあるコンポーネントのリスト:
service: Service。activity: Activity。receiver: Broadcast Receiver。provider: Content Provider。
推奨事項
このエントリは情報提供を目的としており、適用される推奨事項はありません。
リンク
- Content Provider (Android Developer Documentation)
- Service (Android Developer Documentation)
- Activity (Android Developer Documentation)
- Broadcast Receiver (Android Developer Documentation)
標準
- OWASP_MOBILE_TOP_10:
- M7_2024