定制 spryker-sdk/security-checker 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

spryker-sdk/security-checker

最新稳定版本:0.2.3

Composer 安装命令:

composer require spryker-sdk/security-checker

包简介

A security checker for your composer.lock

README 文档

README

Build Status Latest Stable Version Minimum PHP Version PHPStan

Checks security issues in your project dependencies. It wraps FriendsOfPHP/security-advisories and warns about any found issues.

DEPRECATED - This module is not continued at this point.

Installation

composer require --dev spryker-sdk/security-checker

Configuration

After the installation you will need to enable it in your ConsoleDependencyProvider:

use SecurityChecker\Command\SecurityCheckerCommand;

protected function getConsoleCommands(Container $container): array
{
    ...
    $commands[] = new SecurityCheckerCommand();

Commands

Security checker provides the following command:

  • console security:check - check for security issues in composer.lock file.

统计信息

  • 总下载量: 1.65M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 5
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 12
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2021-01-22