Skip to content

Conversation

JhaSwechha
Copy link

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 Incorrect Authorization
SNYK-JAVA-ORGSPRINGFRAMEWORK-12817817
  721   org.springframework.security:spring-security-core:
5.5.1 -> 6.4.11
Major version upgrade 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:

🦉 Incorrect Authorization

@@ -768,7 +768,7 @@
<solr-test-framework.version>8.6.3</solr-test-framework.version>
<solr.version>8.6.3</solr.version>
<spray.version>1.3.1</spray.version>
<spring.security.version>5.5.1</spring.security.version>
<spring.security.version>6.4.11</spring.security.version>
Copy link

Choose a reason for hiding this comment

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

Bug: Spring Security Upgrade Mismatch

The project upgraded Spring Security to 6.4.11, but Spring Framework remains at 5.3.18. Spring Security 6.x requires Spring Framework 6.x or higher, creating an incompatible dependency combination that will likely cause compilation or runtime errors.

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