chore: upgrade smol-toml to 1.8.0 to address CVE-2026-85730 - #1644
Open
claude[bot] wants to merge 2 commits into
Open
chore: upgrade smol-toml to 1.8.0 to address CVE-2026-85730#1644claude[bot] wants to merge 2 commits into
claude[bot] wants to merge 2 commits into
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>
Contributor
|
@claude[bot] your pull request is missing a changelog! |
Contributor
License Audit❌ Audit failed to produce results. Check the workflow logs for details. |
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
Lockfile-only security patch for a transitive parser dependency; no runtime logic changes.
Overview
Bumps the Yarn resolution for transitive
smol-tomlfrom^1.6.1to^1.7.1, so the lockfile now pins 1.8.0 instead of 1.6.1. This addresses CVE-2026-85730, whereparse()could hang on crafted TOML (unterminated comment after array/inline-table values).Documents the change under [Unreleased] → Fixed in
CHANGELOG.md. No application code changes—only dependency pinning and lockfile refresh.Reviewed by Cursor Bugbot for commit b078ee2. 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.Written for commit 3ee1a67. Summary will update on new commits.