sofastack / sofa-hessian

An internal improved version of Hessian3/4 powered by Ant Group CO., Ltd.
Apache License 2.0
136 stars 52 forks source link
hessian security sofa-rpc sofastack

SOFA-Hessian

Build Status Coverage Status License

Hessian 是一个性能较优且兼容性较好的二进制序列化协议。

SOFA-Hessian 基于原生 Hessian v4.0.51 进行改进,目前已经蚂蚁金服内部稳定运行多年。我们修复了一些 bug,增强了一些功能,并且添加了一些特性,包括:

需要

文档

开源许可

免责声明

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.