Sbouamri / Approver

Test repository
0 stars 0 forks source link

[ID: ALLOW_BACKUP] AndroidManifest Adb Backup Checking #78

Open Sbouamri opened 5 years ago

Sbouamri commented 5 years ago

ADB Backup is ENABLED for this app (default: ENABLED). ADB Backup is a good tool for backing up all of your files. If enabled, people with physical access to the device can copy all of the sensitive data of the app. The sensitive data may include lifetime access token, username or password etc. REMEDIATION: We suggest to set in the Android Manifest attribute "android:allowBackup" to "false" if the backup capability is not necessary. Vulnerable Code: nessun vulnerable code da mostrare