diff --git a/java/ql/src/Security/CWE/CWE-020/UntrustedDataToExternalAPI.qhelp b/java/ql/src/Security/CWE/CWE-020/UntrustedDataToExternalAPI.qhelp index 3a89f3a7af0..c606d2c8369 100644 --- a/java/ql/src/Security/CWE/CWE-020/UntrustedDataToExternalAPI.qhelp +++ b/java/ql/src/Security/CWE/CWE-020/UntrustedDataToExternalAPI.qhelp @@ -34,7 +34,7 @@ class to exclude known safe external APIs from future analysis.
In this first example, a request parameter is read from HttpServletRequest and then ultimately used in a call to the
-HttpServletResponse.sendError external API:
+HttpServletResponse.sendError external API: