blob: b2cebbd311d3ed0d88541bb56c933fc77d8e5ea2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Securing Rails applications
===========================
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.
include::sql_injection.txt[]
include::cross_site_scripting.txt[]
include::creating_records_directly_from_form_parameters.txt[]
|