homeASCIIcasts

Episodes tagged with “security”

  1. 204

    XSS Protection in Rails 3 Other translations: En Es It

    In previous versions of Rails it was easy for your application to be vulnerable to cross-site scripting attacks. Rails 3 solves this problem but automatically escaping output.

    Tags: rails-30 views security

  2. 178

    七个安全技巧 Other translations: En

    Security is paramount in your Rails applications. Here we show seven commons security flaws from mass assignment to CSRF.

    Tags: security forms views active-record