About "Securing your Rails application"

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 ror(at)andreas-s.net.

Contents

  1. Common security problems
    1. SQL Injection
    2. Cross Site Scripting (CSS/XSS)
  2. Typical mistakes in Rails applications
    1. Creating records directly from form parameters