diff --git a/java/ql/src/experimental/Security/CWE/CWE-552/UnsafeUrlForward.qhelp b/java/ql/src/experimental/Security/CWE/CWE-552/UnsafeUrlForward.qhelp index d3cd0297fdd..572b14bb02f 100644 --- a/java/ql/src/experimental/Security/CWE/CWE-552/UnsafeUrlForward.qhelp +++ b/java/ql/src/experimental/Security/CWE/CWE-552/UnsafeUrlForward.qhelp @@ -11,7 +11,7 @@ -

In order to prevent untrusted URL forwarding, it is recommended to avoid entering user input directly into the forwarding URL.

+

In order to prevent untrusted URL forwarding, it is recommended to avoid concatenating user input directly into the forwarding URL.