🚨 [security] Update activesupport 6.1.4.1 → 6.1.7.6 (patch) #55
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ activesupport (6.1.4.1 → 6.1.7.6) · Repo · Changelog
Security Advisories 🚨
🚨 Possible File Disclosure of Locally Encrypted Files
🚨 Possible XSS Security Vulnerability in SafeBuffer#bytesplice
🚨 ReDoS based DoS vulnerability in Active Support’s underscore
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 59 commits:
Preparing for 6.1.7.6 release
Bumping version for new release
Preparing for 6.1.7.5 release
bumping version / changelog
Use a temporary file for storing unencrypted files while editing
Preparing for 6.1.7.4 release
Preparing for 6.1.7.3 release
Prepare version 6.1.7.3
Implement SafeBuffer#bytesplice
Version 6.1.7.2
Version 6.1.7.1
Avoid regex backtracking in Inflector.underscore
Version 6.1.7
add test for keyword arguments in ActiveSupport::CurrentAttributes.method_missing
fix ActiveSupport::CurrentAttributes.method_missing for Ruby 3
Merge branch '6-1-sec' into 6-1-stable
Preparing for 6.1.6.1 release
updating version and changelog
Preparing for 6.1.6 release
Preparing for 6.1.6 release
Merge pull request #45027 from rails/fix-tag-helper-regression
Preparing for 6.1.5.1 release
updating changelog for release
Fix and add protections for XSS in names.
Preparing for 6.1.5 release
Update CHANGELOG [ci skip]
Merge branch '6-1-sec' into 6-1-stable
Preparing for 6.1.4.7 release
bumping version
Fix logger format with Ruby 3.1
Support dalli 3.2.1
Fix flakey Memcache tests
Use `Dalli::Protocol::Binary` instead of deprecated `Dalli::Server`
Use `Dalli::Protocol::Binary` to address deprecataion warning
Require digest where it is needed
Merge branch '6-1-sec' into 6-1-stable
Preparing for 6.1.4.6 release
Preparing release
Fix reloader to work with new Executor signature
Merge branch '6-1-sec' into 6-1-stable
Preparing for 6.1.4.5 release
Preparing for release
ActionDispatch::Executor don't fully trust `body#close`
Merge pull request #44039 from kamipo/bump-year-to-2022
Merge branch '6-1-sec' into 6-1-stable
Preparing for 6.1.4.4 release
Merge branch '6-1-sec' into 6-1-stable
Preparing for 6.1.4.3 release
Merge branch '6-1-sec' into 6-1-stable
bumping version for release
fix: equivalent negative durations add to the same time (#43795)
Fix gemspec
Require MFA to release rails
Merge pull request #43644 from Shopify/date-3.2.1-compat-6-1-stable
Improve compatibility with date versions 3.2.1, 3.1.2, 3.0.2 and `2.0.1`
Reorder autoloader setup in zeitwerk mode
Update next version in deprecations and changelogs
Merge pull request #40759 from orhantoy/broadcast-tagged-logging
Merge branch '6-1-sec' into 6-1-stable
Release Notes
1.2.2
1.2.1
1.2.0
1.1.10
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
1.14.1
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.1
1.9.0
1.8.11
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
5.19.0 (from changelog)
5.18.1 (from changelog)
5.18.0 (from changelog)
5.17.0 (from changelog)
5.16.3 (from changelog)
5.16.2 (from changelog)
5.16.1 (from changelog)
5.16.0 (from changelog)
5.15.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
2.0.6
2.0.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 39 commits:
Fix formatting.
Preparing v2.0.6.
Add v1.2.11 from the 1.2 branch.
Update copyright years.
Eliminate Object#untaint deprecation warnings on JRuby 9.4.0.0.
Add Ruby 3.2 and JRuby 9.4.
Update the dependency on actions/checkout.
Fix include issues with tests on Ruby 3.2.
Revert "Workaround for 'Permission denied - NUL' errors with JRuby on Windows."
Preparing v2.0.5.
Add v0.3.61 and v1.2.10 from the 0.3 and 1.2 branches.
Fix relative path loading tests.
Add a top level eager_load! method for Rails compatibility.
Support preloading all data from a DataSource.
Clarify that both files and directories are excluded.
Tidy up of security file ignoring.
Merge pull request #133.
Workaround for 'Permission denied - NUL' errors with JRuby on Windows.
ignore SECURITY file for Arch tzdata package
Add Ruby 3.1.
Update copyright years.
Update copyright years.
Fix documentation.
Fix a typo.
Continue to use philr/setup-ruby@legacy for Ruby 2.0.0 x86 on Windows.
Add JRuby 9.3 and update to TruffleRuby 21.
Switch to ruby/setup-ruby for 1.9.3 (non-Windows) and 2.0.0.
Always return DateTime results using the proleptic Gregorian calendar.
Tidy up syntax.
Fix a grammatical error.
Add version 0.3.60 from the 0.3 branch.
Remove an unnecessary or.
Add RubyGems logo.
Ignore more warnings from sub-processes.
Mark truffleruby as experimental.
Limit json to < 2.5.0 on Windows Ruby 2.0.
Switch to GitHub Actions for CI.
[ci skip] Add version 0.3.59 from the 0.3 branch.
[ci skip] Improve formatting.
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands