2021-April-11 - Prerelease - 2.6.130
Pre-release
Pre-release
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