From 0960716d38d15a4aad3e333a8b3c4ae6c8658dc8 Mon Sep 17 00:00:00 2001 From: Leo Gallucci Date: Wed, 1 May 2013 16:56:33 -0300 Subject: [PATCH] Fix typo "can exploited" with "can be exploited" --- guides/source/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/security.md b/guides/source/security.md index b2d09369e2..157cf9b001 100644 --- a/guides/source/security.md +++ b/guides/source/security.md @@ -268,7 +268,7 @@ def legacy end ``` -This will redirect the user to the main action if he tried to access a legacy action. The intention was to preserve the URL parameters to the legacy action and pass them to the main action. However, it can exploited by an attacker if he includes a host key in the URL: +This will redirect the user to the main action if he tried to access a legacy action. The intention was to preserve the URL parameters to the legacy action and pass them to the main action. However, it can be exploited by an attacker if he includes a host key in the URL: ``` http://www.example.com/site/legacy?param1=xy¶m2=23&host=www.attacker.com -- GitLab