deps: refresh action-mirror + provenance-mirror pins to v0.2.0 (64-hex seal security) — v0.2.8#19
Merged
Merged
Conversation
…x seal security) — v0.2.8 Completes the family-wide full-SHA-256 seal security upgrade in mcp: 0.2.7 already bumped measure-mirror to v0.27.0; this bumps the remaining two pins (action-mirror fd46e90->fa1fc49, provenance-mirror 8edbbfd->321f84a) to v0.2.0. Backward-compatible (legacy 16-hex seals verify via prefix match, no migration). Resolves cross-repo CP1 pin-lag + CP3 (provenance CHANGELOG sync included in the pinned commit). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Completes the family-wide full 64-hex SHA-256 seal security upgrade in mcp. 0.2.7 already carried measure-mirror v0.27.0; this bumps the remaining two:
action-mirrorfd46e90→fa1fc49(v0.1.0 → v0.2.0)provenance-mirror8edbbfd→321f84a(v0.1.0 → v0.2.0, includes the [0.2.0] CHANGELOG sync PR feat(anchor): real Bitcoin anchoring via OpenTimestamps #3)Why: 16-hex (64-bit) seal truncation left a dishonest-sealer birthday-collision gap (~2^32). v0.2.0 seals with the full digest. Backward-compatible — legacy 16-hex seals keep verifying via prefix match, no ledger migration.
Safety: version 3-way consistent (pyproject/init/CHANGELOG 0.2.8). Resolves cross-repo CP1 (action/provenance pin-lag) + CP3 (provenance version). CI will confirm the pinned installs don't break mcp.
🤖 Generated with Claude Code