diff options
author | taca <taca@pkgsrc.org> | 2022-07-13 14:44:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-07-13 14:44:08 +0000 |
commit | b901e521bec1e116801714b1f5cb131f5d72cb34 (patch) | |
tree | d911f8f33fc0e3c097444402f18282be4e16ac1e /databases | |
parent | cdfe1aa67e8978ac27ae951e7ba7260206569b56 (diff) | |
download | pkgsrc-b901e521bec1e116801714b1f5cb131f5d72cb34.tar.gz |
www/ruby-rails60: update to 6.0.5.1
Rails 6.0.5.1 (2022-07-12) updates databases/ruby-activerecord60 only.
databases/ruby-activerecord60
* Change ActiveRecord::Coders::YAMLColumn default to safe_load
This adds two new configuration options The configuration options are as
follows:
o config.active_storage.use_yaml_unsafe_load
When set to true, this configuration option tells Rails to use the old
"unsafe" YAML loading strategy, maintaining the existing behavior but
leaving the possible escalation vulnerability in place. Setting this
option to true is *not* recommended, but can aid in upgrading.
o config.active_record.yaml_column_permitted_classes
The "safe YAML" loading method does not allow all classes to be
deserialized by default. This option allows you to specify classes deemed
"safe" in your application. For example, if your application uses Symbol
and Time in serialized data, you can add Symbol and Time to the allowed
list as follows:
config.active_record.yaml_column_permitted_classes = [Symbol, Date, Time]
[CVE-2022-32224]
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-activerecord60/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/ruby-activerecord60/distinfo b/databases/ruby-activerecord60/distinfo index f0d8adce4c5..2590bf8c9d2 100644 --- a/databases/ruby-activerecord60/distinfo +++ b/databases/ruby-activerecord60/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2022/06/07 14:59:21 taca Exp $ +$NetBSD: distinfo,v 1.19 2022/07/13 14:44:09 taca Exp $ -BLAKE2s (activerecord-6.0.5.gem) = 220722d6730cb0c96b14ac658c84448b433a1ab66e4c681319ca7e8cf7efbd0c -SHA512 (activerecord-6.0.5.gem) = 645ccf5b96e9cd4e639b559121164aa48069bfcd0db6ebfa11cd9fc2d942eab8ab9b153ee26943f6a9ad8db5b6b6d76a1cd7351779343b4d68d618242a33e6e4 -Size (activerecord-6.0.5.gem) = 410624 bytes +BLAKE2s (activerecord-6.0.5.1.gem) = b603e374f52f7f7edd05d4285dd67d1ef7bde9296cf2802ec3452f6e211ebb1b +SHA512 (activerecord-6.0.5.1.gem) = 341e28f0a8834e57224b6b429c30b129098d9e50d669fa61879abd06e5d6fe28a7d5fd11dffcbb8769405bc0c7f4937340633adbb762bb226757e8fed866735a +Size (activerecord-6.0.5.1.gem) = 411136 bytes |