Harden artifact integrity checks #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/artifact-integrity"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Artifacts should not be unpacked unless their metadata proves the downloaded bytes match the upload digest. This keeps the extraction hardening covered and makes missing digests fail closed before tar validation or extraction.
What changed
Testing
npm run check,npm test,git diff --check, andgit diff --cached --check.Fixes #1
Refs #2