funkjedi / composer-plugin-security-check
Plugin for Composer to check if your application uses dependencies with known security vulnerabilities.
Installs: 9 517
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0 || ^2.0
- sensiolabs/security-checker: ^5.0 || ^6.0
Requires (Dev)
- composer/composer: ^2.0
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2024-10-28 02:30:09 UTC
README
Plugin for Composer to check if your application uses dependencies with known security vulnerabilities. Performs a securty check on your project's depenencies using the SensioLabs Security Checker.
The SensioLabs Security Checker is a command line tool that checks if your application uses dependencies with known security vulnerabilities. It uses the SensioLabs Security Check Web service and the Security Advisories Database.
Installation
$ composer require funkjedi/composer-plugin-security-check --dev
Usage
$ composer check-security