nakijun / peazip

Automatically exported from code.google.com/p/peazip
2 stars 0 forks source link

[PEA format] PEA archive is always extracted to a new folder by design #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Example

Is it possible to add 2 files
                               C:\fish\trout.txt
                               D:\birds\robin.txt

                 to archive   E:\backup\myarchive.pea

and later AUTOMATICALLY extracting them to 

                               C:\fish\trout.txt 
                               D:\birds\robin.txt

Original issue reported on code.google.com by bok.glob...@gmail.com on 11 Apr 2011 at 11:58

GoogleCodeExporter commented 9 years ago
This is a known limitation of PEA archive format.
In current implementation of PEA format the output is meant to be a fresh new 
folder created by the application for extraction, in order to avoid by design 
tarbomb-like attacks http://en.wikipedia.org/wiki/Tar_(file_format)#Tarbomb

Original comment by giorgio.tani.software@gmail.com on 24 Jun 2011 at 9:10

GoogleCodeExporter commented 9 years ago
Issue 136 has been merged into this issue.

Original comment by giorgio.tani.software@gmail.com on 29 Jan 2012 at 6:15

GoogleCodeExporter commented 9 years ago

Original comment by giorgio.tani.software@gmail.com on 29 Jan 2012 at 6:16