-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Bug]: Vulnerable Dependency CVE NVD 9.8 Snakeyaml #9289
Comments
I can see that the latest versions of snakeyaml do not have any vulnerabilities(https://mvnrepository.com/artifact/org.yaml/snakeyaml). Is upgrading to the latest version the only expectation? Then, I can create a pull request to upgrade it. |
Yes version 2.0 and above remediate it, upgrading to 2.2 would work |
Please, do not open a PR for this. We should take into account when update a dependency to a major version when doing patch and minor releases. |
Any updates on the status of this vulnerability? It is causing some concerns for us. |
Also for us, Nexus IQ/Sonatype is blocking this |
Module
Core
Testcontainers version
1.20.1
Using the latest Testcontainers version?
Yes
Host OS
MacOS
Host Arch
ARM
Docker version
What happened?
The testcontainers core shades snakeyaml 1.33 into the jar. Snakeyaml 1.33 is vulnerable to CVE-2022-1471. Even though the code does not appear vulnerable to this issue because it uses SafeConstructor, enterprises may blacklist testcontainers for the mere presence of snakeyaml 1.33. Please consider upgrading to snakeyaml 2.0 or higher.
Relevant log output
No response
Additional Information
https://nvd.nist.gov/vuln/detail/CVE-2022-1471
The text was updated successfully, but these errors were encountered: