Add integrity verification workflow design document
Define SHA256 checksum verification process for artifact downloads: - Five verification modes: none, header, stream, pre, strict - Failure detection for hash/size mismatch, S3 errors, truncation - Retry mechanism with exponential backoff - Quarantine process for strict mode failures - Configuration options and client integration examples
This commit is contained in:
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- Added integrity verification workflow design document (#24)
|
||||
- Added `format` and `platform` fields to packages table (#16)
|
||||
- Added `checksum_md5` and `metadata` JSONB fields to artifacts table (#16)
|
||||
- Added `updated_at` field to tags table (#16)
|
||||
|
||||
Reference in New Issue
Block a user