Skip to content

Commit 07e141c

Browse files
Jami CogswellJami Cogswell
authored andcommitted
added commas to help file
1 parent 4986cc8 commit 07e141c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/ql/src/Security/CWE/CWE-489/DebuggableAttributeEnabled.qhelp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ In this file, the <code>android:debuggable</code> attribute of the <code>applica
99
define whether or not the application can be debugged. When set to <code>true</code>, this attribute will allow the
1010
application to be debugged even when running on a device in user mode.</p>
1111

12-
<p>When a debugger is enabled it could allow for entry points in the application or reveal sensitive information.
12+
<p>When a debugger is enabled, it could allow for entry points in the application or reveal sensitive information.
1313
As a result, <code>android:debuggable</code> should only be enabled during development and should be disabled in
1414
production builds.</p>
1515

1616
</overview>
1717
<recommendation>
1818

19-
<p>In Android applications either set the <code>android:debuggable</code> attribute to <code>false</code>
20-
or do not include it in the manifest. The default value when not included is <code>false</code>.</p>
19+
<p>In Android applications, either set the <code>android:debuggable</code> attribute to <code>false</code>,
20+
or do not include it in the manifest. The default value, when not included, is <code>false</code>.</p>
2121

2222
</recommendation>
2323
<example>

0 commit comments

Comments
 (0)