Binary package “ruby-protected-attributes” in ubuntu bionic

Protect attributes from mass assignment in Active Record models

 This plugin adds the class methods `attr_accessible` and `attr_protected` to
 your models to be able to declare white or black lists of attributes, avoiding
 attacks by parameter injection against Rails applications.