Skip to content

v0.26.1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 20:27
v0.26.1
ba0333b

Changed

  • Updated suppaftp dependency from 7.0 to 12.0, addressing RUSTSEC-2026-0271 (FTP command injection via CRLF in control channel arguments). suppaftp 12 requires Rust 1.88; the MSRV is now declared as rust-version = "1.88.0".
  • Updated rusty-s3 from 0.9 to 0.10 and quick-xml from 0.38 to 0.41, addressing RUSTSEC-2026-0194 and RUSTSEC-2026-0195 (quick-xml parsing denial-of-service). rusty-s3 0.10's parse_response takes &str instead of &[u8]; internal call sites updated accordingly.

Added

  • CI: security audit job (cargo audit, runs on Cargo.toml/Cargo.lock changes and weekly) and MSRV check job (cargo msrv verify with all features).
  • Ignored integration test against ftp.radb.net (anonymous FTP read of radb.db.gz) for manual FTP-path verification.