Mass Assignment Check
Brought to you by:
chrismair
Add a rule to check for mass assignment which could cause security issues.
A write up of the problem:
http://blog.adamcreeger.com/2012/03/grails-rails-github-and-mass-assignment.html
It looks like we need to catch the following items to start
* def user = new User(params)
* user.properties = params