zip-archive icon indicating copy to clipboard operation
zip-archive copied to clipboard

Native Haskell library for working with zip archives

Results 6 zip-archive issues
Sort by recently updated
recently updated
newest added

Filling of ```CVE-2019-13232``` introduced a check against a zipbomb and many (Debian, NixOS) distributions patched against it. It seems that one of the test of zip-archive is using an archive...

I use zip-archive as a library in [ampersand](https://github.com/AmpersandTarski/Ampersand). We need to extract the file https://github.com/AmpersandTarski/Prototype/archive/v1.1.1.zip programatticaly. Since we upgraded to zip-archive v0.4, we get an error message: ``` Generating prototype......

I think it would be useful to be able to modify Entry safely. I need to read all the entries out of an archive and change the pathnames. Currently I'm...

See http://unix.stackexchange.com/questions/14705/the-zip-formats-external-file-attribute, for example.

Thereafter a patch to manage special character the same way than for an url : ``` haskell import Storage.URL( encString ) import Data.Char( isAlpha, isAscii, isDigit ) -- | Writes...

Has dependency on Data.Encoding.