fix installer fingerprint bootstrap by loading trust bulletin#84
Merged
ian-pascoe merged 3 commits intomainfrom Mar 2, 2026
Merged
fix installer fingerprint bootstrap by loading trust bulletin#84ian-pascoe merged 3 commits intomainfrom
ian-pascoe merged 3 commits intomainfrom
Conversation
Avoid stale hardcoded installer fingerprints by loading and validating docs/trust/core-registry-fingerprint.txt at install time, with explicit override support for controlled/offline use.
Fetch crosspack-registry registry.pub at install time and hash it to compute the pinned fingerprint, avoiding stale repository-side constants.
Switch guidance to deriving the core source fingerprint directly from crosspack-registry registry.pub and drop stale in-repo fingerprint distribution references.
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
coreregistry fingerprint in both install scripts and resolve it at runtime fromdocs/trust/core-registry-fingerprint.txt.source,kind,url,fingerprint_sha256) and fail closed when fetch/parse/validation fails, with explicit override support.Test Plan
sh -n scripts/install.shcrosspack registry listcrosspack update(currently fails in this environment withsource-snapshot-missing, unrelated to these script changes)pwshis not installed.