Skip to content

[Snyk] Fix for 1 vulnerabilities#47

Open
sergiogordon wants to merge 1 commit intomasterfrom
snyk-fix-1c3d02329807f1eee60737fcff42df49
Open

[Snyk] Fix for 1 vulnerabilities#47
sergiogordon wants to merge 1 commit intomasterfrom
snyk-fix-1c3d02329807f1eee60737fcff42df49

Conversation

@sergiogordon
Copy link
Copy Markdown
Owner

@sergiogordon sergiogordon commented Dec 4, 2025

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 Incomplete Cleanup
SNYK-JAVA-ORGAPACHESTRUTS-14172798
  828   org.apache.struts:struts2-core:
2.3.37 -> 6.8.0
org.apache.struts:struts2-spring-plugin:
2.3.37 -> 6.8.0
Major version upgrade Proof of Concept

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:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.


Note

Upgrades the struts2.version property in pom.xml from 2.3.37 to 6.8.0.

  • Dependencies:
    • Bump struts2.version in pom.xml from 2.3.37 to 6.8.0.

Written by Cursor Bugbot for commit 7e145fe. This will update automatically on new commits. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment thread pom.xml
<hibernate.version>4.3.7.Final</hibernate.version>
<tapestry.version>5.3.8</tapestry.version>
<struts2.version>2.3.37</struts2.version>
<struts2.version>6.8.0</struts2.version>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Major version upgrade breaks Java/Spring/Servlet compatibility

Upgrading struts2.version from 2.3.37 to 6.8.0 will cause application failures. Struts 6.x requires Java 8+ (project uses 1.7), uses jakarta.* namespace (project uses javax.* imports throughout), requires Spring 5.x+ (project uses 3.2.15), and moved StrutsPrepareAndExecuteFilter from dispatcher.ng.filter to dispatcher.filter package. This major version upgrade is incompatible with the existing codebase without extensive additional changes.

Fix in Cursor Fix in Web

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