Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚨 [security] Update rails 7.1.1 β†’ 7.1.3.2 (minor) #1452

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Feb 25, 2024


🚨 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?

✳️ rails (7.1.1 β†’ 7.1.3.2) Β· Repo

Release Notes

7.1.3.2

More info than we can show here.

7.1.3.1

More info than we can show here.

7.1.3

More info than we can show here.

7.1.2

More info than we can show here.

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.

✳️ minitest (5.20.0 β†’ 5.22.3) Β· Repo Β· Changelog

Release Notes

5.22.2 (from changelog)

More info than we can show here.

5.22.1 (from changelog)

More info than we can show here.

5.22.0 (from changelog)

More info than we can show here.

5.21.2 (from changelog)

More info than we can show here.

5.21.1 (from changelog)

More info than we can show here.

5.21.0 (from changelog)

More info than we can show here.

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.

↗️ actioncable (indirect, 7.1.1 β†’ 7.1.3.2) Β· Repo Β· Changelog

Release Notes

7.1.3.2 (from changelog)

More info than we can show here.

7.1.3.1 (from changelog)

More info than we can show here.

7.1.3 (from changelog)

More info than we can show here.

7.1.2 (from changelog)

More info than we can show here.

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.

↗️ actionmailbox (indirect, 7.1.1 β†’ 7.1.3.2) Β· Repo Β· Changelog

↗️ actionmailer (indirect, 7.1.1 β†’ 7.1.3.2) Β· Repo Β· Changelog

Release Notes

7.1.3.2 (from changelog)

More info than we can show here.

7.1.3.1 (from changelog)

More info than we can show here.

7.1.3 (from changelog)

More info than we can show here.

7.1.2 (from changelog)

More info than we can show here.

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.

↗️ actionpack (indirect, 7.1.1 β†’ 7.1.3.2) Β· Repo Β· Changelog

Security Advisories 🚨

🚨 Possible XSS Vulnerability in Action Controller

There is a possible XSS vulnerability when using the translation helpers
(translate, t, etc) in Action Controller. This vulnerability has been
assigned the CVE identifier CVE-2024-26143.

Versions Affected: All. Not affected: None Fixed Versions: 7.1.3.1, 7.0.8.1

Impact

Applications using translation methods like translate, or t on a
controller, with a key ending in β€œ_html”, a :default key which contains
untrusted user input, and the resulting string is used in a view, may be
susceptible to an XSS vulnerability.

For example, impacted code will look something like this:

class ArticlesController < ApplicationController
  def show
    @message = t("message_html", default: untrusted_input)
    # The `show` template displays the contents of `@message`
  end
end

To reiterate the pre-conditions, applications must:

  • Use a translation function from a controller (i.e. not I18n.t, or
    t from a view)
  • Use a key that ends in _html
  • Use a default value where the default value is untrusted and unescaped input
  • Send the text to the victim (whether that’s part of a template, or a
    render call)

All users running an affected release should either upgrade or use one of the workarounds immediately.

Releases

The fixed releases are available at the normal locations.

Workarounds

There are no feasible workarounds for this issue.

🚨 Possible ReDoS vulnerability in Accept header parsing in Action Dispatch

There is a possible ReDoS vulnerability in the Accept header parsing routines
of Action Dispatch. This vulnerability has been assigned the CVE identifier
CVE-2024-26142.

Versions Affected: >= 7.1.0, < 7.1.3.1 Not affected: < 7.1.0 Fixed Versions: 7.1.3.1

Impact

Carefully crafted Accept headers can cause Accept header parsing in
Action Dispatch to take an unexpected amount of time, possibly resulting in a
DoS vulnerability. All users running an affected release should either upgrade
or use one of the workarounds immediately.

Ruby 3.2 has mitigations for this problem, so Rails applications using
Ruby 3.2 or newer are unaffected.

Releases

The fixed releases are available at the normal locations.

Workarounds

There are no feasible workarounds for this issue.

Release Notes

7.1.3.2 (from changelog)

More info than we can show here.

7.1.3.1 (from changelog)

More info than we can show here.

7.1.3 (from changelog)

More info than we can show here.

7.1.2 (from changelog)

More info than we can show here.

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.

↗️ actiontext (indirect, 7.1.1 β†’ 7.1.3.2) Β· Repo Β· Changelog

Release Notes

7.1.3.2 (from changelog)

More info than we can show here.

7.1.3.1 (from changelog)

More info than we can show here.

7.1.3 (from changelog)

More info than we can show here.

7.1.2 (from changelog)

More info than we can show here.

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.

↗️ actionview (indirect, 7.1.1 β†’ 7.1.3.2) Β· Repo Β· Changelog

Release Notes

7.1.3.2 (from changelog)

More info than we can show here.

7.1.3.1 (from changelog)

More info than we can show here.

7.1.3 (from changelog)

More info than we can show here.

7.1.2 (from changelog)

More info than we can show here.

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.

↗️ activejob (indirect, 7.1.1 β†’ 7.1.3.2) Β· Repo Β· Changelog

Release Notes

7.1.3.2 (from changelog)

More info than we can show here.

7.1.3.1 (from changelog)

More info than we can show here.

7.1.3 (from changelog)

More info than we can show here.

7.1.2 (from changelog)

More info than we can show here.

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.

↗️ activemodel (indirect, 7.1.1 β†’ 7.1.3.2) Β· Repo Β· Changelog

Release Notes

7.1.3.2 (from changelog)

More info than we can show here.

7.1.3.1 (from changelog)

More info than we can show here.

7.1.3 (from changelog)

More info than we can show here.

7.1.2 (from changelog)

More info than we can show here.

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.

