Skip to content

Commit

Permalink
Update security.md (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody committed Jun 1, 2023
1 parent b35dd7c commit eb407e1
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ dubbo>
> curl http://127.0.0.1:22222/serializeWarnedClasses
{"warnedClasses":["io.dubbo.test2.NotSerializable","org.apache.dubbo.samples.NotSerializable","io.dubbo.test.NotSerializable","io.dubbo.test2.OthersSerializable"]}
```
{{% alert title="注意" color="primary" %}}
建议及时关注 `serializeWarnedClasses` 的结果,通过返回结果是否非空来判断是否受到攻击。

注:建议及时关注 `serializeWarnedClasses` 的结果,通过返回结果是否非空来判断是否受到攻击。

> 更多配置细节请参考[Dubbo 类检查机制](/zh-cn/overview/mannual/java-sdk/advanced-features-and-usage/security/class-check/)一文。
[Dubbo 类检查机制](/zh-cn/overview/mannual/java-sdk/advanced-features-and-usage/security/class-check/)
{{% /alert %}}

0 comments on commit eb407e1

Please sign in to comment.