Skip to content

fix: add request body size limit on webhook creation endpoint - #185

Merged
ritaifeoluwa merged 1 commit into
SmartDropLabs:mainfrom
ogundelevictory:fix/issues-110-111-112
Aug 26, 2026
Merged

fix: add request body size limit on webhook creation endpoint#185
ritaifeoluwa merged 1 commit into
SmartDropLabs:mainfrom
ogundelevictory:fix/issues-110-111-112

Conversation

@ogundelevictory

Copy link
Copy Markdown

Adds a configurable JSON body size limit (default 64KB) to the webhooks router, preventing large payloads from causing memory issues or denial of service.

Fixes #144

Adds a configurable JSON body size limit (default 64KB) to the
webhooks router, preventing large payloads from causing memory
issues or denial of service.

Fixes SmartDropLabs#144
@drips-wave

drips-wave Bot commented Aug 26, 2026

Copy link
Copy Markdown

@ogundelevictory Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@ritaifeoluwa
ritaifeoluwa merged commit ed35b04 into SmartDropLabs:main Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No request body size validation on webhook creation endpoint

3 participants