2017 © Pedro PelĂĄez
 

library phing-securitychecker

Security Checker Phing Task

image

bitexpert/phing-securitychecker

Security Checker Phing Task

  • Monday, December 25, 2017
  • by shochdoerfer
  • Repository
  • 10 Watchers
  • 11 Stars
  • 8,147 Installations
  • PHP
  • 9 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 12 Versions
  • 8 % Grown

The README.md

phing-securitychecker

A Phing task for interacting with the SensioLabs Security Advisories Checker to check if your application uses dependencies with known security vulnerabilities., (*1)

Build Status Coverage Status, (*2)

Installation

The preferred way of installing bitexpert/phing-securitychecker is through Composer. Add bitexpert/phing-securitychecker as a dependency to composer.json:, (*3)

composer.phar require --dev bitexpert/phing-securitychecker

Example

Import the default build.xml to let Phing know about the Security Checker task:, (*4)

    <import file="vendor/bitexpert/phing-securitychecker/build.xml" />

If you imported the default build.xml, you are able to define the lock file path as well the as the webservice endpoint by defining two properties in your main build.xml file:, (*5)

    <property name="securitychecker.lockfile" value="composer.lock" />
    <property name="securitychecker.endpoint" value="https://security.symfony.com/check_lock" />

Or define the securitychecker task on your own:, (*6)

     <taskdef name="securitychecker" classname="bitExpert\Phing\SecurityChecker\SecurityCheckerTask" />

Call the task from your build target:, (*7)

    <securitychecker lockfile="composer.lock" />

License

phing-securitychecker is released under the Apache 2.0 license., (*8)

The Versions

25/12 2017

dev-master

9999999-dev

Security Checker Phing Task

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

phing security checker

26/05 2017

dev-release/r0.3.0

dev-release/r0.3.0

Security Checker Phing Task

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

phing security checker

26/05 2017

v0.3.1

0.3.1.0

Security Checker Phing Task

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

phing security checker

26/05 2017

v0.3.0

0.3.0.0

Security Checker Phing Task

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

phing security checker

19/06 2016

dev-release/r0.2.0

dev-release/r0.2.0

Security Checker Phing Task

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

phing security checker

07/11 2015

dev-release/r0.1.0

dev-release/r0.1.0

Security Checker Phing Task

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

phing security checker

07/11 2015

0.1.3

0.1.3.0

Security Checker Phing Task

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

phing security checker

07/11 2015
07/11 2015
04/11 2014

0.1.2

0.1.2.0

Security Checker Phing Task

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

phing security checker

03/11 2014

0.1.1

0.1.1.0

Security Checker Phing Task

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

phing security checker

03/11 2014

0.1.0

0.1.0.0

Security Checker Phing Task

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

phing security checker