Enhancement: file/android/adb-backup-enabled.yaml by mp

patch-1
MostInterestingBotInTheWorld 2022-02-09 12:15:15 -05:00
parent b935fa4925
commit 06abca2f97
1 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,12 @@
id: adb-backup-enabled
info:
name: ADB Backup Enabled
description: ADB Backup is enabled, which allows the backup and restore of an apps private data.
description: ADB Backup is enabled, which allows the backup and restore of an app's private data.
remediation: Ensure proper access or disable completely.
author: gaurang
severity: low
tags: android,file
reference: https://github.com/signalapp/Signal-Android/issue
reference: https://adb-backup.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
@ -19,3 +19,4 @@ file:
words:
- "android:allowBackup=\"true\""
# Enhanced by mp on 2022/02/09
# Enhanced by mp on 2022/02/09