This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.1.7-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.1.7-release by this push:
new 3995bfc98a Add hessian allow
3995bfc98a is described below
commit 3995bfc98a8b3d19e7adf98e3529b8b4fa98f3d0
Author: Albumen Kevin <[email protected]>
AuthorDate: Thu Feb 16 14:40:14 2023 +0800
Add hessian allow
---
dubbo-common/src/main/resources/security/serialize.allowlist | 1 +
1 file changed, 1 insertion(+)
diff --git a/dubbo-common/src/main/resources/security/serialize.allowlist
b/dubbo-common/src/main/resources/security/serialize.allowlist
index bca85c1ca0..f05fb8c5ce 100644
--- a/dubbo-common/src/main/resources/security/serialize.allowlist
+++ b/dubbo-common/src/main/resources/security/serialize.allowlist
@@ -123,3 +123,4 @@ java.util.TreeSet
java.util.UUID
java.util.WeakHashMap
org.apache.dubbo
+com.alibaba.com.caucho.hessian.io.java8