funkjedi/composer-plugin-security-check

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

Installs: 9 866

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

Type:composer-plugin

pkg:composer/funkjedi/composer-plugin-security-check

1.3.0 2020-10-27 17:52 UTC

This package is auto-updated.

Last update: 2025-09-28 04:21:18 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