chore: upgrade hono to ^4.13.0 to address CVE-2026-69207 - #1544
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
License Audit
Weak Copyleft Packages (informational)
Resolved Packages (8)
|
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-1820
Refreshes the
honolockfile entry from4.12.31to4.13.0, which addresses:hono/cors). On a preflight request with the default (empty)allowHeaders, the attacker-controlledAccess-Control-Request-Headersvalue is parsed with a regular expression whose backtracking is quadratic in input length, so a single request with a long whitespace run can consume seconds of CPU. Patched in4.12.34.honois a transitive dependency of@modelcontextprotocol/sdk(1.27.1and1.29.0, both via^4.11.4). The existing range already admitted the patched version, so this is a lockfile refresh (yarn up -R hono) with nopackage.jsonchange and no newresolutionsoverride.Verification
yarn why honoreports4.13.0for every requester; no4.12.31remains in the graph.yarn build(full monorepo) succeeds.yarn testpasses (1803 tests acrossqueryLanguage,shared,backend,web).🤖 Generated with Claude Code
Note
Low Risk
Lockfile-only dependency bump with no application code changes; risk is limited to transitive MCP SDK behavior on the patched Hono version.
Overview
Bumps the resolved transitive
honodependency from4.12.31to4.13.0via a yarn.lock refresh (yarn up -R hono); nopackage.jsonchanges. The package is pulled in through@modelcontextprotocol/sdk’s existing^4.11.4range.This addresses CVE-2026-69207 (ReDoS in
hono/corswhen parsingAccess-Control-Request-Headerson preflight with default emptyallowHeaders).The unreleased CHANGELOG adds a Fixed entry for the
honoupgrade (#1544).Reviewed by Cursor Bugbot for commit 656c39b. Bugbot is set up for automated code reviews on this repo. Configure here.