-
Notifications
You must be signed in to change notification settings - Fork 6.2k
upgrade to Jackson 2.9.3 #4918
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
upgrade to Jackson 2.9.3 #4918
Conversation
|
@sullis Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
|
@sullis Thank you for signing the Contributor License Agreement! |
|
Thanks for the PR! Unfortunately, it appears that the update in Jackson is a breaking change because our tests now break. Specifically I see the following failures: We need to fix these failures before updating. |
|
FYI - this Jackson library upgrade is related to: "CVE-2017-4995 Spring Security: Deserialization of untrusted data via Jackson" |
|
@sullis Thanks for the additional information. Can you clarify how it is related? The CVE mentioned there was fixed in Spring Security and the related fixes in Jackson were fixed in 2.9.0.pr3+ so there should not be any issue with the dependencies as is. PS: I'd love to update regardless, but we cannot do anything until we resolve the test failures. |
No description provided.