ZipReader增加setMaxSizeDiff方法,自定义或关闭ZipBomb

This commit is contained in:
Looly
2023-07-20 08:19:06 +08:00
parent f7a8c64f52
commit 47cba89085
2 changed files with 25 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.21(2023-07-19)
# 5.8.21(2023-07-20)
### 🐣新特性
* 【core 】 list 为空时CollUtil.max等返回null而非异常pr#1027@Gitee
@@ -12,7 +12,8 @@
* 【core 】 RandomUtil增加可选是否包含边界的重载issue#3182@Github
* 【core 】 StrUtil增加truncateByByteLength方法pr#3176@Github
* 【core 】 身份证工具类isValidCard18、isValidCard15入参null直接返回nullpr#1034@Gitee
* 【http 】 使用multiparty方式支持body参数issue#3158@Gitee
* 【http 】 使用multiparty方式支持body参数issue#3158@Github
* 【core 】 ZipReader增加setMaxSizeDiff方法自定义或关闭ZipBombissue#3018@Github
### 🐞Bug修复
* 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题issue#3162@Github