openSUSE / software-o-o

The site behind https://software.opensuse.org. It is the default web interface to download openSUSE distributions and to search for OBS packages. Packaged at https://build.opensuse.org/project/show/openSUSE:infrastructure:software.opensuse.org
https://software.opensuse.org/
GNU General Public License v2.0
137 stars 111 forks source link

🚨 [security] Update rails 7.0.5 → 7.0.5.1 (minor) #1359

Closed depfu[bot] closed 1 year ago

depfu[bot] commented 1 year ago

🚨 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.5 → 7.0.5.1) · Repo

Commits

See the full diff on Github. The new version differs by 3 commits:

✳️ minitest (5.18.0 → 5.18.1) · Repo · Changelog

Release Notes

5.18.1 (from changelog)

  • 3 bug fixes:

    • Avoid extra string allocations when filtering tests. (tenderlove)

    • Only mention deprecated ENV if it is an integer string.

    • Push up test_order to Minitest::Runnable to fix minitest/hell. (koic)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 7 commits:

↗️ actioncable (indirect, 7.0.5 → 7.0.5.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ actionmailbox (indirect, 7.0.5 → 7.0.5.1) · Repo · Changelog

↗️ actionmailer (indirect, 7.0.5 → 7.0.5.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ actionpack (indirect, 7.0.5 → 7.0.5.1) · Repo · Changelog

Security Advisories 🚨

🚨 Possible XSS via User Supplied Values to redirect_to

The redirect_to method in Rails allows provided values to contain characters
which are not legal in an HTTP header value. This results in the potential for
downstream services which enforce RFC compliance on HTTP response headers to
remove the assigned Location header. This vulnerability has been assigned the
CVE identifier CVE-2023-28362.

Versions Affected: All. Not affected: None Fixed Versions: 7.0.5.1, 6.1.7.4

Impact

This introduces the potential for a Cross-site-scripting (XSS) payload to be
delivered on the now static redirection page. Note that this both requires
user interaction and for a Rails app to be configured to allow redirects to
external hosts (defaults to false in Rails >= 7.0.x).

Releases

The FIXED releases are available at the normal locations.

Workarounds

Avoid providing user supplied URLs with arbitrary schemes to the redirect_to
method.

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ actiontext (indirect, 7.0.5 → 7.0.5.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ actionview (indirect, 7.0.5 → 7.0.5.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ activejob (indirect, 7.0.5 → 7.0.5.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ activemodel (indirect, 7.0.5 → 7.0.5.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ activerecord (indirect, 7.0.5 → 7.0.5.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ activestorage (indirect, 7.0.5 → 7.0.5.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ activesupport (indirect, 7.0.5 → 7.0.5.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ i18n (indirect, 1.13.0 → 1.14.1) · Repo · Changelog

Release Notes

1.14.1

Included in this release

  • Simplify the "Translation missing" message when default is an empty Array by @amatsuda in #662

Maintenance stuff

Thanks to @amatsuda for these PRs!

New Contributors

Full Changelog: v1.14.0...v1.14.1

1.14.0

What's Changed

  • fix LazyLoadable#available_locales duplicating locales by @ccutrer in #655
  • Add more helpful translation error when :default option is provided. by @Nerian in #654
  • Fix I18n::Locale::Fallbacks not initializing itself on Ruby 3 by @yheuhtozr in #653
  • Fix I18n.t when locale contains separator by @tubaxenor in #656
    • This reverts a change from #651, that was released in v1.13.0

New Contributors

Full Changelog: v1.13.0...v1.14.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 24 commits:

↗️ net-imap (indirect, 0.3.4 → 0.3.6) · Repo

Release Notes

0.3.6

0.3.5

Full Changelog: v0.3.4...v0.3.5

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 10 commits:

↗️ railties (indirect, 7.0.5 → 7.0.5.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ timeout (indirect, 0.3.2 → 0.4.0) · Repo

Release Notes

0.4.0

What's Changed

  • Update test libraries from ruby/ruby 2023-03-24 by @hsbt in #29
  • Use released version of test-unit-ruby-core by @nobu in #31
  • Raise exception instead of throw/catch for timeouts by @jeremyevans in #30

Full Changelog: v0.3.2...v0.4.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 7 commits:


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)