Skip to content

mattsches/VulnerabilitiesBundle

Repository files navigation

Vulnerabilities Bundle

Calls the SensioLabs Security Advisories Checker and checks for known vulnerabilities.

Build Status

Installation

Suggested installation method is through composer:

php composer.phar require mattsches/vulnerabilities-bundle:dev-master

Setup

Add the following to your app/config/config_dev.yml (you only want to use this in the DEV environment)

mattsches_vulnerabilities:
    filesystem_cache_path: "%kernel.cache_dir%/vulnerabilities"
    filesystem_cache_ttl: 604800

About

Symfony2 Bundle that supports calling the SensioLabs Security Advisories Checker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages