rails-interactive
rails-interactive copied to clipboard
Bump rack from 2.2.6.3 to 2.2.11
Bumps rack from 2.2.6.3 to 2.2.11.
Release notes
Sourced from rack's releases.
v2.2.8.1
What's Changed
- Fixed ReDoS in Accept header parsing [CVE-2024-26146]
- Fixed ReDoS in Content Type header parsing [CVE-2024-25126]
- Reject Range headers which are too large [CVE-2024-26141]
Full Changelog: https://github.com/rack/rack/compare/v2.2.8...v2.2.8.1
v2.2.8
What's Changed
- Limit file extension length of multipart tempfiles (2.2 backport) by
@dentargin rack/rack#2075- CHANGELOG: Add missing 2.2.7 by
@tisbain rack/rack#2081- Update cookie.rb by
@dchandekstarkin rack/rack#2092- Prefer ubuntu-latest for testing. by
@ioquatixin rack/rack#2095- Fix inefficient assert pattern in Rack::Lint [2-2-stable] by
@skipkayhilin rack/rack#2101- Regenerate SPEC [2-2-stable] by
@skipkayhilin rack/rack#2102New Contributors
@tisbamade their first contribution in rack/rack#2081@dchandekstarkmade their first contribution in rack/rack#2092Full Changelog: https://github.com/rack/rack/compare/v2.2.7...v2.2.8
v2.2.7
What's Changed
- Correct the year number in the changelog by
@kimulabin rack/rack#2015- Support underscore in host names for Rack 2.2 (Fixes #2070) by
@jeremyevansin rack/rack#2071New Contributors
@kimulabmade their first contribution in rack/rack#2015Full Changelog: https://github.com/rack/rack/compare/v2.2.6.4...v2.2.7
v2.2.6.4
No release notes provided.
Changelog
Sourced from rack's changelog.
Changelog
All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference Keep A Changelog.
Unreleased
Added
- Introduce
Rack::VERSIONconstant. (#2199, [@ioquatix])- ISO-2022-JP encoded parts within MIME Multipart sections of an HTTP request body will now be converted to UTF-8. (#2245, [
@nappa])Changed
- Invalid cookie keys will now raise an error. (#2193, [
@ioquatix])Rack::MediaType#paramsnow handles empty strings. (#2229, [@jeremyevans])Deprecated
Rack::Auth::AbstractRequest#requestis deprecated without replacement. (#2229, [@jeremyevans])Rack::Request#parse_multipart(private method designed to be overridden in subclasses) is deprecated without replacement. (#2229, [@jeremyevans])Removed
Rack::Request#values_atis removed. (#2200, [@ioquatix])Rack::Loggeris removed with no replacement. (#2196, [@ioquatix])- Automatic cache invalidation in
Rack::Request#{GET,POST}has been removed. (#2230, [@jeremyevans])Fixed
[3.1.9] - 2025-01-31
Fixed
Rack::MediaType#paramsnow handles parameters without values. (#2263,@AllyMarthaJ)[3.1.8] - 2024-10-14
Fixed
- Resolve deprecation warnings about uri
DEFAULT_PARSER. (#2249, [@earlopain])[3.1.7] - 2024-07-11
Fixed
- Do not remove escaped opening/closing quotes for content-disposition filenames. (#2229, [
@jeremyevans])- Fix encoding setting for non-binary IO-like objects in MockRequest#env_for. (#2227, [
@jeremyevans])Rack::Responseshould not generate invalidcontent-lengthheader. (#2219, [@ioquatix])
... (truncated)
Commits
aa5a0f5Bump patch version.f8b41c1Escape non-printable characters when logging.14c9decBump patch version.6ae7057[2.2-stable] Fix compatibility issues with Ruby 3.4.0dev (#2248)b1deebdBump patch version.f7d40f9Merge branch '2-2-sec' into 2-2-stablee830011bump versiond9c163aAvoid 2nd degree polynomial regexp in MediaType6245768Return an empty array when ranges are too largee4c1177Fixing ReDoS in header parsing- 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.