|
|
|
|
|
by mtmail
3787 days ago
|
|
http://guides.rubyonrails.org/security.html is a good introduction for webapps written in Ruby/Rails and their countermeasures. It's better to ask the same question on a <insert your programming language> forum or StackOverflow as most frameworks have countermeasures or configuration options included (salting password, inspecting HTTP headers, preventing SQL injection). |
|