From 8a4fa0a7e2259bcac75fed23637b9c8b09af2a12 Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Tue, 12 Oct 2021 15:33:59 +0100 Subject: [PATCH] Copyedit --- .../experimental/Security/CWE/CWE-552/UnsafeUrlForward.qhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.