修复ZipReader.checkZipBomb遇到空目录报错问题

This commit is contained in:
Looly
2024-04-28 22:57:39 +08:00
parent 5a1b50f1de
commit cce1b9aaa1
3 changed files with 32 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.28(2024-04-25)
# 5.8.28(2024-04-28)
### 🐣新特性
* 【core 】 修正XmlUtil的omitXmlDeclaration描述注释issue#I9CPC7@Gitee
@@ -27,6 +27,7 @@
* 【cron 】 修复CronPattern.nextMatchAfter匹配初始值问题issue#I9FQUA@Gitee
* 【core 】 修复FileUtil.copyFile没有创建父目录导致的问题issue#3557@Github
* 【http 】 修复HttpDownloader全局超时无效问题issue#3556@Github
* 【core 】 修复ZipReader.checkZipBomb遇到空目录报错问题issue#I9K494@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.27(2024-03-29)