[Snyk] Fix for 1 vulnerabilities - #80
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-19496766
|
This upgrade to Jackson 2.18.x is a minor version update but introduces significant internal changes that carry a medium risk of causing behavioral shifts, particularly in deserialization. Key Changes:
Recommendation: Due to the internal rewrite of core deserialization logic, this upgrade requires careful validation. Pay close attention to the deserialization of complex objects, immutable classes (including Java Records), and Kotlin data classes. It is highly recommended to run your application's test suite to catch any regressions related to object mapping. Source: Jackson 2.18 Release Notes
|
Snyk has created this PR to fix 1 vulnerabilities in the maven dependencies of this project.
Snyk changed the following file(s):
pom.xmlVulnerabilities that will be fixed with an upgrade:
SNYK-JAVA-COMFASTERXMLJACKSONCORE-19496766
2.17.0->2.18.10com.fasterxml.jackson.datatype:jackson-datatype-jsr310:
2.17.0->2.18.10Proof of ConceptBreaking Change Risk
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Deserialization of Untrusted Data