Sign in through GitHub
Hackers Love Mass Assignment (revised)

#26 Hackers Love Mass Assignment (revised)

Mar 08, 2012 | 6 minutes | Active Record, Security, Models
One of the most common security issues in a Rails application is the mass-assignment vulnerability which allows a user to set any attribute on the model. Learn how to prevent it in this episode.