aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorLeo Gallucci <elgalu3@gmail.com>2013-05-01 16:56:33 -0300
committerLeo Gallucci <elgalu3@gmail.com>2013-05-01 16:56:33 -0300
commit0960716d38d15a4aad3e333a8b3c4ae6c8658dc8 (patch)
treea0855c876f301c9fe7f1dc77404a8c2cd388a64d /guides/source
parentb014b4e8cf22f73e155c93b83308805744a13afc (diff)
downloadrails-0960716d38d15a4aad3e333a8b3c4ae6c8658dc8.tar.gz
rails-0960716d38d15a4aad3e333a8b3c4ae6c8658dc8.tar.bz2
rails-0960716d38d15a4aad3e333a8b3c4ae6c8658dc8.zip
Fix typo "can exploited" with "can be exploited"
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/security.md2
1 files changed, 1 insertions, 1 deletions
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&param2=23&host=www.attacker.com