Skip to content

[Snyk] Fix for 1 vulnerabilities#85

Open
snyk-io[bot] wants to merge 1 commit intomasterfrom
snyk-fix-4777eeb0b0e1aeeab17ca809e93a98d8
Open

[Snyk] Fix for 1 vulnerabilities#85
snyk-io[bot] wants to merge 1 commit intomasterfrom
snyk-fix-4777eeb0b0e1aeeab17ca809e93a98d8

Conversation

@snyk-io
Copy link
Copy Markdown

@snyk-io snyk-io Bot commented Mar 1, 2026

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the maven dependencies of this project.

Snyk changed the following file(s):

  • pom.xml

Vulnerabilities that will be fixed with an upgrade:

Issue Score Upgrade
high severity Allocation of Resources Without Limits or Throttling
SNYK-JAVA-COMFASTERXMLJACKSONCORE-15365924
  170   com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:
2.15.2 -> 2.18.6
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:
2.15.2 -> 2.18.6
com.fasterxml.jackson.module:jackson-module-scala_2.12:
2.15.2 -> 2.18.6
No Path Found Proof of Concept

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

🦉 Allocation of Resources Without Limits or Throttling

@snyk-io
Copy link
Copy Markdown
Author

snyk-io Bot commented Mar 1, 2026

Merge Risk: Medium

This upgrade of the Jackson libraries from version 2.15.2 to 2.18.6 is a minor version update that includes several notable changes and potential breaking behavioral shifts.

Key Changes & Risks:

  • Kotlin Version Support: Jackson 2.18 drops support for Kotlin 1.7.x. If your project uses Kotlin, you must ensure you are using version 1.8, 1.9, or 2.0 to maintain compatibility.
  • Stricter Number Deserialization: As of version 2.17, Jackson has stricter rules for coercing numbers from strings. For example, a string with a leading zero like "07" will no longer be deserialized as a numeric type (like an Enum index). This could lead to JsonMappingException if your application relies on this behavior.
  • Internal Property Introspection Rewrite: Version 2.18 includes a major internal rewrite of the POJO property introspection logic. While this was done to fix long-standing bugs, such a significant change introduces a risk of subtle, unintended behavioral changes in serialization and deserialization. Several bug fixes related to this rewrite were issued in patch releases, which are included in this upgrade.
  • Security-Related Default Change: In version 2.16, the default for StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION was changed to false to avoid leaking information in error messages.

Recommendation:
This upgrade carries a medium risk. It is critical to verify your project's Kotlin version if applicable. Thorough regression testing is strongly recommended, with a focus on deserialization logic, especially for objects with custom creators, complex constructors, and enums mapped from numeric strings.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@snyk-io
Copy link
Copy Markdown
Author

snyk-io Bot commented Mar 1, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants