diff options
author | Paul McMahon <paul@mobalean.com> | 2012-05-03 17:20:59 +0900 |
---|---|---|
committer | Paul McMahon <paul@mobalean.com> | 2012-05-03 17:20:59 +0900 |
commit | c9e809c8e49ed9af43044554ad1698aa07748851 (patch) | |
tree | 360b6dc661126e22869ef79e7b479ab48198bf1a /guides/source | |
parent | ce9e2534bfe68a1e14b686632cf848909558c098 (diff) | |
download | rails-c9e809c8e49ed9af43044554ad1698aa07748851.tar.gz rails-c9e809c8e49ed9af43044554ad1698aa07748851.tar.bz2 rails-c9e809c8e49ed9af43044554ad1698aa07748851.zip |
I found it strange that this guide is redirecting questions to a specific person. Heiko Webers' (@hawe) last blog post is a year and a half old, so it's not obvious that he's still active with Rails security. If he is, feel free to revert.
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/security.textile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guides/source/security.textile b/guides/source/security.textile index c065529cac..ac64b82bf6 100644 --- a/guides/source/security.textile +++ b/guides/source/security.textile @@ -1,7 +1,6 @@ h2. Ruby On Rails Security Guide -This manual describes common security problems in web applications and how to avoid them with Rails. If you have any questions or suggestions, please -mail me, Heiko Webers, at 42 {_et_} rorsecurity.info. After reading it, you should be familiar with: +This manual describes common security problems in web applications and how to avoid them with Rails. After reading it, you should be familiar with: * All countermeasures _(highlight)that are highlighted_ * The concept of sessions in Rails, what to put in there and popular attack methods |