Skip to content

[Snyk] Fix for 1 vulnerabilities#114

Open
snyk-io[bot] wants to merge 1 commit intomasterfrom
snyk-fix-4b0b4c1993f61838f73cb281c24089c8
Open

[Snyk] Fix for 1 vulnerabilities#114
snyk-io[bot] wants to merge 1 commit intomasterfrom
snyk-fix-4b0b4c1993f61838f73cb281c24089c8

Conversation

@snyk-io
Copy link
Copy Markdown

@snyk-io snyk-io bot commented Apr 5, 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-15907551
  125   com.fasterxml.jackson.core:jackson-databind:
2.15.2 -> 2.21.2
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:
2.15.2 -> 2.21.2
No Path Found No Known Exploit

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 Apr 5, 2026

Merge Risk: Medium

This upgrade of Jackson libraries from version 2.15.2 to 2.21.2 is a minor version update that includes numerous bug fixes, performance improvements, and new features. While there are no major API removals, there are several subtle behavioral changes that require verification.

Key Changes to Review:

  • Stricter Number Deserialization (v2.17+): Jackson is now stricter when coercing numbers from strings. For example, a string with a leading zero like "07" will no longer be deserialized as a numeric Enum index.
  • JsonPointer Parsing (v2.19+): The handling of unescaped tilde (~) characters in JSON Pointers has changed. They are now treated as literal characters instead of escape sequences.
  • Kotlin Module Changes (v2.19+ & v2.21+):
    • In v2.19, the base class for MissingKotlinParameterException was changed to InvalidNullException.
    • In v2.21, the deprecated MissingKotlinParameterException class was removed entirely.
  • Default Source Information in Exceptions (v2.16+): To reduce information leakage, source information is no longer included by default in JsonLocation within exceptions. The default for StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION is now false.

Recommendation:

Given the behavioral changes, a medium risk is assigned. It is recommended to perform regression testing, paying close attention to:

  • Deserialization logic that relies on lenient parsing of numbers from strings.
  • Usage of JSON Pointers with literal tilde characters.
  • Exception handling in Kotlin applications that may be catching the now-removed MissingKotlinParameterException.

Source: Jackson 2.16-2.21 Release Notes

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 Apr 5, 2026

⚠️ Snyk checks are incomplete.

Status Scan Engine Critical High Medium Low Total (0)
⚠️ Open Source Security 0 0 0 0 See details
⚠️ Licenses 0 0 0 0 See details

💻 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