Skip to content

v1.2.0

Compare
Choose a tag to compare
@Pr0methean Pr0methean released this 06 May 14:30
· 647 commits to master since this release
026b26b

πŸš€ Features

  • Add method decompressed_size() so non-recursive ZIP bombs can be detected

🚜 Refactor

  • Make ZipWriter::finish() consume the ZipWriter

βš™οΈ Miscellaneous Tasks

  • Use panic! rather than abort to ensure the fuzz harness can process the failure
  • Update fuzz_write to use replace_with
  • Remove a drop that can no longer be explicit
  • Add #![allow(unexpected_cfgs)] in nightly