Skip to content

Add secure webhook URL validation#401

Open
ReinaMaze wants to merge 1 commit intoSoroScan:mainfrom
ReinaMaze:feature/secure-webhook-url-validation
Open

Add secure webhook URL validation#401
ReinaMaze wants to merge 1 commit intoSoroScan:mainfrom
ReinaMaze:feature/secure-webhook-url-validation

Conversation

@ReinaMaze
Copy link
Copy Markdown
Contributor

close #369

- Restrict webhook URLs to HTTPS in production (DEBUG=False)
- Allow HTTP URLs in development mode (DEBUG=True)
- Add validation at serializer level with helpful error messages
- Add comprehensive tests for production vs development modes
- Validate both create and update operations
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 27, 2026

@ReinaMaze 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

@DokaIzk
Copy link
Copy Markdown
Contributor

DokaIzk commented Apr 28, 2026

@ReinaMaze CI checks are failing, please fix

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.

Validate webhook URLs to ensure HTTPS in production

3 participants