From 817f12cae63bb83e4816f9a3c41c6392ba5b86ab Mon Sep 17 00:00:00 2001 From: Ed Minnix Date: Fri, 9 Sep 2022 11:35:48 -0400 Subject: [PATCH] Updated expectations file with new message The warning message for the `android:allowBackup` query was updated. This updates the message in the expectations file. --- .../CWE-312/android/backup/AllowBackupEnabledTest.expected | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/ql/test/query-tests/security/CWE-312/android/backup/AllowBackupEnabledTest.expected b/java/ql/test/query-tests/security/CWE-312/android/backup/AllowBackupEnabledTest.expected index 72deef0a120..a4e41d774ca 100644 --- a/java/ql/test/query-tests/security/CWE-312/android/backup/AllowBackupEnabledTest.expected +++ b/java/ql/test/query-tests/security/CWE-312/android/backup/AllowBackupEnabledTest.expected @@ -1,2 +1,2 @@ -| TestExplicitlyEnabled/AndroidManifest.xml:6:5:27:19 | application | The 'android:allowBackup' attribute is enabled. | -| TestMissing/AndroidManifest.xml:6:5:27:19 | application | The 'android:allowBackup' attribute is enabled. | +| TestExplicitlyEnabled/AndroidManifest.xml:6:5:27:19 | application | Backups are allowed in this Android application. | +| TestMissing/AndroidManifest.xml:6:5:27:19 | application | Backups are allowed in this Android application. |