mirror of
https://github.com/coollabsio/coolify.git
synced 2025-12-27 21:25:48 +00:00
Add defense-in-depth shell argument escaping for repository URL, branch name, and base_directory parameters in the loadConfigFromGit function. While input validation rules already block dangerous characters, escapeshellarg() provides an additional security layer at the function level. Also adds comprehensive unit tests for shell argument escaping behavior. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Browser | ||
| Feature | ||
| Traits | ||
| Unit | ||
| CreatesApplication.php | ||
| DuskTestCase.php | ||
| Pest.php | ||
| TestCase.php | ||