Skip to content

[Snyk] Fix for 1 vulnerabilities#112

Open
snyk-io[bot] wants to merge 2 commits intomasterfrom
snyk-fix-ca48a06b563830ddfe36d81d6e3ef4e4
Open

[Snyk] Fix for 1 vulnerabilities#112
snyk-io[bot] wants to merge 2 commits intomasterfrom
snyk-fix-ca48a06b563830ddfe36d81d6e3ef4e4

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.dataformat:jackson-dataformat-csv:
2.15.2 -> 2.21.2
com.fasterxml.jackson.module:jackson-module-scala_2.12:
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 components from version 2.15.2 to 2.21.2 includes several minor versions with new features, bug fixes, and some behavioral changes. The risk is assessed as medium due to a change in default behavior that could impact error handling.

Key Changes:

  • Behavioral Change (Jackson 2.16): The default for StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION was changed to false. This means that by default, JsonLocation objects in exceptions will no longer contain snippets of the source document. This was done to reduce information leakage. If your error handling or logging relies on this source information, you will need to re-enable this feature explicitly.
  • Behavioral Change (Jackson 2.17): Deserialization of numbers from strings has become stricter. For example, strings with leading zeroes like "07" will no longer be automatically converted to numbers.
  • Environment Change (Jackson 2.20): The baseline Java version was raised to Java 8.

For the specific modules:

  • jackson-dataformat-csv: No major breaking changes were noted, but it inherits the core changes mentioned above.
  • jackson-module-scala_2.12: No significant breaking changes were found for this module in the 2.x series. Most breaking changes for Scala are planned for the 3.x series.

Recommendation:
Verify that your application's error handling and logging do not depend on source information being present in JsonLocation. If they do, you must explicitly enable StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION on your JsonFactory or ObjectMapper.

Source: Jackson 2.16 Release Notes, Jackson 2.17 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 have passed. No issues have been found so far.

Status Scan Engine 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