Laravel Packages

Automated Composer Security Audits in Laravel with Warden

Published
Automated Composer Security Audits in Laravel with Warden image

Warden is a Laravel package that performs security audits on your Composer dependencies and provides automated notifications for vulnerabilities. With your CI pipeline automation, Warden can help you promptly identify and address issues.

This package supports webhook or email notifications, sending reports with affected packages, affected versions, and more from the composer audit command. All this gets triggered from the warden:audit Artisan command:

php artisan warden:audit
 
# Run without sending notifications
php artisan warden:audit --silent

The documentation includes configuration and setup steps required to install the package, as well as instructions on incorporating it into your CI/CD pipeline. You can learn more about this package, get full installation instructions, and view the source code on GitHub.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Building EasyReply: How We Used Laravel to Unify Customer Support image

Building EasyReply: How We Used Laravel to Unify Customer Support

Read article
PostgreSQL Monitoring and Schema Linting for Laravel with Vacuum image

PostgreSQL Monitoring and Schema Linting for Laravel with Vacuum

Read article
PayZephyr: One Payment API for Stripe, Paystack, and PayPal image

PayZephyr: One Payment API for Stripe, Paystack, and PayPal

Read article
Bifrost Turns One With AI Builds and New Workflows image

Bifrost Turns One With AI Builds and New Workflows

Read article
Preview Blade Templates in macOS Finder with Quick Blade image

Preview Blade Templates in macOS Finder with Quick Blade

Read article
Artisan Debugging Commands in Laravel Telescope 5.24.0 image

Artisan Debugging Commands in Laravel Telescope 5.24.0

Read article