Skip to content

[Snyk] Fix for 3 vulnerabilities#5250

Open
bogarin wants to merge 1 commit into
masterfrom
snyk-fix-4c75139f0bc3e1021716f643b12d5e72
Open

[Snyk] Fix for 3 vulnerabilities#5250
bogarin wants to merge 1 commit into
masterfrom
snyk-fix-4c75139f0bc3e1021716f643b12d5e72

Conversation

@bogarin

@bogarin bogarin commented Jan 29, 2026

Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to fix 3 vulnerabilities in the maven dependencies of this project.

Snyk changed the following file(s):

  • pom.xml
  • undertow/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-15053841
  721   io.undertow:undertow-servlet:
1.4.18.Final -> 2.3.21.Final
Major version upgrade No Known Exploit
medium severity Improper Validation of Syntactic Correctness of Input
SNYK-JAVA-IOUNDERTOW-14908846
  606   io.undertow:undertow-servlet:
1.4.18.Final -> 2.3.21.Final
Major version upgrade No Known Exploit
low severity External Initialization of Trusted Variables or Data Stores
SNYK-JAVA-CHQOSLOGBACK-15062482
  376   ch.qos.logback:logback-classic:
1.2.6 -> 1.5.25
ch.qos.logback:logback-core:
1.2.6 -> 1.5.25
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

Copilot AI review requested due to automatic review settings January 29, 2026 07:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Maven dependency versions to address Snyk-reported vulnerabilities in Undertow and Logback, along with a minor XML cleanup. No application code or configuration behavior beyond these version properties appears to be changed.

Changes:

  • Bump io.undertow:undertow-servlet version via the undertow-servlet.version property in undertow/pom.xml from 1.4.18.Final to 2.3.21.Final.
  • Bump Logback version via the logback.version property in the root pom.xml from 1.2.6 to 1.5.25 to address a Logback vulnerability.
  • Replace <ignore></ignore> with a self-closing <ignore/> tag in the root pom.xml for cleaner XML.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
undertow/pom.xml Updates the undertow-servlet.version property to a newer Undertow servlet major version to remediate Undertow-related vulnerabilities.
pom.xml Cleans up XML syntax for <ignore> nodes and updates the shared logback.version property to a vulnerability-free Logback release.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants