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.
显示
- Gemfile 1 个添加, 1 个删除Gemfile
- Gemfile.lock 4 个添加, 4 个删除Gemfile.lock
- app/models/ci/variable.rb 4 个添加, 1 个删除app/models/ci/variable.rb
- app/models/project_import_data.rb 2 个添加, 1 个删除app/models/project_import_data.rb
- app/models/user.rb 5 个添加, 0 个删除app/models/user.rb
- spec/features/login_spec.rb 1 个添加, 1 个删除spec/features/login_spec.rb
- spec/models/ci/variable_spec.rb 1 个添加, 1 个删除spec/models/ci/variable_spec.rb
加载中
想要评论请 注册 或 登录