Is ZipSlip possible in Java without two dots?
I’m testing a Java application that tries to prevent ZipSlip by simply checking whether the filename contains ".." or "./"
Since it’s not a web application, I guess encoding is not an option. So, how can ZipSlip still h…