修复CVE-2023-3276漏洞,XmlUtil.readBySax问题

This commit is contained in:
Looly
2023-06-16 20:23:06 +08:00
parent 143cd59b08
commit 2a786afd3f
2 changed files with 22 additions and 1 deletions

View File

@@ -19,7 +19,8 @@
* 【extra 】 修复Sftp中exists方法父目录不存在时报错issue#I7CSQ9@Gitee
* 【extra 】 修复xml转json再转bean失败问题issue#3139@Github
* 【poi 】 修复RowUtil传入参数错误问题issue#3139@Github
*poi 】 修复XmlUtil.xmlToBean空节点转换失败问题issue#3136@Github
*core 】 修复XmlUtil.xmlToBean空节点转换失败问题issue#3136@Github
* 【core 】 修复CVE-2023-3276漏洞XmlUtil.readBySax问题issue#I7DX8W@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.19(2023-05-27)