[GH-ISSUE #96] WASTEBIN_MAX_BODY_SIZE is not respected #57

Closed
opened 2026-02-27 10:15:32 +03:00 by kerem · 0 comments
Owner

Originally created by @matze on GitHub (Jan 19, 2025).
Original GitHub issue: https://github.com/matze/wastebin/issues/96

#94 has shown an issue with the body size not being used at all, i.e. adversaries can always POST more content than allowed. However, the solution in the PR does not solve the core issue which is using the DefaultBodyLimit::disable() layer. Removing that fixes that issue.

Originally created by @matze on GitHub (Jan 19, 2025). Original GitHub issue: https://github.com/matze/wastebin/issues/96 #94 has shown an issue with the body size not being used at all, i.e. adversaries can always POST more content than allowed. However, the solution in the PR does not solve the core issue which is using the `DefaultBodyLimit::disable()` layer. Removing that fixes that issue.
kerem closed this issue 2026-02-27 10:15:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wastebin-matze#57
No description provided.