Tag
laravel
Safeguard articles tagged "laravel" — guides, analysis, and best practices for software supply chain and application security.
2 articles
Application Security
Preventing open redirect vulnerabilities in Laravel
Laravel's own ->away() helper is documented as a bypass of its URL safety checks — feed it user input and you've built an open redirect, CWE-601, into the framework's happy path.
Jul 8, 20266 min read
Application Security
PHP Laravel security best practices
One line, `protected $guarded = [];`, can turn a Laravel signup form into an admin-account minting machine — here's how to lock down five real Laravel risk areas.
Jul 7, 20266 min read