android
Excessive privileges - Mobile App - android
Need Restrict application permissions to the minimum required for functionality Context Usage of Android development for mobile applications Ensuring that applications request only the necessary permissions Description Non compliant code <manifest ...
Unauthorized access to files - APK Content Provider - android
Need Prevent unauthorized access to files exposed through Content Providers Context Usage of Android development for mobile applications Ensuring secure access controls in Content Providers Description Non compliant code <manifest ...
Cached form fields - android
Need Disable caching and keyboard suggestions for sensitive input fields Context Usage of Android development for mobile applications Preventing sensitive input data from being cached or suggested by the keyboard Description Non compliant code ...
Debugging enabled in production - APK - android
Need Disable debugging in production APKs to prevent unauthorized access Context Usage of Android development for mobile applications Ensuring production APKs do not expose debugging capabilities Description Non compliant code <manifest ...> ...
Insecure service configuration - ADB Backup - android
Need Disable ADB backup to prevent unauthorized data extraction Context Usage of Android development for mobile applications Ensuring security of sensitive user data in Android applications Description Non compliant code <manifest ...> <application ...