【重要】删除XmlUtil.readObjectFromXml方法,避免漏洞

This commit is contained in:
Looly
2023-02-09 18:31:54 +08:00
parent 8a6fe9a2ab
commit 02e85a80e5
2 changed files with 2 additions and 59 deletions

View File

@@ -3,10 +3,9 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.12.M1 (2023-01-19)
# 5.8.12.M1 (2023-02-09)
### 🐣新特性
* 【core 】 XmlUtil.readObjectFromXml增加注入漏洞的警告注释并标识为废弃issue#2857@Github
* 【http 】 HttpGlobalConfig.allowPatch()调用时忽略错误issue#2832@Github
* 【core 】 重构根据file magic number判断文件类型pr#2834@Github
* 【core 】 增加WGS84 坐标与墨卡托投影互转pr#2811@Github
@@ -22,6 +21,7 @@
* 【core 】 修复FileUtil的rename在newName与原文件夹名称一样时文件夹会被删除问题issue#2845@Github
* 【core 】 修复IoUtil.readBytes使用SocketInputStream读取不完整问题issue#I6AT49@Gitee
* 【core 】 修复ClassScanner自定义classload无效问题issue#I68TV2@Gitee
* 【core 】 【重要】删除XmlUtil.readObjectFromXml方法避免漏洞issue#2857@Github
-------------------------------------------------------------------------------------------------------------