diff options
author | Heiko Webers <heikowebers@gmx.net> | 2008-09-17 17:02:07 +0200 |
---|---|---|
committer | Heiko Webers <heikowebers@gmx.net> | 2008-09-17 17:02:07 +0200 |
commit | 1b123babb3bbceab07aaf698fa4ea5da91630b82 (patch) | |
tree | d8e2667943498f7735ff3b5ef4ef4727cade0e3f | |
parent | f7056c5ce8ff94c15f06556e42e0591efc3d2d98 (diff) | |
download | rails-1b123babb3bbceab07aaf698fa4ea5da91630b82.tar.gz rails-1b123babb3bbceab07aaf698fa4ea5da91630b82.tar.bz2 rails-1b123babb3bbceab07aaf698fa4ea5da91630b82.zip |
Added introduction, highlighting and additional resources to security guide
-rw-r--r-- | railties/doc/guides/securing_rails_applications/security.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/securing_rails_applications/security.txt b/railties/doc/guides/securing_rails_applications/security.txt index 1208fcd61c..f0db7a7ac2 100644 --- a/railties/doc/guides/securing_rails_applications/security.txt +++ b/railties/doc/guides/securing_rails_applications/security.txt @@ -2,7 +2,7 @@ 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 at 42 {-et-} rorsecurity.info. After reading it, you should be familiar with: +mail me at 42 {_et_} rorsecurity.info. After reading it, you should be familiar with: - All countermeasures [,#fffcdb]#that are highlighted# - The concept of sessions in Rails, what to put in there and popular attack methods |