π¨ [security] Update railties 6.1.7.8 β 6.1.7.9 (patch)#1239
Merged
digitaltom merged 6 commits intomasterfrom Dec 17, 2024
Merged
π¨ [security] Update railties 6.1.7.8 β 6.1.7.9 (patch)#1239digitaltom merged 6 commits intomasterfrom
digitaltom merged 6 commits intomasterfrom
Conversation
Contributor
|
|
digitaltom
reviewed
Dec 17, 2024
digitaltom
approved these changes
Dec 17, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 releaseUpdate CHANGELOGsMerge pull request #16 from rails/7-0-sec-relaseAvoid backtracking in ActionMailer block_formatActionText: Avoid backtracing in plain_text_for_blockquote_nodeAvoid backtracking in filtered_query_stringAvoid 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 releaseUpdate CHANGELOGsMerge pull request #16 from rails/7-0-sec-relaseAvoid backtracking in ActionMailer block_formatActionText: Avoid backtracing in plain_text_for_blockquote_nodeAvoid backtracking in filtered_query_stringAvoid 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 releaseUpdate CHANGELOGsMerge pull request #16 from rails/7-0-sec-relaseAvoid backtracking in ActionMailer block_formatActionText: Avoid backtracing in plain_text_for_blockquote_nodeAvoid backtracking in filtered_query_stringAvoid 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 releaseUpdate CHANGELOGsMerge pull request #16 from rails/7-0-sec-relaseAvoid backtracking in ActionMailer block_formatActionText: Avoid backtracing in plain_text_for_blockquote_nodeAvoid backtracking in filtered_query_stringAvoid 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 releaseUpdate CHANGELOGsMerge pull request #16 from rails/7-0-sec-relaseAvoid backtracking in ActionMailer block_formatActionText: Avoid backtracing in plain_text_for_blockquote_nodeAvoid backtracking in filtered_query_stringAvoid 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 releaseUpdate CHANGELOGsMerge pull request #16 from rails/7-0-sec-relaseAvoid backtracking in ActionMailer block_formatActionText: Avoid backtracing in plain_text_for_blockquote_nodeAvoid backtracking in filtered_query_stringAvoid backtracking in Token#raw_paramsCommits
See the full diff on Github. The new version differs by 24 commits:
Release 3.3.0Merge pull request #24 from casperisfine/update-ciFile.exists? -> File.exist?Update CI configuration and gemspecMerge pull request #23 from Earlopain/ci-updateAdd Ruby 3.1-3.3 to CIUpdate readme and gemspec to point to rails/builder repoMerge pull request #9 from timkrins/patch-2Merge pull request #14 from hosamaly/patch-1Merge pull request #15 from voxik/remove-blankslateMerge pull request #16 from voxik/gh-actionsMerge pull request #19 from kbrock/chmodMerge pull request #20 from kbrock/pr/64Merge pull request #21 from kbrock/pr/63Updated comments which are incorrect.Fix spelling mistake in exampleremove exec but from rdocDrop Travis configuration.Setup GitHub actions.Use BasicObject instead of BlankSlateUpdate the changelog for v3.2.4Merge pull request #8 from orien/gem-metadataAdd project metadata to the gemspecFix spelling mistakeRelease 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 warningsAvoid require in Gemfile & Rakefile to avoid redefined constant warningsAvoid require in *.gemspec files to avoid redefined constant warningsUpdate docs-source/signpost.md1.3.4Check early that $CONCURRENT_JRUBY_HOME is setFix the return value of `Concurrent.available_processor_count` when `cpu.cfs_quota_us` is -1Fix the doc of `Concurrent.available_processor_count`Add `Concurrent.cpu_shares` that is cgroups aware.Update comment for JRuby variant of processor_count to reality1.3.3Improve speed for windows `Get-CimInstance`1.3.2Add a windows job to CIRemove dependency on `win32ole`Automatically run bundle install before running testsRelease edge 0.7.1Make it possible to publish edge without baseEnsure JRuby is used in release testsFix concurrent-ruby-edge to depend on `~> MAJOR.MINOR` of concurrent-rubyGet RakeCompilerDock to work with either podman or docker, based on what is installedFix method name in CHANGELOG.mdRelease 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.0Add erubi/capture_block to the gemAdjust nocov markersDefine Erubi.h as a module functionAdd erubi/capture_block, supporting capturing block output via standard <%= and <%== tagsRestructure tests to make it so the same basic tests can be used for multiple enginesAdd Ruby 3.3 to CI and bump actions/checkout to v4Switch from hanna-nouveau to hannaStop testing Ruby 2.2 in CI as it no longer works with ubuntu-latestMove to actions/checkout@v3Limit rake gem restriction in CI to Ruby <2.4Add CI for Ruby 3.2Release 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.6Add post install message for Ruby < 3.2 usersMerge pull request #696 from KinWang-2013/fix/exists-method-nil-keyMerge pull request #697 from zachmargolis/margolis-optimize-pluralsMerge pull request #699 from alexpls/masterMerge pull request #701 from stevegeek/fix_load_rb_with_pathnameFix loading of .rb locale files when load_path is not a string, eg it is a PathnameFixes strings being interpolated multiple timesMerge pull request #698 from davetron5000/rdoc-fixesfix issues with RDoc generationOptimize pluralization logic in test datareturn error on nil key and add testRelease 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.1Bump up v1.8.1Merge pull request #273 from ydah/fix-filepath-linenoAdd test code for TestRaccCommandFix file path and line number errors when using `+`, `*` and `()`Merge pull request #274 from ydah/rename-docs-mainFix RDoc main file to "README.rdoc"Merge pull request #271 from mark-young-atg/provide_changelog_link_on_rubygemsProvide a 'Changelog' link on rubygems.org/gems/raccMerge pull request #270 from koic/fix_a_typoFix a typoAdded BSDL to gemspecUpdate license files same as ruby/rubyMerge pull request #269 from koic/use_require_relativeUse `require_relative` in the Racc codebaseRelease 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.0Adds a note about backwards compatibility to the CHANGELOGRewordingRemove TracePoint Ruby compatibility testUpdate CHANGELOGFix method signature annotationPrefer Dir.each_child over Dir.childrenRemove polyfill for UnboundMethod#bind_callRemove polyfill for Module#autoload?Remove polyfill for Symbol#nameReplace TracePoint with const_added for explicit namespacesMove core extensions to a new core_ext folderAdd missing @raise annotationRevises month capitalization in CHANGELOG.mdRevises quotesReady for 2.6.18Fix autoload_path_set_by_me_for? with inceptionsUpdate project rules about crefsReady for 2.6.17Fix log message when eager loading a directory endsReady for 2.6.16Remove ruby-lsp from the GemfileIntroduces the private class Zeitwerk::CrefAdd ruby-lsp to the GemfileMerge pull request #295 from kianmeng/fix-typosFix typosLog directories being ignored for having no Ruby fileReword and reorder logging testDepfu 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