Consume Sigstore-authorized enclave releases#679
Draft
AnthonyRonning wants to merge 2 commits into
Draft
Conversation
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
raw.githubusercontent.comCSP allowance and preserve exact local-loopback development supportDependency and rollout status
This PR is intentionally a draft. It must remain blocked until all of the following are complete:
The Rust side currently pins maple-proxy commit
4df602bca0c99f7a9b8fa2fa2500c95453585ac8exactly; its lockfile resolves OpenSecret-SDK commit1bd7196043b26b3a2f8080534bd14031afcd5cc8. The TypeScript dependency intentionally remains the currently published@opensecret/react@3.2.1; this branch uses two unreleased SDK API fields, so ordinary package-based CI is expected to reportPcrConfig.environmentandParsedAttestationView.validatedPcrsas unavailable until the SDK package is published. The embedded SDK snapshot is also intentionally empty, so remote attestation fails closed.Validation
@opensecret/reacttemporarily substituted by the exact reviewed SDK commit: frontend build/typecheck passed and all 215 Bun tests passedcargo check -p maple-proxypassedThe commit used
--no-verifyonly after the full frontend hook passed against the exact SDK commit. The remaining Rust hook step could not run because this clean workspace lacks the ignored local ONNX dylib atonnxruntime-macos/onnxruntime-osx-universal2-1.23.2/lib/libonnxruntime.1.23.2.dylib. No binary was downloaded, and no live publication or unreleased-artifact smoke test was attempted.