nacos-group / nacos-spring-project

Nacos ECO Project for Spring Framework
https://nacos.io/
Apache License 2.0
756 stars 311 forks source link

[ISSUE #314]Fix the RCE caused by the vulnerability in YAML deseriali… #328

Closed stone-98 closed 10 months ago

stone-98 commented 11 months ago

What is the purpose of the change

see: https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64581479 related: https://github.com/nacos-group/nacos-spring-project/issues/314

Brief changelog

XX

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily:

stone-98 commented 10 months ago

I have a question: Why doesn't the nacos-spring-project module use com.alibaba.nacos.client.env.NacosClientProperties to retrieve properties?