↗️ activerecord (indirect, 7.1.1 β†’ 7.1.3.2) Β· Repo Β· Changelog

Release Notes

7.1.3.2 (from changelog)

More info than we can show here.

7.1.3.1 (from changelog)

More info than we can show here.

7.1.3 (from changelog)

More info than we can show here.

7.1.2 (from changelog)

More info than we can show here.

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.

↗️ activestorage (indirect, 7.1.1 β†’ 7.1.3.2) Β· Repo Β· Changelog

Release Notes

7.1.3.2 (from changelog)

More info than we can show here.

7.1.3.1 (from changelog)

More info than we can show here.

7.1.3 (from changelog)

More info than we can show here.

7.1.2 (from changelog)

More info than we can show here.

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.

↗️ activesupport (indirect, 7.1.1 β†’ 7.1.3.2) Β· Repo Β· Changelog

Release Notes

7.1.3.2 (from changelog)

More info than we can show here.

7.1.3.1 (from changelog)

More info than we can show here.

7.1.3 (from changelog)

More info than we can show here.

7.1.2 (from changelog)

More info than we can show here.

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.

↗️ bigdecimal (indirect, 3.1.4 β†’ 3.1.7) Β· Repo Β· Changelog

Release Notes

3.1.7

More info than we can show here.

3.1.6

More info than we can show here.

3.1.5 (from changelog)

More info than we can show here.

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.

↗️ concurrent-ruby (indirect, 1.2.2 β†’ 1.2.3) Β· Repo Β· Changelog

Release Notes

1.2.3

More info than we can show here.

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.

↗️ date (indirect, 3.3.3 β†’ 3.3.4) Β· Repo

Release Notes

3.3.4

More info than we can show here.

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.

↗️ drb (indirect, 2.2.0 β†’ 2.2.1) Β· Repo

Release Notes

2.2.1

More info than we can show here.

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.

↗️ i18n (indirect, 1.14.1 β†’ 1.14.4) Β· Repo Β· Changelog

Release Notes

1.14.4

More info than we can show here.

1.14.3

More info than we can show here.

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.

↗️ io-console (indirect, 0.6.0 β†’ 0.7.2) Β· Repo

Release Notes

0.7.2

More info than we can show here.

0.7.0

More info than we can show here.

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.

↗️ irb (indirect, 1.10.1 β†’ 1.12.0) Β· Repo

Release Notes

1.12.0

More info than we can show here.

1.11.2

More info than we can show here.

1.11.1

More info than we can show here.

1.11.0

More info than we can show here.

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.

↗️ marcel (indirect, 1.0.2 β†’ 1.0.4) Β· Repo

Release Notes

1.0.4

More info than we can show here.

1.0.3

More info than we can show here.

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.

↗️ net-imap (indirect, 0.4.1 β†’ 0.4.10) Β· Repo

Release Notes

0.4.10

More info than we can show here.

0.4.9.1

More info than we can show here.

0.4.9

More info than we can show here.

0.4.8

More info than we can show here.

0.4.7

More info than we can show here.

0.4.6

More info than we can show here.

0.4.5

More info than we can show here.

0.4.4

More info than we can show here.

0.4.3

More info than we can show here.

0.4.2

More info than we can show here.

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.

↗️ net-protocol (indirect, 0.2.1 β†’ 0.2.2) Β· Repo

Release Notes

0.2.2

More info than we can show here.

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.

↗️ net-smtp (indirect, 0.4.0 β†’ 0.4.0.1) Β· Repo Β· Changelog

Release Notes

0.4.0.1

More info than we can show here.

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.

↗️ nio4r (indirect, 2.7.0 β†’ 2.7.1) Β· Repo Β· Changelog

Release Notes

2.7.1

More info than we can show here.

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.

↗️ railties (indirect, 7.1.1 β†’ 7.1.3.2) Β· Repo Β· Changelog

Release Notes

7.1.3.2 (from changelog)

More info than we can show here.

7.1.3.1 (from changelog)

More info than we can show here.

7.1.3 (from changelog)

More info than we can show here.

7.1.2 (from changelog)

More info than we can show here.

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.

↗️ rdoc (indirect, 6.6.1 β†’ 6.6.3.1) Β· Repo Β· Changelog

↗️ reline (indirect, 0.4.1 β†’ 0.5.0) Β· Repo

Release Notes

0.4.3

More info than we can show here.

0.4.2

More info than we can show here.

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.

↗️ thor (indirect, 1.3.0 β†’ 1.3.1) Β· Repo Β· Changelog

Release Notes

1.3.1

More info than we can show here.

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.

↗️ timeout (indirect, 0.4.0 β†’ 0.4.1) Β· Repo

Release Notes

0.4.1

More info than we can show here.

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.

↗️ zeitwerk (indirect, 2.6.12 β†’ 2.6.13) Β· Repo Β· Changelog

Release Notes

2.6.13 (from changelog)

More info than we can show here.

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.


Depfu Status

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
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot force-pushed the depfu/update/group/rails-7.1.3.2 branch from c088381 to 74278ee Compare March 20, 2024 15:28
@hennevogel
Copy link
Member

@depfu rebase

@depfu depfu bot force-pushed the depfu/update/group/rails-7.1.3.2 branch from 74278ee to 5ee60fd Compare March 25, 2024 14:07
@hennevogel
Copy link
Member

@depfu rebase

@depfu depfu bot force-pushed the depfu/update/group/rails-7.1.3.2 branch from 5ee60fd to f00f029 Compare March 25, 2024 14:34
@hennevogel hennevogel merged commit 249ccde into master Mar 25, 2024
7 checks passed
@depfu depfu bot deleted the depfu/update/group/rails-7.1.3.2 branch March 25, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant