Skip to content

Commit

Permalink
Issue #2800 Update class-check.md (#2802)
Browse files Browse the repository at this point in the history
Issue #2800 DISABLED->DISABLE
  • Loading branch information
JerryRaf authored Sep 1, 2023
1 parent dee92fb commit abc511d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Dubbo >= 3.1.6
目前序列化检查支持 Hessian2、Fastjson2 序列化以及泛化调用。其他的序列化方式暂不支持。

### 检查模式
检查模式分为三个级别:`STRICT` 严格检查,`WARN` 告警,`DISABLED` 禁用。
检查模式分为三个级别:`STRICT` 严格检查,`WARN` 告警,`DISABLE` 禁用。
`STRICT` 严格检查:禁止反序列化所有不在允许序列化列表(白名单)中的类。
`WARN` 告警:仅禁止序列化所有在不允许序列化列表中(黑名单)的类,同时在反序列化不在允许序列化列表(白名单)中类的时候通过日志进行告警。
`DISABLED` 禁用:不进行任何检查。
`DISABLE` 禁用:不进行任何检查。

3.1 版本中默认为 `WARN` 告警级别,3.2 版本中默认为 `STRICT` 严格检查级别。

Expand Down

0 comments on commit abc511d

Please sign in to comment.