Skip to content

SWI-3723 [Snyk] Fix for 1 vulnerabilities#981

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

SWI-3723 [Snyk] Fix for 1 vulnerabilities#981
bwappsec wants to merge 1 commit intomasterfrom
snyk-fix-d0d9f8672982f1a7117dd3b77446f40c

Conversation

@bwappsec
Copy link

@bwappsec bwappsec commented Mar 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):

  • samples/server/petstore/kotlin-spring-default/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   org.springdoc:springdoc-openapi-ui:
1.6.8 -> 1.7.0
Major version upgrade No Path Found Proof of Concept

Breaking Change Risk

Merge Risk: High

Notice: This assessment is enhanced by AI.

Vulnerabilities that could not be fixed

  • Upgrade:
    • Could not upgrade com.fasterxml.jackson.dataformat:jackson-dataformat-xml@2.13.5 to com.fasterxml.jackson.dataformat:jackson-dataformat-xml@2.18.6; Reason could not apply upgrade, dependency is managed externally ; Location: https://maven-central.storage-download.googleapis.com/maven2/com/fasterxml/jackson/jackson-bom/2.13.5/jackson-bom-2.13.5.pom
  • Could not upgrade com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.5 to com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.18.6; Reason could not apply upgrade, dependency is managed externally ; Location: https://maven-central.storage-download.googleapis.com/maven2/com/fasterxml/jackson/jackson-bom/2.13.5/jackson-bom-2.13.5.pom
  • Could not upgrade com.fasterxml.jackson.datatype:jackson-datatype-jsr310@2.13.5 to com.fasterxml.jackson.datatype:jackson-datatype-jsr310@2.18.6; Reason could not apply upgrade, dependency is managed externally ; Location: https://maven-central.storage-download.googleapis.com/maven2/com/fasterxml/jackson/jackson-bom/2.13.5/jackson-bom-2.13.5.pom
  • Could not upgrade org.springframework.boot:spring-boot-starter-web@2.7.15 to org.springframework.boot:spring-boot-starter-web@4.0.0; Reason could not apply upgrade, dependency is managed externally ; Location: https://maven-central.storage-download.googleapis.com/maven2/org/springframework/boot/spring-boot-dependencies/2.7.15/spring-boot-dependencies-2.7.15.pom

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
Author

bwappsec commented Mar 5, 2026

Merge Risk: High

This upgrade includes a major version jump for Spring Boot from 2.7.x to 3.x (note: target version 4.0.0 is not a valid release, analysis is based on the official 3.x migration path). This is a HIGH risk migration that requires significant developer effort and cannot be merged without careful planning and code modification.

Top 3 Most Impactful Upgrades

  • org.springframework.boot:spring-boot-starter-web@2.7.15 → 4.0.0 (Analyzed as 3.x)
  • com.fasterxml.jackson. @2.13.5 → @2.18.6*
  • org.springdoc:springdoc-openapi-ui@1.6.8 → @1.7.0

1. Spring Boot Starter Web (HIGH)

The upgrade to Spring Boot 3.x introduces several major breaking changes that require code and environment updates.

Key Breaking Changes:

  • Java 17 Required: Spring Boot 3.0 requires Java 17 as the minimum JDK version. Applications must be migrated from Java 8 or 11. [2, 4, 5, 7]
  • Jakarta EE Namespace Migration: All Java EE APIs have moved from the javax.* namespace to jakarta.*. This is a significant breaking change that requires updating all related imports in the application code (e.g., javax.servlet to jakarta.servlet). [6, 13, 17, 33]
  • Spring Framework 6: This release is built on Spring Framework 6, which introduces its own set of breaking changes, including updates to Spring Security and the removal of deprecated classes. [3, 13]
  • Configuration Properties: Numerous configuration properties have been renamed or removed. Spring provides a spring-boot-properties-migrator module to help identify and temporarily migrate these properties during development. [3, 15]
  • Removed APIs: All classes, methods, and properties that were deprecated in Spring Boot 2.x have been removed in this release. [3, 28]

Source: [Spring Boot 3.0 Migration Guide](https://

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

@bwappsec bwappsec changed the title [Snyk] Fix for 1 vulnerabilities SWI-3723 [Snyk] Fix for 1 vulnerabilities Mar 5, 2026
@bwappsec
Copy link
Author

bwappsec commented Mar 5, 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
Code Security 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