Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
It would be a nice feature if ZipFile had support for detecting Zip Bombs.
Apache Poi has an implementation based on the java util ZipFile but this relies on Reflection and changes in Java 10 mean this code will not work in that version.
One option would be to add equivalent change support in commons-compress and for Poi to use the commons version.