Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Spring 6 #5076

Open
barthanssens opened this issue Jul 10, 2024 · 0 comments
Open

Upgrade to Spring 6 #5076

barthanssens opened this issue Jul 10, 2024 · 0 comments
Assignees
Labels
🐞 bug issue is a bug dependencies Pull requests that update a dependency file security

Comments

@barthanssens
Copy link
Contributor

Current Behavior

While version 5.0.1 fixed a lot of CVEs, there is now one major CVE left on Spring framework 5.3 which is probably non-trivial to fix.

It appears that there will not be a 5.3.x release addressing the issue.

Upgrading to Springboot 3 (see also #5063) will fix partially fix this because Springboot 3 uses Spring 6, but we may also need to upgrade the (non-springboot) spring dependencies of the workbench.

Expected Behavior

Upgrading to a newer release of zookeeper fix the reported CVE for zookeeper dependency

Steps To Reproduce

No response

Version

5.0.1

Are you interested in contributing a solution yourself?

Perhaps?

Anything else?

See also spring-projects/spring-framework#24434

Upgrading may not be strictly necessary, since one of the comments state

Having said that it can be used as a reminder to check that there are no HTTP Invoker endpoints exposed to untrusted clients. If there are none, then nothing further to do.

(but automated scanners will still report this as a serious issue)

@barthanssens barthanssens added 🐞 bug issue is a bug security dependencies Pull requests that update a dependency file labels Jul 10, 2024
@barthanssens barthanssens self-assigned this Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug issue is a bug dependencies Pull requests that update a dependency file security
Projects
None yet
Development

No branches or pull requests

1 participant