2017 © Pedro Peláez
 

library phing-composer-security-checker

Phing task that use Sensio Security Advisories Checker to checks if your application uses dependencies with known security vulnerabilities.

image

notfloran/phing-composer-security-checker

Phing task that use Sensio Security Advisories Checker to checks if your application uses dependencies with known security vulnerabilities.

  • Monday, July 14, 2014
  • by notFloran
  • Repository
  • 2 Watchers
  • 4 Stars
  • 766 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

phing-composer-security-checker

Packagist Packagist, (*1)

A Phing task that use Sensio Security Advisories Checker to checks if your application uses dependencies with known security vulnerabilities., (*2)

Installation

The preferred way of installation is through Composer. Add notfloran/phing-composer-security-checker as a requirement to composer.json:, (*3)

{
    "require": {
        "notfloran/phing-composer-security-checker": "~1.0"
    }
}

Example

Let Phing know about the Security Checker task:, (*4)

    <taskdef name="security-checker" classname="notFloran\SecurityChecker\PhingTask" />

Then :, (*5)

    <security-checker />

Or :, (*6)

    <security-checker file="/var/www/symfony/composer.lock" />

With all attributes :, (*7)

    <security-checker file="/var/www/symfony/composer.lock"  haltOnError="false" format="text" outputProperty="alerts" />
    <echo msg="Alerts : ${alerts} ..." />

Attributes :

  • file : path to the composer.lock file (default: composer.lock)
  • haltOnError : indicate if an exception is thrown or not when vulnerabilities are detected (default: true)
  • format : format of the list of vulnerabilities (json or text) (default: text)
  • outputProperty : property name to set with output value

License

phing-composer-security-checker is released under the MIT public license., (*8)

The Versions

14/07 2014

dev-master

9999999-dev https://github.com/notFloran/phing-composer-security-checker

Phing task that use Sensio Security Advisories Checker to checks if your application uses dependencies with known security vulnerabilities.

  Sources   Download

MIT

The Requires

 

by Floran Brutel

composer security phing

12/04 2014

v1.0.0

1.0.0.0 https://github.com/notFloran/phing-composer-security-checker

Phing task that use Sensio Security Advisories Checker to checks if your application uses dependencies with known security vulnerabilities.

  Sources   Download

MIT

The Requires

 

by Floran Brutel

composer security phing