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

Add config options for form parsing limits #10967

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Add config options for form parsing limits #10967

merged 1 commit into from
Jul 10, 2024

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Jul 10, 2024

For CVE-2024-29025, netty introduced form parsing limits with restrictive defaults. This PR adds config options for them.

Fixes #10825

For CVE-2024-29025, netty introduced form parsing limits with restrictive defaults. This PR adds config options for them.

Fixes #10825
@yawkat yawkat added the type: improvement A minor improvement to an existing feature label Jul 10, 2024
@yawkat yawkat added this to the 4.6.0 milestone Jul 10, 2024
Copy link

sonarcloud bot commented Jul 10, 2024

@yawkat yawkat merged commit 8f0a7ab into 4.6.x Jul 10, 2024
17 checks passed
@yawkat yawkat deleted the form-limits branch July 10, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

POST Forms are limited to 128 fields with netty-codec-http dependency >= 4.1.108.Final
3 participants