修复CVE-2022-22885,HttpGlobalConfig可选关闭信任host

This commit is contained in:
Looly
2024-03-12 10:29:38 +08:00
parent f2e154f5b5
commit f15612cd55
3 changed files with 28 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.27(2024-03-11)
# 5.8.27(2024-03-12)
### 🐣新特性
* 【extra 】 FreemarkerEngine修改默认版本参数
@@ -14,6 +14,7 @@
### 🐞Bug修复
* 【core 】 修复PathMover对目标已存在且只读文件报错错误问题issue#I95CLT@Gitee
* 【json 】 修复JSONUtil序列化和反序列化预期的结果不一致问题pr#3507@Github
* 【http 】 修复CVE-2022-22885HttpGlobalConfig可选关闭信任hostissue#2042@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.26(2024-02-10)