Skip to content
  • Aaron Patterson's avatar
    4642d68d
    Eliminate instance level writers for class accessors · 4642d68d
    Aaron Patterson authored
    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
    Eliminate instance level writers for class accessors
    Aaron Patterson authored
    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
Loading