From e6a1b1fab9400eca1722709116fecf19cc8de7ee Mon Sep 17 00:00:00 2001 From: Edward Minnix III Date: Mon, 22 Aug 2022 12:06:30 -0400 Subject: [PATCH] Rename allowBackup query id Co-authored-by: Tony Torralba --- java/ql/src/Security/CWE/CWE-312/AllowBackupAttributeEnabled.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/ql/src/Security/CWE/CWE-312/AllowBackupAttributeEnabled.ql b/java/ql/src/Security/CWE/CWE-312/AllowBackupAttributeEnabled.ql index 88fdeb2a890..6e015c7a237 100644 --- a/java/ql/src/Security/CWE/CWE-312/AllowBackupAttributeEnabled.ql +++ b/java/ql/src/Security/CWE/CWE-312/AllowBackupAttributeEnabled.ql @@ -4,7 +4,7 @@ * @kind problem * @problem.severity recommendation * @security-severity 7.5 - * @id java/android/allowBackup-attribute-enabled + * @id java/android/allowbackup-enabled * @tags security * external/cwe/cwe-312 * @precision very-high