Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a048d commit c74db8bCopy full SHA for c74db8b
1 file changed
javascript/ql/src/Security/CWE-116/DoubleEscaping.qhelp
@@ -35,7 +35,7 @@ or garbled output.
35
<p>
36
Use a (well-tested) sanitization library if at all possible. These libraries are much more
37
likely to handle corner cases correctly than a custom implementation. For URI encoding,
38
-you can use the standard `encodeURIComponent` and `decodeURIComponent` functions.
+you can use the standard <code>encodeURIComponent</code> and <code>decodeURIComponent</code> functions.
39
</p>
40
41
Otherwise, make sure to always escape the escape character first, and unescape it last.
0 commit comments