We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3b519 commit 26d4f9fCopy full SHA for 26d4f9f
swift/ql/src/queries/Security/CWE-116/BadTagFilter.qhelp
@@ -6,8 +6,8 @@
6
<overview>
7
<p>
8
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.
+regular expressions is impossible). However, if the regular expression is not written well, it might
+be possible to circumvent it. This can lead to cross-site scripting or other security issues.
11
</p>
12
13
Some of these mistakes are caused by browsers having very forgiving HTML parsers, and
0 commit comments