chore: bump json from 2.15.2.1 to 2.21.2 - #403
Open
josegonzalez wants to merge 1 commit into
Open
Conversation
Patches CVE-2026-54696 (GHSA-x2f5-4prf-w687), a low-severity heap buffer overflow in the `json` generator's IO-streaming path, resolving Dependabot alert #90.
josegonzalez
force-pushed
the
dependabot-90-ruby-json-json-generator-heap-buffer-overflow-when-streaming-to-an-io
branch
from
August 2, 2026 07:08
0f05b6b to
70b7a10
Compare
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.
Patches CVE-2026-54696 (GHSA-x2f5-4prf-w687), a low-severity heap buffer overflow in the
jsongenerator's IO-streaming path, resolving Dependabot alert #90.jsonis a transitive dependency ofpackage_cloudused only by the tagged-release workflow to build.debpackages, and was pinned in.github/Gemfile.lockat2.15.2.1, inside the vulnerable range>= 2.9.0, < 2.19.9. The new version2.21.2is past the first patched release2.19.9and satisfiespackage_cloud'sjson (~> 2.9)constraint. Sincejsonhas no runtime dependencies, this is a single-line lockfile change equivalent to a conservativebundle lock --update json.