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

Updates to resource handling for functional endpoints #33434

Closed
rstoyanchev opened this issue Aug 27, 2024 · 6 comments
Closed

Updates to resource handling for functional endpoints #33434

rstoyanchev opened this issue Aug 27, 2024 · 6 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Milestone

Comments

@rstoyanchev
Copy link
Contributor

The built-in handling of resources in Spring MVC and WebFlux gets updated occasionally, but the functional programming model hasn't stayed up-to-date. Those should be functionally equivalent where it makes sense.

@rstoyanchev rstoyanchev added in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement labels Aug 27, 2024
@rstoyanchev rstoyanchev added this to the 6.1.13 milestone Aug 27, 2024
@rstoyanchev rstoyanchev self-assigned this Aug 27, 2024
cesarhernandezgt pushed a commit to tomitribe/spring-framework that referenced this issue Sep 17, 2024
@drdpov
Copy link

drdpov commented Sep 19, 2024

Hello @rstoyanchev, hope you are doing well. I've come across this PR and noticed, that there is one minor issue. I've created a PR, which should resolve it, could you please take a look? #33568

@lucky8987
Copy link
Contributor

@drdpov Hello, as we currently have no plans to upgrade to version 6.1. x, this issue has triggered a high-risk vulnerability: https://spring.io/security/cve-2024-38816 Can you fix those issues specifically for version 5.3.39?

@bclozel
Copy link
Member

bclozel commented Oct 21, 2024

@lucky8987 all CVE fixes are already backported to 5.3.x, see our announcement blog post and the advisory you've linked to. 5.3.x is not OSS supported anymore so you'll have to upgrade to a newer generation or consider commercial support.

@lucky8987
Copy link
Contributor

@lucky8987 all CVE fixes are already backported to 5.3.x, see our announcement blog post and the advisory you've linked to. 5.3.x is not OSS supported anymore so you'll have to upgrade to a newer generation or consider commercial support.

I understand, thanks !

@luckymanbuddha
Copy link

@bclozel Hello, I would like to ask if CVE-2024-38819 is the same as CVE-2024-38816 can use Tomcat or Jetty as the web server to reject such malicious requests? Thank you.

@spring-projects spring-projects deleted a comment from pawlak77 Oct 30, 2024
@bclozel
Copy link
Member

bclozel commented Oct 30, 2024

@luckymanbuddha I believe the Spring Security firewall will protect against those, but not Tomcat nor Jetty.

quaff added a commit to quaff/spring-framework that referenced this issue Nov 13, 2024
RxL-Deepak-Agrawal pushed a commit to RxL-Deepak-Agrawal/spring-framework that referenced this issue Nov 26, 2024
lijunyzzZ pushed a commit to succsoft/spring-framework that referenced this issue Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

5 participants