No request body size limit on API and webhook servers #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Neither the API server nor webhook server has a body size limit. Attackers can POST arbitrarily large payloads causing OOM. Fix: Add DefaultBodyLimit (2MB API, 64KB webhooks).