Skip to content

base64-ng 1.0.8

Latest

Choose a tag to compare

@eldryoth eldryoth released this 09 Jun 20:26
Immutable release. Only release title and notes can be modified.
v1.0.8
6d2f4fa

base64-ng 1.0.8

Highlights

  • Makes stream decoder internal queue-overflow paths fail closed like the encoder.
  • Adds DecodeErrorKind and DecodeError::kind() for redacted strict-error logging.
  • Splits AArch64 CSDB attestation into a distinct runtime posture: hardware-speculation-barrier-build-asserted.
  • Hardens CI toolchain bootstrap by requiring runner-provided rustup and cargo instead of downloading sh.rustup.rs.
  • Updates fuzz, dudect, and performance harness metadata to 1.0.8.
  • Expands security docs for strict decode error logging, input-size caps, AArch64 attestation, and CI bootstrap posture.

Notes

base64-ng remains scalar-only in 1.0.8. No runtime dependencies were added.