fix(security): harden attestation dependency gates - #47
Merged
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\n\n- Update root and Cocos dependencies to remove the reachable OpenTelemetry advisory.\n- Enforce package-level vulnerability checks and reject any OpenPGP import.\n\n## Changes\n\n- Update OpenTelemetry core modules to v1.44.0 in the root and Cocos modules.\n- Update Cocos to the published SNP v0.1.1 and TDX v0.1.2 module tags.\n- Run the shared vulnerability gate for root, SNP, TDX, and Cocos release paths.\n- Document the module-only GO-2026-5932 limitation and the no-OpenPGP rule.\n\n## Testing\n\n- Go 1.26.6: root attestation release gate.\n- Go 1.26.6: Cocos release gate, race tests, vet, tidy diff, and module verification.\n- Go 1.26.6: SNP and TDX package vulnerability gates.\n- Workspace package tests for root, SNP, TDX, and Cocos.\n- shellcheck, shell syntax checks, actionlint, and git diff --check.\n- Negative control: a temporary Cocos OpenPGP import was rejected by the gate.\n- Read-only security review: no reportable findings in the final diff.\n\n## Notes\n\n- GO-2026-5932 remains visible as a module-only advisory. No OpenPGP package is imported, and the upstream advisory has no fixed version.\n- SNP, TDX, and Cocos remain experimental. Live hardware qualification and a TDX strict-collateral success fixture are still outstanding.