funkjedi/composer-plugin-security-check

Plugin for Composer to check if your application uses dependencies with known security vulnerabilities.

1.3.0 2020-10-27 17:52 UTC

This package is auto-updated.

Last update: 2024-03-28 01:13:41 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