erb: Update 4.0.2->4.0.3.1#167
Merged
Sharpie merged 1 commit intoOpenVoxProject:mainfrom May 9, 2026
Merged
Conversation
This commit upgrades the default erb gem in Ruby 3.2.11 from the original version of 4.0.2 to 4.0.3.1. This release contains a fix for the following high-severity issue: GHSA-q339-8rmv-2mhv There will be no further releases to Ruby 3.2, thus this patch was assembled by checking out v3_2_11 of the ruby/ruby repository and using their tooling to sync commits: ./tool/sync_default_gems.rb -e erb c2861a81634ff7f236fcd1ec42498e7be0ec44dd...b6be29fd0e0f5089447d2f8d18140ae78258621d This corresponds to the following changeset in the ruby/erb repository: ruby/erb@v4.0.2...v4.0.3.1 CVE-2026-41316: https://nvd.nist.gov/vuln/detail/CVE-2026-41316 Signed-off-by: Charlie Sharpsteen <charlie@overlookinfratech.com>
Contributor
|
I like the idea of patching the gem instead of installing a second version of it. That always introduces weird site effects. Nice job! |
bastelfreak
approved these changes
May 8, 2026
Contributor
Author
|
Installing a second version isn't a complete fix as security scanners will still report a CVE finding if they see the old |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit upgrades the default erb gem in Ruby 3.2.11 from the original version of 4.0.2 to 4.0.3.1. This release contains a fix for the following high-severity issue:
GHSA-q339-8rmv-2mhv
There will be no further releases to Ruby 3.2, thus this patch was assembled by checking out v3_2_11 of the ruby/ruby repository and using their tooling to sync commits:
This corresponds to the following changeset in the ruby/erb repository:
ruby/erb@v4.0.2...v4.0.3.1
CVE-2026-41316: https://nvd.nist.gov/vuln/detail/CVE-2026-41316
Checklist
I have:
Signed-off-byannotation to each of my commits