Skip to content

Commit 6014a75

Browse files
Fix qhelp
1 parent eed2df0 commit 6014a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
As such, debugging should only be anabled during development, and disabled during production builds.</p>
1111
</overview>
1212
<recommendation>
13-
Ensure that debugging features are not enabled during production builds.
14-
If <code>WebView.setWebContentsDebuggingEnabled(true)</code> is used, ensure that it is guarded by a flag indicating that this is a debug build.
13+
<p>Ensure that debugging features are not enabled during production builds.
14+
If <code>WebView.setWebContentsDebuggingEnabled(true)</code> is used, ensure that it is guarded by a flag indicating that this is a debug build.</p>
1515

1616
</recommendation>
1717
<example>

0 commit comments

Comments
 (0)