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 c11ce4c commit 922fc3aCopy full SHA for 922fc3a
swift/ql/src/queries/Security/CWE-116/BadTagFilter.qhelp
@@ -28,7 +28,7 @@ likely to handle corner cases correctly than a custom implementation.
28
The following example attempts to filters out all <code><script></code> tags.
29
</p>
30
31
-<sample src="examples/BadTagFilterBad.swift" />
+<sample src="BadTagFilterBad.swift" />
32
33
<p>
34
The above sanitizer does not filter out all <code><script></code> tags.
0 commit comments