增加ParseConfig,通过增加maxNestingDepth参数避免StackOverflowError问题,修复CVE-2022-45688漏洞

This commit is contained in:
Looly
2024-01-05 12:36:31 +08:00
parent 17d773181e
commit 6a2b585de0
5 changed files with 170 additions and 6 deletions

View File

@@ -15,6 +15,7 @@
* 【core 】 修复RandomUtil.randomInt,RandomUtil.randomLong边界问题pr#3450@Github
* 【db 】 修复Druid连接池无法设置部分属性问题issue#I8STFC@Gitee
* 【core 】 修复金额转换为英文时缺少 trillion 单位问题pr#3454@Github
* 【json 】 增加ParseConfig通过增加maxNestingDepth参数避免StackOverflowError问题修复CVE-2022-45688漏洞issue#2748@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.24(2023-12-23)