Skip to content

[Snyk] Fix for 1 vulnerabilities#1124

Open
bwappsec wants to merge 1 commit intomasterfrom
snyk-fix-a8f7a315d1ce3368ddd69027a699b733
Open

[Snyk] Fix for 1 vulnerabilities#1124
bwappsec wants to merge 1 commit intomasterfrom
snyk-fix-a8f7a315d1ce3368ddd69027a699b733

Conversation

@bwappsec
Copy link
Copy Markdown

@bwappsec bwappsec commented Apr 9, 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):

  • samples/client/echo_api/java/apache-httpclient/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-core:
2.19.2 -> 2.21.2
com.fasterxml.jackson.core:jackson-databind:
2.19.2 -> 2.21.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:
2.19.2 -> 2.21.2
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:
2.19.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

@bwappsec
Copy link
Copy Markdown
Author

bwappsec commented Apr 9, 2026

Merge Risk: Medium

This upgrade of the Jackson libraries from version 2.19.2 to 2.21.2 is a minor version update that introduces a change in the minimum required Java version and includes other new features and fixes.

Key Changes:

  • Java Version Requirement: Starting with version 2.20.0, Jackson requires Java 8 or later, dropping support for Java 6.
  • Kotlin Module: For users of jackson-module-kotlin, version 2.21.0 removes the deprecated MissingKotlinParameterException and the old StrictNullChecks backend.
  • Long-Term Support (LTS): Version 2.21.x is designated as an LTS release, meaning it will receive maintenance updates for a longer period.
  • New Features: The update includes new modules like jackson-datatype-hibernate7 and jackson-module-spi-subtypes.
  • Security Fixes: The releases include various bug and security fixes, such as a patch for vulnerability GHSA-2m67-wjpj-xhg9 in version 2.21.2.

Recommendation:
The risk is assessed as medium primarily due to the drop in support for Java 6. Before upgrading, verify that your project is running on Java 8 or a more recent version. If you are using the jackson-module-kotlin, review your code for usage of the removed StrictNullChecks backend or MissingKotlinParameterException.

Source: Jackson 2.20 Release Notes, Jackson 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.

@bwappsec
Copy link
Copy Markdown
Author

bwappsec commented Apr 9, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants