Skip to content

2021-April-11 - Prerelease - 2.6.130

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Apr 10:21
2290a41
Migrate from java.io.File to java.nio.Path (Part 3) (#9112)

* Verify file is actually not a directory

* Rely on java.nio for Zip File operations

* Fix zipSlip vulnerability

* Add tests for malicious zip file protection

* Avoid redundant existence checks

* Revert format operation

* Remove unused annotation

* Remove redundant constructors

* Introduce maximum recursion depth

* Fix tests on linux systems

* Enhance exception message