Sanitization 1.0.1
sanitization 1.0.1
Security patch release from pentest follow-up.
- Fixed
SecretPool::try_allocaterandom-canary failure cleanup so slot bitmap release happens exactly once. - Fixed native
LockedSecretBytes<N>andGuardedSecretVecrandom-canary failure paths to avoid leaking locked/guarded mappings on CSPRNG failure. - Clarified deterministic canary disclosure limits and documented the
!Syncsafety assumption for canary-failure clearing paths.