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.0.6 → 7.0.8 (patch) #273

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Sep 10, 2023


🚨 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.0.6 → 7.0.8) · Repo

Release Notes

7.0.8

More info than we can show here.

7.0.7.2

More info than we can show here.

7.0.7.1

More info than we can show here.

7.0.7

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.0.6 → 7.0.8) · Repo · Changelog

Release Notes

7.0.8 (from changelog)

More info than we can show here.

7.0.7.2 (from changelog)

More info than we can show here.

7.0.7.1 (from changelog)

More info than we can show here.

7.0.7 (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.0.6 → 7.0.8) · Repo · Changelog

↗️ actionmailer (indirect, 7.0.6 → 7.0.8) · Repo · Changelog

Release Notes

7.0.8 (from changelog)

More info than we can show here.

7.0.7.2 (from changelog)

More info than we can show here.

7.0.7.1 (from changelog)

More info than we can show here.

7.0.7 (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.0.6 → 7.0.8) · Repo · Changelog

Release Notes

7.0.8 (from changelog)

More info than we can show here.

7.0.7.2 (from changelog)

More info than we can show here.

7.0.7.1 (from changelog)

More info than we can show here.

7.0.7 (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.0.6 → 7.0.8) · Repo · Changelog

Release Notes

7.0.8 (from changelog)

More info than we can show here.

7.0.7.2 (from changelog)

More info than we can show here.

7.0.7.1 (from changelog)

More info than we can show here.

7.0.7 (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.0.6 → 7.0.8) · Repo · Changelog

Release Notes

7.0.8 (from changelog)

More info than we can show here.

7.0.7.2 (from changelog)

More info than we can show here.

7.0.7.1 (from changelog)

More info than we can show here.

7.0.7 (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.0.6 → 7.0.8) · Repo · Changelog

Release Notes

7.0.8 (from changelog)

More info than we can show here.

7.0.7.2 (from changelog)

More info than we can show here.

7.0.7.1 (from changelog)

More info than we can show here.

7.0.7 (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.0.6 → 7.0.8) · Repo · Changelog

Release Notes

7.0.8 (from changelog)

More info than we can show here.

7.0.7.2 (from changelog)

More info than we can show here.

7.0.7.1 (from changelog)

More info than we can show here.

7.0.7 (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.0.6 → 7.0.8) · Repo · Changelog

Release Notes

7.0.8 (from changelog)

More info than we can show here.

7.0.7.2 (from changelog)

More info than we can show here.

7.0.7.1 (from changelog)

More info than we can show here.

7.0.7 (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.0.6 → 7.0.8) · Repo · Changelog

Release Notes

7.0.8 (from changelog)

More info than we can show here.

7.0.7.2 (from changelog)

More info than we can show here.

7.0.7.1 (from changelog)

More info than we can show here.

7.0.7 (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.0.6 → 7.0.8) · Repo · Changelog

Security Advisories 🚨

🚨 Possible File Disclosure of Locally Encrypted Files

There is a possible file disclosure of locally encrypted files in Active Support. This vulnerability has been assigned the CVE identifier CVE-2023-38037.

Versions Affected: >= 5.2.0 Not affected: < 5.2.0 Fixed Versions: 7.0.7.1, 6.1.7.5

Impact

ActiveSupport::EncryptedFile writes contents that will be encrypted to a temporary file. The temporary file’s permissions are defaulted to the user’s current umask settings, meaning that it’s possible for other users on the same system to read the contents of the temporary file.

Attackers that have access to the file system could possibly read the contents of this temporary file while a user is editing it.

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

To work around this issue, you can set your umask to be more restrictive like this:

$ umask 0077
Release Notes

7.0.8 (from changelog)

More info than we can show here.

7.0.7.2 (from changelog)

More info than we can show here.

7.0.7.1 (from changelog)

More info than we can show here.

7.0.7 (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.

↗️ globalid (indirect, 1.1.0 → 1.2.1) · Repo · Changelog

Release Notes

1.2.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.

↗️ loofah (indirect, 2.21.3 → 2.21.4) · Repo · Changelog

Release Notes

2.21.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.

↗️ mini_mime (indirect, 1.1.2 → 1.1.5) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ minitest (indirect, 5.19.0 → 5.20.0) · Repo · Changelog

Release Notes

5.20.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.

↗️ net-imap (indirect, 0.3.7 → 0.4.1) · Repo

Release Notes

0.4.1

More info than we can show here.

0.4.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.

↗️ net-smtp (indirect, 0.3.3 → 0.4.0) · Repo · Changelog

Release Notes

0.4.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.

↗️ nokogiri (indirect, 1.15.3 → 1.15.4) · Repo · Changelog

Release Notes

1.15.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.

↗️ rails-dom-testing (indirect, 2.1.1 → 2.2.0) · Repo

Release Notes

2.2.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.

↗️ railties (indirect, 7.0.6 → 7.0.8) · Repo · Changelog

Release Notes

7.0.8 (from changelog)

More info than we can show here.

7.0.7.2 (from changelog)

More info than we can show here.

7.0.7.1 (from changelog)

More info than we can show here.

7.0.7 (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.

↗️ zeitwerk (indirect, 2.6.10 → 2.6.12) · Repo · Changelog

Release Notes

2.6.12 (from changelog)

More info than we can show here.

2.6.11 (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 added the depfu label Sep 10, 2023
@codecov
Copy link

codecov bot commented Sep 10, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (1f17329) 100.00% compared to head (e03b224) 100.00%.
Report is 4 commits behind head on main.

❗ Current head e03b224 differs from pull request most recent head 2b8bdf7. Consider uploading reports for the commit 2b8bdf7 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #273   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           45        45           
  Lines          616       616           
=========================================
  Hits           616       616           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@depfu depfu bot force-pushed the depfu/update/group/rails-7.0.8 branch from 024e426 to 2b8bdf7 Compare October 14, 2023 20:20
@digitaltom digitaltom merged commit 6e66d88 into main Oct 14, 2023
7 checks passed
@depfu depfu bot deleted the depfu/update/group/rails-7.0.8 branch October 14, 2023 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant