Skip to content

Commit 26d4f9f

Browse files
committed
Swift: Rephrase sentence that needed three commas.
1 parent cd3b519 commit 26d4f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/ql/src/queries/Security/CWE-116/BadTagFilter.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<overview>
77
<p>
88
It is possible to match some single HTML tags using regular expressions (parsing general HTML using
9-
regular expressions is impossible). However, if the regular expression is not written well it might
10-
be possible to circumvent it, which can lead to cross-site scripting or other security issues.
9+
regular expressions is impossible). However, if the regular expression is not written well, it might
10+
be possible to circumvent it. This can lead to cross-site scripting or other security issues.
1111
</p>
1212
<p>
1313
Some of these mistakes are caused by browsers having very forgiving HTML parsers, and

0 commit comments

Comments
 (0)