mattsches/vulnerabilities-bundle

Symfony MattschesVulnerabilitiesBundle

安装: 339

依赖项: 0

建议者: 0

安全: 0

星标: 4

关注者: 2

分支: 0

公开问题: 0

类型:symfony-bundle

dev-master 2013-02-22 11:51 UTC

This package is not auto-updated.

Last update: 2024-09-28 14:30:00 UTC


README

调用SensioLabs 安全建议检查器并检查已知漏洞。

Build Status

安装

建议的安装方法是使用composer

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

设置

将以下内容添加到您的app/config/config_dev.yml中(您只想在开发环境中使用此文件)

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