chore: upgrade smol-toml to 1.8.0 to address CVE-2026-85730 - #1644
Merged
Conversation
Raises the existing qualified `smol-toml@npm:^1.6.0` resolution floor from `^1.6.1` to `^1.7.1` and refreshes yarn.lock, which now resolves 1.8.0. smol-toml reaches the tree only through @react-grab/cli, which pins it behind a resolution, so the floor is what has to move. Addresses CVE-2026-85730. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
Contributor
License Audit
Weak Copyleft Packages (informational)
Resolved Packages (26)
|
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.
Fixes SOU-2206
Raises the existing qualified
smol-toml@npm:^1.6.0resolution floor from^1.6.1to^1.7.1and refreshesyarn.lock, which now resolves1.8.0.smol-tomlis not a direct dependency of any workspace. It reaches the tree only through@react-grab/cli(viareact-grab/@react-grab/mcpinpackages/web), and its version is already governed by a qualifiedresolutionsentry added for an earlier advisory. That entry was the thing holding the floor at^1.6.1, which is still affected here, so the floor is what had to move rather than a manifest range.Advisory addressed
parse()can be forced into an infinite loop by a value inside an array or inline table followed by an unterminated commentVerification
yarn why smol-tomlreports every instance resolving tosmol-toml@npm:1.8.0, with1.6.1gone from the graph.yarn workspace @sourcebot/web test --run— 140 files, 1440 tests passed.🤖 Generated with Claude Code
Note
Low Risk
Dependency-only security patch with no runtime code changes; risk is limited to transitive TOML parsing behavior via
@react-grab/cli.Overview
Bumps the Yarn resolution for transitive
smol-tomlso the lockfile resolves 1.8.0 instead of 1.6.1, addressing CVE-2026-85730 (DoS viaparse()hanging on crafted TOML with an unterminated comment). The floor onsmol-toml@npm:^1.6.0moves from^1.6.1to^1.7.1inpackage.json, with matchingyarn.lockupdates.Documents the change under [Unreleased] → Fixed in
CHANGELOG.md. No application source changes—only dependency pinning and release notes.Reviewed by Cursor Bugbot for commit 39c071e. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by cubic
Upgrades
smol-tomlto 1.8.0 to patch CVE-2026-85730, a denial-of-service vulnerability inparse().Dependencies
smol-toml@npm:^1.6.0from^1.6.1to^1.7.1;smol-tomlis only a transitive dependency via@react-grab/cli.[Unreleased] → Fixed.Written for commit 39c071e. Summary will update on new commits.