Files
seaweedFS/weed/s3api/s3tables
Chris Lu e862888d2d s3tables: add request body size limiting
Add request body size limiting (10MB) to readRequestBody method:
- Define maxRequestBodySize constant to prevent unbounded reads
- Use io.LimitReader to enforce size limit
- Add explicit error handling for oversized requests
- Prevents potential DoS attacks via large request bodies
2026-01-28 14:54:45 -08:00
..
2026-01-28 13:54:49 -08:00
2026-01-28 13:54:49 -08:00
2026-01-28 14:52:05 -08:00