Content deleted Content added
m deambig |
Added short description Tags: Mobile edit Mobile app edit Android app edit App suggested edit App description add |
||
(31 intermediate revisions by 21 users not shown) | |||
Line 1:
{{Short description|Computer vulnerability}}
'''Mass assignment''' is a [[vulnerability (computing)|computer vulnerability]] where an [[active record pattern]] in a [[web application]] is abused to modify data items that the user should
Many [[web application framework]]s offer an [[active record pattern|active record]]
These vulnerabilities
In 2012 mass assignment on Ruby on Rails
In ASP.NET Core mapping restriction can be declared using the <code>[BindNever]</code> attribute.<ref>{{cite web|url=https://docs.microsoft.com/en-us/aspnet/core/mvc/models/model-binding|title=Model Binding in ASP.NET Core|last=tdykstra|website=docs.microsoft.com|date=20 June 2023 }}</ref>
== See also ==
* [[Data transfer object]] (DTO)
== References ==
{{Reflist}}
|