BrambleCat
Results
1
comments of
BrambleCat
if you have issue with `import shadeio.poi.openxml4j.util.ZipSecureFile` try` import org.apache.poi.openxml4j.util.ZipSecureFile. ` then use` ZipSecureFile.setMinInflateRatio(0);` I fixed my zip bomb issue with that.