Skip to content

Commit 82660ef

Browse files
brendan-kellamcursoragentclaude
authored
fix: upgrade hono to ^4.12.18 to address CVE-2026-44455, CVE-2026-44456, CVE-2026-44457, CVE-2026-44458 (#1186)
* fix: upgrade hono to ^4.12.18 to address CVE-2026-44457 Co-authored-by: Brendan Kellam <brendan@sourcebot.dev> * docs: add CHANGELOG entry for CVE-2026-44457 fix Co-authored-by: Brendan Kellam <brendan@sourcebot.dev> * docs: add CHANGELOG entries for CVE-2026-44455, 44456, 44458 Consolidates SOU-1068, SOU-1069, SOU-1071 into this PR (already addressing SOU-1070 / CVE-2026-44457). Same hono 4.12.14 -> 4.12.18 bump fixes all four. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * docs: collapse hono CVE CHANGELOG entries into a single line Per the updated convention in CLAUDE.md (one CHANGELOG line per PR, not per CVE), the four sibling hono CVEs share one comma-separated entry. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cf8a00f commit 82660ef

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Fixed blame gutter commit navigation to use the file path as it existed at the attributing commit, so clicking a blame line whose commit predates a rename resolves to the correct historical path. [#1178](https://github.com/sourcebot-dev/sourcebot/pull/1178)
1313
- Bumped transitive `fast-uri` dependency to `^3.1.2`. [#1181](https://github.com/sourcebot-dev/sourcebot/pull/1181)
1414
- Upgraded `simple-git` to `3.36.0` to address CVE-2026-6951. [#1183](https://github.com/sourcebot-dev/sourcebot/pull/1183)
15+
- Upgraded `hono` to `^4.12.18` to address CVE-2026-44455, CVE-2026-44456, CVE-2026-44457, CVE-2026-44458. [#1186](https://github.com/sourcebot-dev/sourcebot/pull/1186)
1516

1617
### Changed
1718
- Reduced the log verbosity of the worker by changing various log messages from info to debug. [#1179](https://github.com/sourcebot-dev/sourcebot/pull/1179)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"brace-expansion@npm:^5.0.2": "^5.0.5",
5050
"brace-expansion@npm:^1.1.7": "^1.1.13",
5151
"@react-email/preview-server/next": "^16.2.3",
52-
"@modelcontextprotocol/sdk/hono": "^4.12.14",
52+
"@modelcontextprotocol/sdk/hono": "^4.12.18",
5353
"@modelcontextprotocol/sdk/@hono/node-server": "^1.19.13",
5454
"langsmith@npm:>=0.5.0 <1.0.0": "^0.5.19",
5555
"markdown-it@npm:^14.1.0": "^14.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14608,10 +14608,10 @@ __metadata:
1460814608
languageName: node
1460914609
linkType: hard
1461014610

14611-
"hono@npm:^4.12.14":
14612-
version: 4.12.14
14613-
resolution: "hono@npm:4.12.14"
14614-
checksum: 10c0/78de4c98a9a3da0f067e38dcc4bd27f0d82b45d146ac39f5ca688515ee482c0a2e704d2ac6c1ee91ad17596b7c52b3e4b9483acd9c238d42f6ebcb43414a71b6
14611+
"hono@npm:^4.12.18":
14612+
version: 4.12.18
14613+
resolution: "hono@npm:4.12.18"
14614+
checksum: 10c0/b0b9688fd9e41a1847b077d579dc0e92a28b67c247c6ee7d1e751c0bae269824c30c7773feff1a2874e40ea36a3d2f9d1fc5ba618a28ecdf2ca1b33ed2473864
1461514615
languageName: node
1461614616
linkType: hard
1461714617

0 commit comments

Comments
 (0)