Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/mcp-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@repo/mcp-observability": "workspace:*",
"agents": "0.2.19",
"cloudflare": "4.2.0",
"hono": "4.7.6",
"hono": "4.10.3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While this update to hono is correct for this package, it appears to be incomplete for the monorepo. The same security vulnerability this PR aims to fix likely exists in other packages that still use the older version of hono.

To fully resolve the vulnerability, please update hono from 4.7.6 to 4.10.3 in the following packages as well:

  • apps/ai-gateway/package.json
  • apps/auditlogs/package.json
  • apps/autorag/package.json
  • apps/browser-rendering/package.json
  • apps/cloudflare-one-casb/package.json
  • apps/dex-analysis/package.json
  • apps/dns-analytics/package.json
  • apps/docs-autorag/package.json
  • apps/docs-vectorize/package.json
  • apps/graphql/package.json
  • apps/logpush/package.json
  • apps/radar/package.json
  • apps/sandbox-container/package.json
  • apps/workers-bindings/package.json
  • apps/workers-builds/package.json
  • apps/workers-observability/package.json

Failing to update these packages will leave parts of your application exposed to the 'HTTP Request Smuggling' vulnerability.

"toucan-js": "4.1.1",
"zod": "3.24.2"
},
Expand Down
Loading