Skip to content

Commit a465fef

Browse files
committed
shorten sentence in qhelp
1 parent 7aa911b commit a465fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/Security/CWE-094/ImproperCodeSanitization.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<p>
2323
The example below constructs a function that assigns the number 42 to the property <code>key</code>
2424
on an object <code>obj</code>. However, if <code>key</code> contains <code>&lt;/script&gt;</code>, then
25-
the generated code will break out of a <code>&lt;script&gt;</code> if the generated code is inserted
26-
into a <code>&lt;script&gt;</code> tag.
25+
the generated code will break out of a <code>&lt;/script&gt;</code> if inserted into a
26+
<code>&lt;/script&gt;</code> tag.
2727
</p>
2828
<sample src="examples/ImproperCodeSanitization.js" />
2929
<p>

0 commit comments

Comments
 (0)