Hacker News new | ask | show | jobs
by masklinn 5000 days ago
Except they "give an error" because the provided field doesn't exist in the database. Ignore for a second that half the reposts would break websites if an unexpected parameter yield an error instead of being ignored, if an untrusted client sent an "id" field, that would go through like hot steel through melted butter.
1 comments

Actually Rails have a feature to mark certain parameters as not mass assignable.
Which is also broken.