Sanitization 1.0.0-rc.5
Pre-release
Pre-release
sanitization v1.0.0-rc.5
Release candidate with the latest pentest fixes and documentation updates.
Changes
- Reinitializes
LockedSecretBytescanaries aftersecure_clear, so canary-checked locked secrets remain reusable after manual clearing. - Requires
random-canarywhen usingcanary-checkon WASM, avoiding predictable deterministic canaries on targets without ASLR-backed mapping entropy. - Retries Linux AArch64 runtime page-size auxv reads on
EINTR. - Makes the x86_64 assembly comparison accumulator contract explicit.
- Updates README, safety notes, and threat model around canary behavior, WASM limitations, and ASLR assumptions.
Verification
- Full local
scripts/checks.shpassed. - GitHub CI is green.
- Pentest follow-up is clean.