|
|
|
|
|
by jarin
5222 days ago
|
|
This kind of sums up the point of contention. Rails, by default, does things like escaping input and output strings, CSRF protection, masking password fields in the logs, etc. So why doesn't it do the same with attribute assignment? |
|
It's a case of ease-of-use trumping security.