Bladeren bron

chore: update changes

firest 3 jaren geleden
bovenliggende
commit
317e15314e
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 1 0
      changes/v5.0.10-en.md
  2. 1 0
      changes/v5.0.10-zh.md

+ 1 - 0
changes/v5.0.10-en.md

@@ -15,6 +15,7 @@
 - Now it is possible to opt out VM internal metrics in prometheus stats [#9222](https://github.com/emqx/emqx/pull/9222).
   When system load is high, reporting too much metrics data may cause the prometheus stats API timeout.
 
+- Improve security when converting types such as `binary` `lists` to `atom` types [#9279](https://github.com/emqx/emqx/pull/9279).
 
 ## Bug fixes
 

+ 1 - 0
changes/v5.0.10-zh.md

@@ -14,6 +14,7 @@
 
 - 可通过配置关闭 prometheus 中的部分内部指标,如果遇到机器负载过高 prometheus 接口返回超时可考虑关闭部分不关心指标,以提高响应速度 [#9222](https://github.com/emqx/emqx/pull/9222)。
 
+- 提升 `binary` 、`list` 等类型转换为 `atom` 类型时的安全性 [#9279](https://github.com/emqx/emqx/pull/9279)。
 
 ## Bug fixes