Cap the maximum accepted request/payload size so large uploads cannot exhaust memory or bandwidth.
Why This Matters
Unbounded bodies let a single request consume server memory and cause denial-of-service (OWASP A04).
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and dozens more. Get actionable feedback before code ships.