coolify/resources/views/livewire/project
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
..
application chore: prepare for PR 2026-02-23 14:17:15 +01:00
database feat(ui): improve sidebar menu items styling (#7928) 2026-01-12 23:09:56 +01:00
new feat(ui): use 2 column layout 2026-02-04 17:17:51 +01:00
resource fix(ui): horizontal overflow on application and service headings (#7970) 2026-01-19 19:27:19 +01:00
service chore: prepare for PR 2026-02-23 14:17:15 +01:00
shared fix(health-checks): sanitize and validate CMD healthcheck commands 2026-02-25 11:28:33 +01:00
add-empty.blade.php feat(ui): Upgrade to Tailwind v4 (#5710) 2025-05-14 12:43:23 +02:00
clone-me.blade.php refactor(ui): enhance project cloning interface with improved table layout for server and resource selection 2025-07-01 11:34:44 +02:00
delete-environment.blade.php refactor: Update confirmation button text for deletion actions 2024-09-23 08:58:04 +02:00
delete-project.blade.php refactor: Update confirmation button text for deletion actions 2024-09-23 08:58:04 +02:00
edit.blade.php refactor: simplify project data retrieval and enhance OAuth settings handling 2025-10-27 17:03:19 +01:00
environment-edit.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
index.blade.php fix: optimize queries and caching for projects and environments 2026-01-16 11:51:26 +01:00
show.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00