aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/security.txt
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-04 18:14:29 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-04 18:14:29 +0100
commita909eecbbd42e70a5bc0e099485f07dc64db5d38 (patch)
treea685d297c7f11fa2ea87a5dd69ad7052696532d8 /railties/doc/guides/source/security.txt
parentb29f95ed9a4f09674a187b237acc143ac5f4ddde (diff)
parent18bf7b421d55c60029289edef1df409a58d021e4 (diff)
downloadrails-a909eecbbd42e70a5bc0e099485f07dc64db5d38.tar.gz
rails-a909eecbbd42e70a5bc0e099485f07dc64db5d38.tar.bz2
rails-a909eecbbd42e70a5bc0e099485f07dc64db5d38.zip
Dont log the _method attribute either. Its already available in the header
Diffstat (limited to 'railties/doc/guides/source/security.txt')
-rw-r--r--railties/doc/guides/source/security.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/doc/guides/source/security.txt b/railties/doc/guides/source/security.txt
index 53819babb7..9b3f47932e 100644
--- a/railties/doc/guides/source/security.txt
+++ b/railties/doc/guides/source/security.txt
@@ -976,3 +976,9 @@ The security landscape shifts and it is important to keep up to date, because mi
- http://secunia.com/[Keep up to date on the other application layers] (they have a weekly newsletter, too)
- A http://ha.ckers.org/blog/[good security blog] including the http://ha.ckers.org/xss.html[Cross-Site scripting Cheat Sheet]
- Another http://www.0x000000.com/[good security blog] with some Cheat Sheets, too
+
+== Changelog ==
+
+http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/7[Lighthouse ticket]
+
+* November 1, 2008: First approved version by Heiko Webers