flâneur

CLI to Check For PHP Security Vulnerabilities

laravel-news.com · 183 words · saved by 1 readers

Enlightn Security Checker is a command-line tool that checks if your application uses PHP dependencies with known security vulnerabilities.

Enlightn Security Checker (from the folks behind Enlightn) is a command-line tool that checks if your application uses dependencies with known security vulnerabilities. You can install it globally via composer to start checking projects: composer global require enlightn/security-checker Using the security-checker CLI, you provide a path to your project’s composer.lock file to get a report of any vulnerabilities: ⇒ security-checker security:check /path/to/composer.lock { "laravel\/framework": { "version": "5.7.29", "time": "2020-04-14T14:16:19+00:00", "advisories": [ { "title":…

saved by

related reading