chore: upgrade @hono/node-server to ^2.0.5 to address GHSA-frvp-7c67-39w9#1491
Draft
linear-code[bot] wants to merge 2 commits into
Draft
Conversation
…39w9 Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1584/sourcebot-devsourcebot-ghsa-frvp-7c67-39w9-nodejs-adapter-for-hono#agent-session-67174614) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1584/sourcebot-devsourcebot-ghsa-frvp-7c67-39w9-nodejs-adapter-for-hono#agent-session-67174614) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
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-1584
Addresses GHSA-frvp-7c67-39w9 (MEDIUM), a path traversal in
@hono/node-server'sserve-staticon Windows via an encoded backslash (%5C), patched in2.0.5.@hono/node-serveris pulled in transitively by@modelcontextprotocol/sdk(both directly and via@react-grab/mcp). The existingresolutionsoverride pinned it to the vulnerable^1.19.13; this bumps that override to^2.0.5, which now resolves to2.0.11.The only breaking changes in
@hono/node-serverv2 are dropping Node 18 support and removing the Vercel adapter. Sourcebot runs on Node 24, and the MCP SDK only usesserve/getRequestListener, both unchanged in v2.