Skip to content

fix(OUT-3739): redact sensitive server logs#1225

Draft
cursor[bot] wants to merge 1 commit into
mainfrom
cursor/OUT-3739-automated-issue-triage-a086
Draft

fix(OUT-3739): redact sensitive server logs#1225
cursor[bot] wants to merge 1 commit into
mainfrom
cursor/OUT-3739-automated-issue-triage-a086

Conversation

@cursor
Copy link
Copy Markdown

@cursor cursor Bot commented May 14, 2026

Changes

  • Remove marketplace tokens and token payloads from task app page render logs.
  • Stop CopilotAPI logs from printing request tokens, API keys, auth headers, and webhook payload bodies.
  • Redact sensitive debug output in the local Copilot SDK patch script.

Testing Criteria

  • Ran ./node_modules/.bin/eslint src/utils/CopilotAPI.ts 'src/app/(home)/page.tsx' src/app/client/page.tsx 'src/app/detail/[task_id]/[user_type]/page.tsx'.
  • Ran node --check src/lib/patch-copilot-node-sdk.js.

Notes

  • OUT-3739's router-state exception appears to be a single Next.js App Router malformed/stale RSC request before first-party route code. This PR addresses the sensitive log exposure found in the Sentry breadcrumbs during triage.

Impact & Surface Area of Change

  • Server-side logging only. Task loading, Copilot API calls, notification fetches, and webhook dispatch behavior should be unchanged except that logs no longer include credentials or full payload bodies.
Open in Web View Automation 

Co-authored-by: Neil Raina <makeitraina@users.noreply.github.com>
@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 14, 2026

OUT-3739

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tasks-app Ready Ready Preview, Comment May 14, 2026 2:10pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant