2017 © Pedro Peláez
 

composer-plugin composer-security-check-plugin

Checks installed dependencies against SensioLabs security advisory database

image

fancyguy/composer-security-check-plugin

Checks installed dependencies against SensioLabs security advisory database

  • Friday, June 8, 2018
  • by sbuzonas
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Security Check Plugin for Composer

For global install:, (*1)

composer global require fancyguy/composer-security-check-plugin

For project install:, (*2)

composer require fancyguy/composer-security-check-plugin

Run these commands to see some sample behavior:, (*3)

mkdir insecure-project
cd insecure-project
composer init --name="insecure/project" --description="insecure project" -l MIT -n
composer require symfony/symfony:2.5.2
composer require fancyguy/composer-security-check-plugin
composer audit
composer audit --format=simple
composer audit --format=json
composer validate
composer require symfony/symfony --update-with-all-dependencies
composer audit

By default this tool uploads your composer.lock file to the security.symfony.com webservice which uses the checks from https://github.com/FriendsOfPHP/security-advisories., (*4)

You can check offline by downloading a local version of this repo and specify its path using:, (*5)

composer audit --audit-db /path/to/security-advisories

Inspired on: https://github.com/sensiolabs/security-checker, (*6)

Alternative: https://github.com/Roave/SecurityAdvisories, (*7)

The Versions

08/06 2018

dev-master

9999999-dev

Checks installed dependencies against SensioLabs security advisory database

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1

 

The Development Requires

08/06 2018

dev-add-license-1

dev-add-license-1

Checks installed dependencies against SensioLabs security advisory database

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1

 

The Development Requires

08/06 2018

1.1.0

1.1.0.0

Checks installed dependencies against SensioLabs security advisory database

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1

 

The Development Requires

08/06 2018

1.0.0

1.0.0.0

Checks installed dependencies against SensioLabs security advisory database

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1

 

The Development Requires