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 apps/cloudflare-one-casb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@repo/mcp-common": "workspace:*",
"agents": "0.2.7",
"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.

critical

This update to hono is necessary, but it's incomplete and introduces an inconsistency.

  1. Incomplete Vulnerability Fix: The vulnerable [email protected] package is used by many other packages in this monorepo. This PR only updates it for cloudflare-one-casb. To fully remediate the security vulnerability, you should update hono to 4.10.3 in all of the following packages:

    • apps/ai-gateway
    • apps/auditlogs
    • apps/autorag
    • apps/browser-rendering
    • apps/dex-analysis
    • apps/dns-analytics
    • apps/docs-autorag
    • apps/docs-vectorize
    • apps/graphql
    • apps/logpush
    • apps/radar
    • apps/sandbox-container
    • apps/workers-bindings
    • apps/workers-builds
    • apps/workers-observability
    • packages/mcp-common
  2. Lockfile Inconsistency: The pnpm-lock.yaml file has not been updated to reflect this version change. The lockfile still lists [email protected] for this package. After updating all the relevant package.json files, please run pnpm install to update the lockfile and commit the changes. Without an updated lockfile, the dependency update may not take effect, leaving the application vulnerable.

"zod": "3.24.2"
},
"devDependencies": {
Expand Down
Loading