chore(security): raise production audit gate#141
Open
dhairyashiil wants to merge 3 commits into
Open
Conversation
|
@dhairyashiil is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
There was a problem hiding this comment.
1 issue found across 5 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
…t-ci # Conflicts: # bun.lock
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.
Summary
Raises the production dependency audit threshold from critical to high and updates/overrides vulnerable production dependency paths so
bun audit --prod --audit-level=highpasses.Reviewer notes
nextinapps/chatfrom16.1.6to16.2.10. Please review this as a production framework upgrade even though the local production build passes.@modelcontextprotocol/sdkinapps/mcp-serverfrom1.12.1to1.29.0. MCP tests and build pass, but reviewers should watch SDK behavior in integration/deploy checks.picomatchandfast-urito clear high-severity production audit findings.Validation
bun audit --prod --audit-level=highbun run typecheckbun --filter @calcom/mcp-server testAI_GATEWAY_API_KEY=test SLACK_CLIENT_ID=test SLACK_CLIENT_SECRET=test SLACK_SIGNING_SECRET=test SLACK_ENCRYPTION_KEY=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa REDIS_URL=redis://localhost:6379 CALCOM_WEBHOOK_SECRET=test bun --filter @calcom/chat buildbun --filter extension buildbun --filter @calcom/mcp-server buildgit diff --check HEAD~1..HEAD