Skip to content

Releases: NSProgrammer/ZipUtilities

1.11.3

Choose a tag to compare

@NSProgrammer NSProgrammer released this 30 Jul 21:14
7cc4ca1

Update Brotli (v1.0.7) and ZStandard (v1.4.5)

Fix vulnerability w/ malicious record name(s)

Choose a tag to compare

@NSProgrammer NSProgrammer released this 04 Sep 19:53
f11b8fa
fix unarchive vulnerability

- avoid malicious record name being able to write to system files
- address imports for unit tests

1.11.1

Choose a tag to compare

@NSProgrammer NSProgrammer released this 14 Aug 22:09

Update to v1.11.1

Update Brotli codec
Update ZStandard codec
Update CLI with bug fixes

1.10.1

Choose a tag to compare

@NSProgrammer NSProgrammer released this 24 Apr 16:40
add Zip mode to `noz` and fix some `noz` bugs

Add CLI (called `noz`)

Choose a tag to compare

@NSProgrammer NSProgrammer released this 04 Jun 02:59

Add a CLI with several modes:

  • Unzip Mode: extract a zip archive
  • Compress Mode: compress a single file via a specified compression method
  • Decompress Mode: decompress a single file via a specified compression method
  • Dump Mode: show the contents of a zip archive
  • All Methods Mode: list all the compression/decompression methods (supported are Deflate, ZStandard, Brotli, LZMA, LZ4 & LZFSE)
  • Zip Mode (create a zip archive) is not yet implemented