Zip Slip path traversal and consistent vulnerability checks
According to multiple sources such as snyk and infoq, preventing a "Zip Slip" vulnerability in Java can be achieved by denying writes outside the target directory:
String canonicalDestDirPath = destDir.getCanonicalPath();
File de… Continue reading Zip Slip path traversal and consistent vulnerability checks