Comment on How github was hackedComments−kalleboo14yTo be honest, mass assignment sounds like Rails' own "register_globals". The default should be conservative and disallow setting any fields, instead of allowing anything to be changed.−bradleyjg14yEarly PHP is exactly what came to mind when I read the description.Nothing new under the sun.
Comments
To be honest, mass assignment sounds like Rails' own "register_globals". The default should be conservative and disallow setting any fields, instead of allowing anything to be changed.
Early PHP is exactly what came to mind when I read the description.
Nothing new under the sun.