Skip to content

[Snyk] Security upgrade io.undertow:undertow-core from 2.2.13.Final to 2.3.21.Final#24

Open
DariusZdroba wants to merge 1 commit intomainfrom
snyk-fix-427d081cf08a870f7de609cfa09f3622
Open

[Snyk] Security upgrade io.undertow:undertow-core from 2.2.13.Final to 2.3.21.Final#24
DariusZdroba wants to merge 1 commit intomainfrom
snyk-fix-427d081cf08a870f7de609cfa09f3622

Conversation

@DariusZdroba
Copy link
Copy Markdown
Owner

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):

  • log4shell-goof/log4shell-server/pom.xml

Vulnerabilities that will be fixed with an upgrade:

Issue Score Upgrade
high severity Allocation of Resources Without Limits or Throttling
SNYK-JAVA-IOUNDERTOW-15166617
  167   io.undertow:undertow-core:
2.2.13.Final -> 2.3.21.Final
No Known Exploit

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

@DariusZdroba
Copy link
Copy Markdown
Owner Author

Merge Risk: High

This upgrade from io.undertow:undertow-core version 2.2.13.Final to 2.3.21.Final is a high-risk migration due to a fundamental change in the underlying Java EE APIs.

Key Breaking Change: Jakarta EE 10 Migration

The primary breaking change in the 2.3.x series is the migration from the javax.* namespace to the jakarta.* namespace. This was done to support Jakarta EE 10, including Jakarta Servlet 6.0 and Jakarta WebSocket 2.1. Any application code that uses Undertow and references classes from the javax.servlet.* or javax.websocket.* packages will fail to compile and run without modification.

Recommendation:
Before upgrading, developers must perform a full source code migration from javax.* to jakarta.* namespaces. This is a significant effort that requires careful code changes and thorough testing. The maintainers explicitly state that projects needing to remain on the javax namespace should continue using the 2.2.x versions.

  • Action Required: Refactor all application code, including imports and class references, from javax.* to the corresponding jakarta.* packages.

Source: Undertow 2.3.0.Final Release Announcement

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

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