-
- Downloads
Upgrade attr_encrypted and encryptor
attr_encrypted (1.3.4 => 3.0.1) Changelog: https://github.com/attr-encrypted/attr_encrypted/blob/master/CHANGELOG.m d attr_encrypted 2.x included a vulnerability, so that major version is skipped. 3.x requires that the algorithm and mode used by each encrypted attribute is specified explicitly. `nil` is no longer a valid value for the encrypted_value_iv field, so it’s changed to a randomly generated string.
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 4 additions, 4 deletionsGemfile.lock
- app/models/ci/variable.rb 4 additions, 1 deletionapp/models/ci/variable.rb
- app/models/project_import_data.rb 2 additions, 1 deletionapp/models/project_import_data.rb
- app/models/user.rb 5 additions, 0 deletionsapp/models/user.rb
- spec/features/login_spec.rb 1 addition, 1 deletionspec/features/login_spec.rb
- spec/models/ci/variable_spec.rb 1 addition, 1 deletionspec/models/ci/variable_spec.rb
Loading
Please register or sign in to comment