Skip to content

Commit 1c81f8d

Browse files
committed
Apply suggestion from docs review
1 parent 55090ec commit 1c81f8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/ql/src/Security/CWE/CWE-079/AndroidWebViewSettingsEnabledJavaScript.qhelp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<qhelp>
55
<overview>
66
<p>
7-
Enabling JavaScript in an Android WebView allows for the running of JavaScript
8-
code in the context of the running application. This opens the possibility for
9-
cross-site scripting if the attacker can inject arbitrary JavaScript.
7+
Enabling JavaScript in an Android WebView allows the execution of
8+
JavaScript code in the context of the running application. This creates a
9+
cross-site scripting vulnerability.
1010
</p>
1111

1212
<p>

0 commit comments

Comments
 (0)