LL-Java-Zip
LL-Java-Zip copied to clipboard
Lower level ZIP support for Java
Results
2
LL-Java-Zip issues
Sort by
recently updated
recently updated
newest added
Parsing just a local file header which uses a data descriptor is technically not reliable when it uses stored (uncompressed) data. A malicious actor could theoretically insert a local file...
enhancement
idea
For a sample: https://github.com/Col-E/Recaf/issues/373 Essentially, if the input isn't parsable ensure the reason why is clearly described in a thrown exception. Allows the library user to handle invalid files easily...
enhancement