Skip to content

V37 Gate 10: Conversation Redaction Security Hardening#122

Merged
geraldarthurdavis merged 1 commit into
version/v37from
v37/gate-10-redaction-regex-hardening
May 24, 2026
Merged

V37 Gate 10: Conversation Redaction Security Hardening#122
geraldarthurdavis merged 1 commit into
version/v37from
v37/gate-10-redaction-regex-hardening

Conversation

@geraldarthurdavis

Copy link
Copy Markdown
Contributor

Summary

  • replaces unbounded private-key PEM regex redaction in conversation persistence and telemetry with bounded string scanning
  • adds API coverage for closed and unclosed PEM-shaped payloads before persistence and telemetry truncation
  • updates V37 promotion docs/parity/roadmap and refreshes the promotion readiness artifact so static security findings remain promotion-blocking

Validation

  • pnpm --filter @bitcode/api test -- --runTestsByPath src/conversations/tests/privacy.test.ts src/conversations/tests/telemetry.test.ts
  • pnpm --filter @bitcode/api build
  • pnpm run check:v37-gate7
  • pnpm run check:v37-gate8
  • pnpm run check:v37-gate10
  • pnpm run check:v37-promotion-readiness
  • git diff --check
  • git diff --cached --check

Replace unbounded private-key PEM regex redaction in conversation persistence and telemetry with bounded string scanning. Add closed and unclosed PEM coverage, update V37 promotion/security documentation, and refresh the promotion readiness artifact.\n\nChecks run: pnpm --filter @bitcode/api test -- --runTestsByPath src/conversations/__tests__/privacy.test.ts src/conversations/__tests__/telemetry.test.ts; pnpm --filter @bitcode/api build; pnpm run check:v37-gate7; pnpm run check:v37-gate8; pnpm run check:v37-gate10; pnpm run check:v37-promotion-readiness; git diff --check; git diff --cached --check.
@vercel

vercel Bot commented May 24, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
engi-uapi Ready Ready Preview, Comment May 24, 2026 7:16pm

@geraldarthurdavis
geraldarthurdavis merged commit 3df6b2c into version/v37 May 24, 2026
28 checks passed
@geraldarthurdavis
geraldarthurdavis deleted the v37/gate-10-redaction-regex-hardening branch May 24, 2026 19:30
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