Bump the bundler group across 1 directory with 3 updates
Bumps the bundler group with 2 updates in the / directory: activesupport and cocoapods-downloader.
Updates activesupport from 5.2.5 to 5.2.8.1
Release notes
Sourced from activesupport's releases.
5.2.8.1
Active Support
- No changes.
Active Model
- No changes.
Active Record
Change ActiveRecord::Coders::YAMLColumn default to safe_load
This adds two new configuration options The configuration options are as follows:
config.active_storage.use_yaml_unsafe_loadWhen 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.
config.active_record.yaml_column_permitted_classesThe "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]
Action View
- No changes.
Action Pack
... (truncated)
Commits
8030cffPreparing for 5.2.8.1 releaseec10235updating version and changelog2652133Preparing for 5.2.8 releasea1b8a9bMerge pull request #45027 from rails/fix-tag-helper-regression9f3761aMerge branch '5-2-sec' into 5-2-stableb290430Preparing for 5.2.7.1 release2d8cb45Update changelogs for release1278c0fFix and add protections for XSS in names.de20f93Merge pull request #38069 from y-yagi/make_load_interlock_aware_monitor_work_...459e7cfPreparing for 5.2.7 release- Additional commits viewable in compare view
Updates cocoapods-downloader from 1.4.0 to 1.6.3
Release notes
Sourced from cocoapods-downloader's releases.
1.6.3
Enhancements
- None.
Bug Fixes
- None.
1.6.2
Enhancements
- None.
Bug Fixes
- None.
1.6.1
Enhancements
- None.
Bug Fixes
- None.
1.6.0
Enhancements
- None.
Bug Fixes
1.5.1
Enhancements
- None.
Bug Fixes
- Fix "can't modify frozen string" errors when pods are integrated using the
branchoption
buju77 #109201.5.0
... (truncated)
Changelog
Sourced from cocoapods-downloader's changelog.
1.6.3 (2022-04-01)
Enhancements
- None.
Bug Fixes
- None.
1.6.2 (2022-03-28)
Enhancements
- None.
Bug Fixes
- None.
1.6.1 (2022-03-23)
Enhancements
- None.
Bug Fixes
- None.
1.6.0 (2022-03-22)
Enhancements
- None.
Bug Fixes
1.5.1 (2021-09-07)
Enhancements
- None.
... (truncated)
Commits
c03e2edRelease 1.6.3f75bcccDisable Bazaar tests due to macOS 12.3 not including python252a0d54Merge pull request #128 from CocoaPods/validate_before_dld27c983Ensure that the git pre-processor doesn't accidentally bail also3adfe1f[CHANGELOG] Add empty Master section591167aRelease 1.6.2d2564c3Merge pull request #127 from CocoaPods/validate_before_dl99fec61Switches where we check for invalid input, to move it inside the download fun...96679f2[CHANGELOG] Add empty Master section3a7c54bRelease 1.6.1- Additional commits viewable in compare view
Updates tzinfo from 1.2.9 to 1.2.11
Release notes
Sourced from tzinfo's releases.
v1.2.11
- Eliminate
Object#untaintdeprecation warnings on JRuby 9.4.0.0. #145.TZInfo v1.2.11 on RubyGems.org
v1.2.10
- Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when used with
RubyDataSource. Please refer to https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx for details. CVE-2022-31163.- Ignore the SECURITY file from Arch Linux's tzdata package. #134.
Changelog
Sourced from tzinfo's changelog.
Version 1.2.11 - 28-Jan-2023
- Eliminate
Object#untaintdeprecation warnings on JRuby 9.4.0.0. #145.Version 1.2.10 - 19-Jul-2022
- Fixed a relative path traversal bug that could cause arbitrary files to be loaded with
requirewhen used withRubyDataSource. Please refer to https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx for details. CVE-2022-31163.- Ignore the SECURITY file from Arch Linux's tzdata package. #134.
Commits
2dc46fdPreparing v1.2.11.c854e6aUpdate copyright years.9c092f3Eliminate Object#untaint deprecation warnings on JRuby 9.4.0.0.4e5f8b7Add Ruby 3.1, 3.2 and JRuby 9.4.2f58c69Update the dependency on actions/checkout.e52c056Revert "Workaround for 'Permission denied - NUL' errors with JRuby on Windows."0814dcdFix the release date.fd05e2aPreparing v1.2.10.b98c32eMerge branch 'fix-directory-traversal-1.2' into 1.2ac3ee68Remove unnecessary escaping of + within regex character classes.- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.