On the latest version 7.13, it seems searching a zip file with files that are using method 0 (Store), the search will fail with the following message:
ugrep: cannot decompress crowdstrike-1.49.0.zip: unsupported zip compression method 0
The file in reference can be found here, but any zip file using the Store method should have the same error.
https://epr.elastic.co/epr/crowdstrike/crowdstrike-1.49.0.zip
Any thoughts for adding support for this method? Most ZIP files are either DEFLATE (supported) or Store (not supported).
On the latest version 7.13, it seems searching a zip file with files that are using method 0 (Store), the search will fail with the following message:
ugrep: cannot decompress crowdstrike-1.49.0.zip: unsupported zip compression method 0The file in reference can be found here, but any zip file using the Store method should have the same error.
https://epr.elastic.co/epr/crowdstrike/crowdstrike-1.49.0.zipAny thoughts for adding support for this method? Most ZIP files are either DEFLATE (supported) or Store (not supported).