aboutsummaryrefslogtreecommitdiffstats
path: root/web/proxy_limit_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix Unbounded Memory Usage in Image Proxygoogle-labs-jules[bot]9 days1-0/+44
- Added `maxImageProxySize` constant (10MB) to limit memory usage. - Used `io.LimitReader` in `imageProxyHandler` to enforce the limit. - Added regression test `web/proxy_limit_test.go` to verify the fix. Co-authored-by: adammathes <868470+adammathes@users.noreply.github.com>