Overlapping Zipped Files creates a Zib-Bomb Warning
igwtech opened this issue · comments
Line 110 in 9151132
This ant-run command creates a Zip file with overlapping files which creates a warning of a Zip-Bomb situation while unpacking.
I suggest it gets reversed
The problem is the "basedir" attribute on the <zip>
element which is effectively adding a <fileset>
element for all files then the embedded 2 duplicate that but with the permisions set correctly.
I will remove it for the next release.
Fixed in 3.2.1