fix(security): bind release provenance to source - #2841
Open
Bill Berry (WilliamBerryiii) wants to merge 2 commits into
Open
fix(security): bind release provenance to source#2841Bill Berry (WilliamBerryiii) wants to merge 2 commits into
Bill Berry (WilliamBerryiii) wants to merge 2 commits into
Conversation
🔒 - Generated by Copilot
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2841 +/- ##
==========================================
+ Coverage 83.14% 83.27% +0.13%
==========================================
Files 183 184 +1
Lines 34029 34500 +471
Branches 25 25
==========================================
+ Hits 28292 28730 +438
- Misses 5734 5767 +33
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Contributor
Eval Execution |
Allen Greaves (agreaves-ms)
approved these changes
Sep 5, 2026
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.
fix(security): bind release provenance to source
Description
This change bound release attestation verification to the exact source commit and immutable release tag. It also made the release artifact contract channel-specific so Stable verifies its OpenVEX relationships separately while PreRelease rejects an OpenVEX document.
hve-core.openvex.jsonand one canonicaldependencies.spdx.jsonRelated Issue(s)
Fixes #2839
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
hve-builderand addressed all actionable findings.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md).github/hooks/*/*.json)evals/)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
User Request:
Execution Flow:
Output Artifacts:
Success Indicators:
For detailed contribution requirements, see:
Testing
npm run test:ps -- -TestPath scripts/tests/release/Invoke-ProvenanceVerification.Tests.ps1passed: 39 testsnpm run test:ps -- -TestPath scripts/tests/extension/Workflow-PackagingContracts.Tests.ps1passed: 190 testsnpm run validate:docspassed: 78 Jest tests and 11 Mermaid source testsnpm run spell-checkpassed: 808 files with zero issuesnpm run lint:yamlpassed: 70 workflowsnpm run lint:pspassed: 259 PowerShell filesgit diff --checkpassednpm run validate:localwas skipped because it includes the explicitly skipped link checknpm run lint:md-linkswas skipped by user direction; an earlier run failed only on unchanged references inchange-risk-model.mdanddata-classification.mdThe diff introduced no dependencies, credentials, workflow permission changes, or additional token scopes. A focused secret-pattern scan found no concerns.
Checklist
Required Checks
AI Artifact Contributions
hve-builderreview mode to review contributionhve-builderreviewRequired Local Checks
The following local-safe validation commands must pass before merging:
npm run validate:local(skipped because it includes the explicitly skipped link check)npm run validate:docsnpm run spell-checknpm run lint:md-links(skipped by user direction; earlier failures were confined to two unchanged files)Security Considerations
Additional Notes
Hosted release validation remains follow-up work. It should confirm real attestation lookup and that the local reusable VEX workflow's signer digest resolves to the release source commit.