coolify/app/Rules
Andras Bacsai 564cd8368b fix: add URL validation for notification webhook fields
Add SafeWebhookUrl validation rule to notification webhook URL fields
(Slack, Discord, custom webhook) to enforce safe URL patterns including
scheme validation and hostname checks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 12:22:59 +01:00
..
DockerImageFormat.php
SafeExternalUrl.php fix: add URL validation for GitHub source api_url and html_url fields 2026-03-26 13:45:33 +01:00
SafeWebhookUrl.php fix: add URL validation for notification webhook fields 2026-03-28 12:22:59 +01:00
ValidCloudInitYaml.php
ValidGitBranch.php
ValidGitRepositoryUrl.php
ValidHostname.php feat(validation): make hostname validation case-insensitive and expand allowed characters 2026-03-24 08:03:08 +01:00
ValidIpOrCidr.php
ValidProxyConfigFilename.php
ValidServerIp.php