From 3714a9840307cb5bbcb9d47f40a582e8b2390743 Mon Sep 17 00:00:00 2001 From: Jami Cogswell Date: Tue, 2 Aug 2022 13:53:18 -0400 Subject: [PATCH] add reference to help file --- .../src/Security/CWE/CWE-489/DebuggableAttributeEnabled.qhelp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/java/ql/src/Security/CWE/CWE-489/DebuggableAttributeEnabled.qhelp b/java/ql/src/Security/CWE/CWE-489/DebuggableAttributeEnabled.qhelp index e0e8fbf2d98..f07a20a4e06 100644 --- a/java/ql/src/Security/CWE/CWE-489/DebuggableAttributeEnabled.qhelp +++ b/java/ql/src/Security/CWE/CWE-489/DebuggableAttributeEnabled.qhelp @@ -30,6 +30,10 @@ or do not include it in the manifest. The default value when not included is The android:debuggable attribute. +
  • + Android Developers: + Enable debugging. +