chore(deps): bump nokogiri to 1.19.3 (GHSA-353f-x4gh-cqq8)#4
Merged
Conversation
Nokogiri < 1.18.9 ships a vendored libxml2 with two 9.1-critical CVEs (use-after-free + memory corruption) plus three lower-severity ones. Bump the transitive dependency above the patched 1.18.9 floor; conservative update resolved to the latest 1.19.3 across all locked platforms. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Resolves Dependabot alert #3 (GHSA-353f-x4gh-cqq8, critical): bumps |
martinemde
approved these changes
Jun 17, 2026
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.
What
Bumps
nokogirifrom 1.18.7 to 1.19.3 across all locked platform variants (aarch64-linux-gnu,aarch64-linux-musl,arm64-darwin,x86_64-darwin,x86_64-linux-gnu,x86_64-linux-musl).Why
GHSA-353f-x4gh-cqq8 (critical): Nokogiri
< 1.18.9ships a vendored libxml2 with two 9.1-critical CVEs (a use-after-free and a memory-corruption bug) plus three lower-severity issues. This resolves a critical Dependabot alert.nokogiriis a transitive dependency here (pulled in viaquery_packwerk→packwerk), not a directGemfileentry, so the fix is a lockfile-only bump.How
bundle update nokogiri --conservative— this resolved to the latest1.19.3(well above the patched1.18.9floor) with no transitive cascade: the only change is the six platform-pinned nokogiri version lines.Verification
bundle installcleanbundle exec rake(rspec + rubocop, the CI default task) green: 58 examples, 0 failures; 37 files, no offenses🤖 Generated with Claude Code