From 54bc9654c7f1a573e3e5d92479be9223d9573895 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Thu, 29 Jun 2023 12:04:15 +0800 Subject: [PATCH] Add disclaimer (#91) * Add disclaimer * update disclaimer --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 693d3e3..d7b05e2 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,17 @@ SOFA-Hessian 基于原生 Hessian v4.0.51 进行改进,目前已经蚂蚁金 ## 开源许可 - [Apache License 2.0](https://github.com/sofastack/sofa-hessian/blob/master/LICENSE) + +## 免责声明 + +Hessian 是一种二进制序列化协议。 + +由于 Hessian 自身实现关系,通过构造特定的序列化流,经过反序列化后可能会造成任意代码执行,存在安全风险,建议用户配置黑名单或白名单的方式来解决该问题。 + +本项目内置的黑名单来自内部实践和外部贡献,仅供参考,不做主动更新,我方不因此承担法律责任。如需要更严格的校验,请使用白名单功能。 + +Hessian is a binary serialization protocol. + +Because of the implement of Hessian, by constructing a specific serialization stream, it may cause arbitrary code execution when doing deserialization. It is recommended that users configure blacklist or whitelist to solve the problem. + +The blacklist built into the project comes from internal practices and external contributions, and is for reference only and is not actively updated, we do not assume any legal responsibility for this. For more rigorous verification, please use the whitelist feature.