From ef8368cfc4a7201187e8e677fa940347b424287d Mon Sep 17 00:00:00 2001 From: erik-krogh Date: Wed, 13 Mar 2024 22:37:13 +0100 Subject: [PATCH] fix typo --- csharp/ql/src/Security Features/CWE-601/UrlRedirect.qhelp | 2 +- java/ql/src/Security/CWE/CWE-601/UrlRedirect.qhelp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/ql/src/Security Features/CWE-601/UrlRedirect.qhelp b/csharp/ql/src/Security Features/CWE-601/UrlRedirect.qhelp index c9a1b692b81..80873b1bc1c 100644 --- a/csharp/ql/src/Security Features/CWE-601/UrlRedirect.qhelp +++ b/csharp/ql/src/Security Features/CWE-601/UrlRedirect.qhelp @@ -57,7 +57,7 @@ which is harmless but perhaps not intended. You can substitute your own domain (
  • OWASP: -XSS + Unvalidated Redirects and Forwards Cheat Sheet.
  • diff --git a/java/ql/src/Security/CWE/CWE-601/UrlRedirect.qhelp b/java/ql/src/Security/CWE/CWE-601/UrlRedirect.qhelp index eddca4f62f6..4325ccf5430 100644 --- a/java/ql/src/Security/CWE/CWE-601/UrlRedirect.qhelp +++ b/java/ql/src/Security/CWE/CWE-601/UrlRedirect.qhelp @@ -57,7 +57,7 @@ which is harmless but perhaps not intended. You can substitute your own domain (
  • OWASP: -XSS + Unvalidated Redirects and Forwards Cheat Sheet.