coolify/resources/views/livewire/project/shared
Andras Bacsai 609cb4190e fix(health-checks): sanitize and validate CMD healthcheck commands
- Add regex validation to restrict allowed characters (alphanumeric, spaces, and specific safe symbols)
- Enforce maximum 1000 character limit on healthcheck commands
- Strip newlines and carriage returns to prevent command injection
- Change input field from textarea to text input in UI
- Add warning callout about prohibited shell operators
- Add comprehensive validation tests for both valid and malicious command patterns
2026-02-25 11:28:33 +01:00
..
environment-variable
scheduled-task
storages
configuration-checker.blade.php
danger.blade.php
destination.blade.php
execute-container-command.blade.php
get-logs.blade.php
health-checks.blade.php fix(health-checks): sanitize and validate CMD healthcheck commands 2026-02-25 11:28:33 +01:00
logs.blade.php
metrics.blade.php
resource-limits.blade.php
resource-operations.blade.php
tags.blade.php
terminal.blade.php
upload-config.blade.php
webhooks.blade.php