Skip to content

Commit 0bb0f8d

Browse files
committed
docs: update bootstrap stub to reflect implemented checksum verification
Signature/checksum verification for bootstrap stub binaries is already implemented via SHA256 hash verification in handle-self-update.mts. Update documentation to accurately reflect current security implementation rather than listing it as a future enhancement.
1 parent 0605c55 commit 0bb0f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/architecture/bootstrap-stub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ if (stubPath && existsSync(stubPath)) {
330330
- Works even if CLI is already up-to-date (checks stub independently)
331331
- Uses same atomic replacement logic as CLI binary updates
332332
- Creates backups with rollback capability on failure
333-
- Currently relies on HTTPS + GitHub releases for security
334-
- Future enhancement: Add cryptographic signature verification for stub binaries
333+
- Verifies stub integrity using SHA256 checksums from release metadata
334+
- Downloads from HTTPS + GitHub releases with cryptographic hash verification
335335

336336
### Atomic Stub Replacement
337337

0 commit comments

Comments
 (0)