🚨 [security] Update railties 6.1.7.8 → 6.1.7.9 (patch) #1239
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?
✳️ railties (6.1.7.8 → 6.1.7.9) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 7 commits:
Preparing for 6.1.7.9 release
Update CHANGELOGs
Merge pull request #16 from rails/7-0-sec-relase
Avoid backtracking in ActionMailer block_format
ActionText: Avoid backtracing in plain_text_for_blockquote_node
Avoid backtracking in filtered_query_string
Avoid backtracking in Token#raw_params
✳️ actionpack (6.1.7.8 → 6.1.7.9) · Repo · Changelog
Security Advisories 🚨
🚨 Possible ReDoS vulnerability in HTTP Token authentication in Action Controller
🚨 Possible ReDoS vulnerability in query parameter filtering in Action Dispatch
Commits
See the full diff on Github. The new version differs by 7 commits:
Preparing for 6.1.7.9 release
Update CHANGELOGs
Merge pull request #16 from rails/7-0-sec-relase
Avoid backtracking in ActionMailer block_format
ActionText: Avoid backtracing in plain_text_for_blockquote_node
Avoid backtracking in filtered_query_string
Avoid backtracking in Token#raw_params
✳️ actionview (6.1.7.8 → 6.1.7.9) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 7 commits:
Preparing for 6.1.7.9 release
Update CHANGELOGs
Merge pull request #16 from rails/7-0-sec-relase
Avoid backtracking in ActionMailer block_format
ActionText: Avoid backtracing in plain_text_for_blockquote_node
Avoid backtracking in filtered_query_string
Avoid backtracking in Token#raw_params
✳️ activemodel (6.1.7.8 → 6.1.7.9) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 7 commits:
Preparing for 6.1.7.9 release
Update CHANGELOGs
Merge pull request #16 from rails/7-0-sec-relase
Avoid backtracking in ActionMailer block_format
ActionText: Avoid backtracing in plain_text_for_blockquote_node
Avoid backtracking in filtered_query_string
Avoid backtracking in Token#raw_params
✳️ activerecord (6.1.7.8 → 6.1.7.9) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 7 commits:
Preparing for 6.1.7.9 release
Update CHANGELOGs
Merge pull request #16 from rails/7-0-sec-relase
Avoid backtracking in ActionMailer block_format
ActionText: Avoid backtracing in plain_text_for_blockquote_node
Avoid backtracking in filtered_query_string
Avoid backtracking in Token#raw_params
✳️ activesupport (6.1.7.8 → 6.1.7.9) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 7 commits:
Preparing for 6.1.7.9 release
Update CHANGELOGs
Merge pull request #16 from rails/7-0-sec-relase
Avoid backtracking in ActionMailer block_format
ActionText: Avoid backtracing in plain_text_for_blockquote_node
Avoid backtracking in filtered_query_string
Avoid backtracking in Token#raw_params
Commits
See the full diff on Github. The new version differs by 24 commits:
Release 3.3.0
Merge pull request #24 from casperisfine/update-ci
File.exists? -> File.exist?
Update CI configuration and gemspec
Merge pull request #23 from Earlopain/ci-update
Add Ruby 3.1-3.3 to CI
Update readme and gemspec to point to rails/builder repo
Merge pull request #9 from timkrins/patch-2
Merge pull request #14 from hosamaly/patch-1
Merge pull request #15 from voxik/remove-blankslate
Merge pull request #16 from voxik/gh-actions
Merge pull request #19 from kbrock/chmod
Merge pull request #20 from kbrock/pr/64
Merge pull request #21 from kbrock/pr/63
Updated comments which are incorrect.
Fix spelling mistake in example
remove exec but from rdoc
Drop Travis configuration.
Setup GitHub actions.
Use BasicObject instead of BlankSlate
Update the changelog for v3.2.4
Merge pull request #8 from orien/gem-metadata
Add project metadata to the gemspec
Fix spelling mistake
Release Notes
1.3.4
1.3.3
1.3.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 22 commits:
Avoid requiring files of the gem in Rakefile to avoid redefined method warnings
Avoid require in Gemfile & Rakefile to avoid redefined constant warnings
Avoid require in *.gemspec files to avoid redefined constant warnings
Update docs-source/signpost.md
1.3.4
Check early that $CONCURRENT_JRUBY_HOME is set
Fix the return value of `Concurrent.available_processor_count` when `cpu.cfs_quota_us` is -1
Fix the doc of `Concurrent.available_processor_count`
Add `Concurrent.cpu_shares` that is cgroups aware.
Update comment for JRuby variant of processor_count to reality
1.3.3
Improve speed for windows `Get-CimInstance`
1.3.2
Add a windows job to CI
Remove dependency on `win32ole`
Automatically run bundle install before running tests
Release edge 0.7.1
Make it possible to publish edge without base
Ensure JRuby is used in release tests
Fix concurrent-ruby-edge to depend on `~> MAJOR.MINOR` of concurrent-ruby
Get RakeCompilerDock to work with either podman or docker, based on what is installed
Fix method name in CHANGELOG.md
Release Notes
1.13.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 12 commits:
Bump version to 1.13.0
Add erubi/capture_block to the gem
Adjust nocov markers
Define Erubi.h as a module function
Add erubi/capture_block, supporting capturing block output via standard <%= and <%== tags
Restructure tests to make it so the same basic tests can be used for multiple engines
Add Ruby 3.3 to CI and bump actions/checkout to v4
Switch from hanna-nouveau to hanna
Stop testing Ruby 2.2 in CI as it no longer works with ubuntu-latest
Move to actions/checkout@v3
Limit rake gem restriction in CI to Ruby <2.4
Add CI for Ruby 3.2
Release Notes
1.14.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 12 commits:
Bump to 1.14.6
Add post install message for Ruby < 3.2 users
Merge pull request #696 from KinWang-2013/fix/exists-method-nil-key
Merge pull request #697 from zachmargolis/margolis-optimize-plurals
Merge pull request #699 from alexpls/master
Merge pull request #701 from stevegeek/fix_load_rb_with_pathname
Fix loading of .rb locale files when load_path is not a string, eg it is a Pathname
Fixes strings being interpolated multiple times
Merge pull request #698 from davetron5000/rdoc-fixes
fix issues with RDoc generation
Optimize pluralization logic in test data
return error on nil key and add test
Release Notes
1.8.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
Merge pull request #275 from yui-knk/v1.8.1
Bump up v1.8.1
Merge pull request #273 from ydah/fix-filepath-lineno
Add test code for TestRaccCommand
Fix file path and line number errors when using `+`, `*` and `()`
Merge pull request #274 from ydah/rename-docs-main
Fix RDoc main file to "README.rdoc"
Merge pull request #271 from mark-young-atg/provide_changelog_link_on_rubygems
Provide a 'Changelog' link on rubygems.org/gems/racc
Merge pull request #270 from koic/fix_a_typo
Fix a typo
Added BSDL to gemspec
Update license files same as ruby/ruby
Merge pull request #269 from koic/use_require_relative
Use `require_relative` in the Racc codebase
Release Notes
2.2.10 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 2 commits:
Bump patch version.
[2.2-stable] Fix compatibility issues with Ruby 3.4.0dev (#2248)
Release Notes
2.7.0 (from changelog)
2.6.18 (from changelog)
2.6.17 (from changelog)
2.6.16 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
Ready for 2.7.0
Adds a note about backwards compatibility to the CHANGELOG
Rewording
Remove TracePoint Ruby compatibility test
Update CHANGELOG
Fix method signature annotation
Prefer Dir.each_child over Dir.children
Remove polyfill for UnboundMethod#bind_call
Remove polyfill for Module#autoload?
Remove polyfill for Symbol#name
Replace TracePoint with const_added for explicit namespaces
Move core extensions to a new core_ext folder
Add missing @raise annotation
Revises month capitalization in CHANGELOG.md
Revises quotes
Ready for 2.6.18
Fix autoload_path_set_by_me_for? with inceptions
Update project rules about crefs
Ready for 2.6.17
Fix log message when eager loading a directory ends
Ready for 2.6.16
Remove ruby-lsp from the Gemfile
Introduces the private class Zeitwerk::Cref
Add ruby-lsp to the Gemfile
Merge pull request #295 from kianmeng/fix-typos
Fix typos
Log directories being ignored for having no Ruby file
Reword and reorder logging test
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