coolify/app/Http
Andras Bacsai 7a305fd2cd fix: prevent timing attack in GitLab webhook token validation
Replace insecure !== operator with hash_equals() for constant-time
string comparison when validating GitLab webhook tokens.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 15:23:48 +01:00
..
Controllers fix: prevent timing attack in GitLab webhook token validation 2026-01-07 15:23:48 +01:00
Middleware fix(team): improve team retrieval and session handling for users 2025-12-28 14:50:59 +01:00
Kernel.php feat: implement TrustHosts middleware to handle FQDN and IP address trust logic 2025-10-15 15:28:21 +02:00