coolify/app/Actions/Fortify
Andras Bacsai b3256d4df1 fix(security): harden model assignment and sensitive data handling
Restrict mass-assignable attributes across user/team/redis models and
switch privileged root/team creation paths to forceFill/forceCreate.

Encrypt legacy ClickHouse admin passwords via migration and cast the
correct ClickHouse password field as encrypted.

Tighten API and runtime exposure by removing sensitive team fields from
responses and sanitizing Git/compose error messages.

Expand security-focused feature coverage for command-injection and mass
assignment protections.
2026-03-29 20:56:04 +02:00
..
CreateNewUser.php fix(security): harden model assignment and sensitive data handling 2026-03-29 20:56:04 +02:00
ResetUserPassword.php feat(user): implement session deletion on password reset 2025-03-21 15:45:29 +01:00
UpdateUserPassword.php Remove deprecated fortify password policy and add a stricter one 2024-10-28 21:57:00 +01:00
UpdateUserProfileInformation.php Fix styling 2024-06-10 20:43:34 +00:00