You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(install): verify release checksum before extracting in install-cli.sh (#880)
The Linux install script piped the downloaded archive straight into tar with no
integrity check. Download the archive and the release's checksums.txt, verify the
archive's SHA-256 against the published checksum (failing closed on mismatch), then
extract. Guards against corrupted/partial downloads; not a substitute for signature
verification against an out-of-band key.
Fixes#647
Co-authored-by: gavin mcdonough <mcdgavin@users.noreply.github.com>
0 commit comments