fix: surface incomplete local data deletion#478
Conversation
|
Warning Review limit reached
Next review available in: 50 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Ready to review this PR? Stage has broken it down into 3 individual chapters for you:
Chapters generated by Stage for commit 382cbec on Jul 13, 2026 12:41pm UTC. |
|
Pip adversarial review for issue #465 at BLOCKING:
The destructive reset needs an authoritative credential wipe that does not depend on live account enumeration—for example, a service-scoped Keychain purge ( SUGGESTION:
NITPICK:
CI:
VERDICT: CHANGES REQUIRED (2 blocking security findings). SENSITIVE_PATHS: |
Replace enumeration-dependent cleanup with a service-scoped Keychain purge before shutdown and storage deletion.
|
Addressed both blocking findings in signed commit 8d0cd9f. Delete All Local Data no longer depends on MDK account enumeration or per-account removal: it authoritatively deletes all generic-password credentials for Keychain service |
|
CI update: commit 8d0cd9f compiled successfully; Swift format, project sanity, Static Analysis, and all four new Delete All Local Data regressions passed. |
Fixes #465
Summary
com.marmot.whitenoiseservice.listAccounts/ per-accountremoveAccountcleanup path, closing both tombstone-before-delete and partial-enumeration gaps.Verification
git diff --check— passed.scripts/ci/macos-sanity-checks.sh— unavailable on this Linux worker becausexcodebuildis not installed.Sensitive paths
whitenoise-mac/Core/MarmotClient.swift: destructive local reset and account private-key/Keychain lifecycle.