docs(policy): align one-hash measurement contract - #219
Open
Haitao Huang (haitaohuang) wants to merge 3 commits into
Open
Haitao Huang (haitaohuang) wants to merge 3 commits into
Haitao Huang (haitaohuang) wants to merge 3 commits into
Conversation
Treat signed JSON version fields and CoMID tag-version as monotonic generations. Require local artifacts to meet the measured policySvn/MROWNERCONFIG floor without using wall-clock time. Compare peer JSON mapping and identity versions only against like-for-like local JSON baselines; CoRIM tag-version remains an independent namespace used only for its local floor. Update generation tooling while preserving newer artifacts and signer rotation. Fixes microsoft#198 Signed-off-by: Haitao Huang <haitaohuang@microsoft.com> Assisted-by: GitHub Copilot CLI:gpt-5.6-sol [migtd-review]
The proposal now distinguishes routine cumulative collateral releases from security-driven policySvn floor increases. It also documents that removing a historical MigTD hash prevents resolving init_servtd_info_hash, which can strand tenants from migration or rebinding. Signed-off-by: Haitao Huang <haitaohuang@microsoft.com> Assisted-by: Dallas:gpt-5.6-sol [GitHub Copilot CLI]
Document all JSON RTMR2 redactions, the CoRIM-only measured shape, direct signer-anchor enrollment, and the monotonic freshness model. Remove references to the nonexistent CoRIM design document. Assisted-by: GitHub Copilot CLI:GPT-5.6 Sol [migtd-review] Signed-off-by: Haitao Huang <haitaohuang@microsoft.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.
Summary
Dependency
Depends on #208. This branch includes the two #208 commits so the documentation remains aligned; its diff will shrink after #208 merges.
Closes #204