diff --git a/python/ql/src/experimental/Security/CWE-770/UnicodeDoS.qhelp b/python/ql/src/experimental/Security/CWE-770/UnicodeDoS.qhelp index 53a19e9bca3..9b8fea3cad1 100644 --- a/python/ql/src/experimental/Security/CWE-770/UnicodeDoS.qhelp +++ b/python/ql/src/experimental/Security/CWE-770/UnicodeDoS.qhelp @@ -6,7 +6,7 @@

When a remote user-controlled data can reach a costly Unicode normalization with either form, NFKC or NFKD, an attack such as the One Million Unicode Characters, could lead to a denial of service on Windows OS.

-

And, with the use of special Unicode characters, like U+2100 (℀) or U+2105 (℅), the payload size could be tripled after the compatibility normalization. +

And, with the use of special Unicode characters, like U+2100 (℀) or U+2105 (℅), the payload size could be tripled after the compatibility normalization.