🚨 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.
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. notI18n.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.
There is a possible sensitive session information leak in Active Storage.
By default, Active Storage sends a Set-Cookie header along with the user’s
session cookie when serving blobs. It also sets Cache-Control to public.
Certain proxies may cache the Set-Cookie, leading to an information leak.
This vulnerability has been assigned the CVE identifier CVE-2024-26144.
Third time’s a charm? Remember: ‘ensure’ is almost always the wrong way to go (for results… it’s great for cleaning up).
5.22.1 (from changelog)
1 bug fix:
Don’t exit non-zero if no tests ran and no filter (aka, the test file is empty). (I’m starting to think the exit 1 thing for @tenderlove was a mistake…)
5.22.0 (from changelog)
1 minor enhancement:
Added “did you mean” output if your –name filter matches nothing. (tenderlove)
2 bug fixes:
Big cleanup of test filtering. Much prettier / more functional.
Fix situation where Assertion#location can’t find the location. (pftg)
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)
🚨 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 (7.0.8 → 7.0.8.1) · Repo · Changelog
Release Notes
7.0.8.1 (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:
Preparing for 7.0.8.1 release
update changelog
✳️ activemodel (7.0.8 → 7.0.8.1) · Repo · Changelog
Release Notes
7.0.8.1 (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:
Preparing for 7.0.8.1 release
update changelog
✳️ activerecord (7.0.8 → 7.0.8.1) · Repo · Changelog
Release Notes
7.0.8.1 (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:
Preparing for 7.0.8.1 release
update changelog
✳️ activesupport (7.0.8 → 7.0.8.1) · Repo · Changelog
Release Notes
7.0.8.1 (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:
Preparing for 7.0.8.1 release
update changelog
↗️ actionpack (indirect, 7.0.8 → 7.0.8.1) · Repo · Changelog
Security Advisories 🚨
🚨 Possible XSS Vulnerability in Action Controller
🚨 Possible Sensitive Session Information Leak in Active Storage
Release Notes
7.0.8.1 (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:
Preparing for 7.0.8.1 release
update changelog
↗️ actionview (indirect, 7.0.8 → 7.0.8.1) · Repo · Changelog
Release Notes
7.0.8.1 (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:
Preparing for 7.0.8.1 release
update changelog
↗️ i18n (indirect, 1.14.1 → 1.14.4) · Repo · Changelog
Release Notes
1.14.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
Bump to 1.14.4
Merge pull request #687 from ruby-i18n/undo-racc-dep
Remove 3.0 x rails-main action run
Use strictly ruby 3 point 0, not latest Ruby 3
undo strict racc dependency on this branch
Bump to 1.14.3
Merge pull request #683 from fatkodima/add-inspect-to-fallbacks
Merge branch 'master' into add-inspect-to-fallbacks
Merge pull request #684 from ruby-i18n/update-workflows
Clearly specify which versions of Ruby + Rails we support
Add back Ruby 3.0 support
Use actions/checkout@v4, as Node 16 actions have been deprecated
Bump Mocha deps to v2 to fix build issue
Specify racc as a dependency
Update workflows
Implement `Fallbacks#inspect` and `Fallbacks#empty?`
Merge pull request #678 from fatkodima/fix-interpolate-reserved-keywords
Raise when translated entry contains interpolations for reserved keywords and no substitutions provided
Merge pull request #677 from fatkodima/update-mocha
Update `mocha` gem
Merge pull request #669 from kbrock/regex2
Merge pull request #668 from kbrock/regex
Bump to 1.14.2
Merge pull request #671 from ruby-i18n/exists-pass-options
Pass options to along to exists? super calls
condense to TOKENIZER
Speed up INTERPOLATION_SYNTAX
Improve TOKENIZER by 23%
↗️ minitest (indirect, 5.21.2 → 5.22.2) · Repo · Changelog
Release Notes
5.22.2 (from changelog)
5.22.1 (from changelog)
5.22.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 8 commits:
prepped for release
- Third time's a charm? Remember: 'ensure' is almost always the wrong way to go.
prepped for release
- Don't exit non-zero if no tests ran and no filter (aka, the test file is empty).
prepped for release
+ Added "did you mean" output if your --name filter matches nothing. (tenderlove)
- Big cleanup of test filtering. Much prettier / more functional.
- Fix situation where Assertion#location can't find the location. (pftg)
↗️ thor (indirect, 1.3.0 → 1.3.1) · Repo · Changelog
Release Notes
1.3.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
Prepare for 1.3.1
Merge pull request #876 from andrewn617/improve-boolean-parse-documentation
Fix test on Ruby head
Merge pull request #873 from viktorianer/fix-uncomment-lines-space-which-existed-before-the-comment-hash
Merge pull request #872 from ancao90/fix-documentation
Improve the code documentation with indentation (#863)
Merge pull request #871 from m-nakamura145/update-checkout-action
Merge pull request #869 from amatsuda/bundler_24_warnings
Update .github/workflows/tests.yml
Merge pull request #867 from p8/refactor/remove-string-encode-conditional
Merge pull request #866 from m-nakamura145/update-ci-matrix
Merge pull request #865 from takmar/fix-typo
Document the '--skip-' option for boolean options.
Fix uncomment_lines method to preserve indentation correctly
fix documentation of action `copy_file`
Bump actions/checkout
Avoid loading bundler 2.4.22 that vendorizes thor 1.3.0
Fix typo
Remove String#encode conditional required by Ruby < 2.6
Add Ruby 3.3 to CI matrix
Simply dump strings to escape
↗️ zeitwerk (indirect, 2.6.12 → 2.6.13) · Repo · Changelog
Release Notes
2.6.13 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 13 commits:
Ready for 2.6.13
Document null inflector and case-insensitive file systems
Add test coverage for symlinks and for_gem
Merge pull request #286 from m-nakamura145/update-actions-checkout
Bump actions/checkout
Revise the conceptual translation of for_gem
Delete comment in Kernel#require decoration
Merge pull request #279 from stevenharman/typo_and_doc_tweeks
Fix small typo & clarify some grammar in the docs
Merge pull request #278 from m-nakamura145/update-ci-matrix
Add Ruby 3.3 to CI matrix
Revise docs re the null inflector and Rails
Provide a null inflector
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