@see 文件错误,修改 Docs 的编译错误
This commit is contained in:
parent
920b8fe85b
commit
58890445bf
@ -29,7 +29,7 @@ public class UnzipFile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see https://snyk.io/research/zip-slip-vulnerability
|
* https://snyk.io/research/zip-slip-vulnerability
|
||||||
*/
|
*/
|
||||||
public static File newFile(File destinationDir, ZipEntry zipEntry) throws IOException {
|
public static File newFile(File destinationDir, ZipEntry zipEntry) throws IOException {
|
||||||
File destFile = new File(destinationDir, zipEntry.getName());
|
File destFile = new File(destinationDir, zipEntry.getName());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user