You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@onobc May be Snakeyaml can also be upgraded to use 2.0 with this release?
Spring-boot-2.7.17 has already started giving compatibility towards using the safeconstructor for snakeyaml-2.0
Usage e.g.
org.springframework.boot.json.YamlJsonParser private final Yaml yaml = new Yaml(new TypeLimitedConstructor());
We have already mitigated against the vulnerability in 1.x. Also, Spring Boot is still shipping w/ 1.30 (Dataflow is using the latest 1.33). but have no plans to bump up to 2.x When/if Boot updates to 2.x we will at that time.
Let's update to Spring Boot 2.7.17 as well as any transitive dependency versions that we lock onto.
Lets also make sure we are on the latest Spring Cloud patches at this time.
The text was updated successfully, but these errors were encountered: