• A
    Eliminate instance level writers for class accessors · 4642d68d
    Aaron Patterson 提交于
    Instance level writers can have an impact on how the Active Model /
    Record objects are saved.  Specifically, they can be used to bypass
    validations.  This is a problem if mass assignment protection is
    disabled and specific attributes are passed to the constructor.
    
    CVE-2016-0753
    4642d68d
default.rb 5.2 KB