Skip to content
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

jackson-dataformat-yaml dependency on snakyaml with vulnerability CVE-2022-1471 │ #410

Closed
ns-jhu opened this issue Apr 7, 2023 · 1 comment

Comments

@ns-jhu
Copy link

ns-jhu commented Apr 7, 2023

jackson-dataformat-yaml depends on snakeyaml-1.33.jar, which has vulnerability CVE-2022-1471
GHSA-mjmj-j48q-9wg2.

vulnerability CVE-2022-1471 is only fixed in snakeyaml version 2.0 or higher. we need to update jackson-dataformat-yaml
remove the dependency on snakeyaml 1.x version

@cowtowncoder
Copy link
Member

As per #390 Jackson 2.15 will use SnakeYAML 2.0

Until then just use jackson-dataformat-yaml version 2.14.2 and override snakeyaml dependency; 2.14.2 has changes necessary to allow this to work.

Next time you may also try to search issues for this project to find issues like #390 that have been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants