-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue-4273: upgrade to snakeyaml 2.0 due to cve #4274
Conversation
Looks like we'll need to wait for spring framework to uptake snakeyaml 2.0.
|
Yes, or we need to check why the unit test is not compatible. |
It looks like the upgrade needed for spring and spring-boot is significant - the snakeyaml code in the latest spring-boot classes looks like it is probably compatible with snakeyaml 2.0. But upgrading spring and spring-boot will require a very large number of other jars to be updated (as well as dozens of spring jars themselves). Latest spring jars use jakarta dependencies instead of javax. |
Compilation seems not to pass, you can check the cause of the error. |
@aiceflower the issue is that Linkis is using an old version of Spring |
@pjfanning Thank you, the community has a plan to upgrade Spring Cloud, Spring Cloud Gateway and Spring. After the upgrade is completed, adjust Snakeyaml. |
close with #4469 |
@casionone #4469 appears to revert back to snakeyaml 1.x which is the opposite of what this issue is about Edit: the issue #4273 is still open - and this PR is outdated so you are right to close this PR |
What is the purpose of the change
upgrade snakeyaml due to cve
Related issues/PRs
Related issues: #4273
Brief change log
Checklist