From 06abca2f977907b88f633487432e5cfff3263947 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 9 Feb 2022 12:15:15 -0500 Subject: [PATCH] Enhancement: file/android/adb-backup-enabled.yaml by mp --- file/android/adb-backup-enabled.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/file/android/adb-backup-enabled.yaml b/file/android/adb-backup-enabled.yaml index 20e65fa9fa..35c9ec6f80 100644 --- a/file/android/adb-backup-enabled.yaml +++ b/file/android/adb-backup-enabled.yaml @@ -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 app’s 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