mirror of
https://github.com/CloakHQ/CloakBrowser.git
synced 2026-06-23 11:41:46 +02:00
feat: add SHA-256 checksum verification for binary downloads
Fetches SHA256SUMS sidecar file from download server before extraction. Mismatch = hard error, unavailable = warn and proceed (graceful for old releases). Respects CLOAKBROWSER_DOWNLOAD_URL contract (no GitHub fallback for custom mirrors). Skip with CLOAKBROWSER_SKIP_CHECKSUM=true. Both Python and JS wrappers.
This commit is contained in:
@@ -40,6 +40,6 @@ jobs:
|
||||
# Binary auto-downloads on first launch
|
||||
```
|
||||
|
||||
> Checksums and platform list will be added after binary uploads.
|
||||
> Binary integrity is verified automatically via SHA-256 checksums on download.
|
||||
>
|
||||
> Release signed with CloakHQ GPG key: `C60C0DDC9D0DE2DD`
|
||||
|
||||
Reference in New Issue
Block a user