-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Snakeyaml 2.0 is not compatible with Spring boot 3.0.5 #35064
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
Comments
Spring Boot 3.0.5 should be compatible with SnakeYAML 2.0 for loading of |
Hi @wilkinsona, Thank you for your suggestion. We have updated accordingly in pom.xml with snakeyaml 2.0 , But still Prisma cloud scan report referring the older version of snakeyaml - 1.33 somehow. We are unable to find from where prisma scan is detecting the older version. Below is the git repo details of our service pom.xmls. Please verify and help us how to resolve the issue. |
As with #35065, I'm afraid this isn't the right place to get help with Prisma. As far as I can tell, it's mistaken as SnakeYaml 2.0 is being used:
|
As per the Prisma scan, snakeyaml-1.33 is having vulnerabilities and trying to upgrade snakeyaml version 2.0, but the spring boot - 3.0.5 is referring only snakeyaml-1.33, even tried to exclude the 1.33 and adding the 2.0 externally, still it's not working..
Please suggest me for the resolution. ( Spring boot 3.0.5 + snakeyaml-2.0)
The text was updated successfully, but these errors were encountered: