Skip to content

flag secrets that still need rotating after a revoke#237

Merged
iicky merged 1 commit into
mainfrom
feat/post-revoke-rotation-tracking
Jun 18, 2026
Merged

flag secrets that still need rotating after a revoke#237
iicky merged 1 commit into
mainfrom
feat/post-revoke-rotation-tracking

Conversation

@iicky

@iicky iicky commented Jun 18, 2026

Copy link
Copy Markdown
Owner
  • add SchemaEntry.revoked_at, stamped on exposed keys when circle revoke defers rotation, cleared on any value write
  • flag it via doctor (RotationIssue::RevokePending) until the value is rotated, so the obligation survives declining the prompt and shows without a key
  • cover the marker with a new v9 MAC (blake3v7:), written only when a revoked_at exists and rejected under older prefixes so it can't be cleared by downgrading the MAC
  • document the field and v9 scheme in SPEC.md and THREAT_MODEL.md

@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.63014% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.65%. Comparing base (fbe9bc9) to head (a70572f).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/lib.rs 97.75% 1 Missing and 1 partial ⚠️

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@iicky iicky merged commit a494c55 into main Jun 18, 2026
21 checks passed
@iicky iicky deleted the feat/post-revoke-rotation-tracking branch June 18, 2026 21:33
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