I use zip-archive as a library in 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...
Error encountered during deployment of prototype framework:
Failed to extract the archive found at https://github.com/AmpersandTarski/Prototype/archive/v1.1.1.zip
UnsafePath "C:\\Bitnami\\wampstack-7.1.26-0\\apache2\\htdocs\\AmpersandPrototypes\\Arbeidsduur.proto\\.bowerrc"
I think it is totally valid to extract a zipfile that contains only files and directories that are in scope, such as .bowerrc
I expected that the extraction of the archive would go without any problem. Has something gone wrong with the implementation of Issue #50 ?
I use zip-archive as a library in 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:
I think it is totally valid to extract a zipfile that contains only files and directories that are in scope, such as
.bowerrcI expected that the extraction of the archive would go without any problem. Has something gone wrong with the implementation of Issue #50 ?