Skip to content

Commit 3698361

Browse files
authored
fix: upgrade hono to 4.12.25 (CVE-2026-54290) (#11023)
* fix: CVE-2026-54290 security vulnerability Automated dependency upgrade by OrbisAI Security Signed-off-by: orbisai0security <mediratta@gmail.com> Signed-off-by: Anupam Mediratta <mediratta@gmail.com> * fix(deps): override hono transitive dep to eliminate CVE-2026-54290 Add package.json `overrides` field to force hono@4.12.25 across the entire dependency graph, including the transitive copy pulled in by @modelcontextprotocol/sdk. Previously bun.lock retained a scoped `@modelcontextprotocol/sdk/hono` entry resolved to the vulnerable hono@4.12.8; the override removes that entry so only the patched version ships. Assisted-by: Claude Code:claude-sonnet-4-6 Signed-off-by: Anupam Mediratta <mediratta@gmail.com> --------- Signed-off-by: orbisai0security <mediratta@gmail.com> Signed-off-by: Anupam Mediratta <mediratta@gmail.com>
1 parent 856b0ea commit 3698361

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

core/http/react-ui/bun.lock

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/http/react-ui/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"build:coverage-v8": "COVERAGE_V8=true vite build",
1616
"coverage:report": "nyc report"
1717
},
18+
"overrides": {
19+
"hono": "4.12.25"
20+
},
1821
"dependencies": {
1922
"@codemirror/autocomplete": "^6.18.6",
2023
"@codemirror/commands": "^6.8.1",
@@ -32,6 +35,7 @@
3235
"@modelcontextprotocol/sdk": "^1.25.1",
3336
"dompurify": "^3.4.12",
3437
"highlight.js": "^11.11.1",
38+
"hono": "4.12.25",
3539
"i18next": "^26.0.8",
3640
"i18next-browser-languagedetector": "^8.2.1",
3741
"i18next-http-backend": "^3.0.6",

0 commit comments

Comments
 (0)