spryker-sdk/security-checker

This package is abandoned and no longer maintained. No replacement package was suggested.

A security checker for your composer.lock

Installs: 1 620 217

Dependents: 5

Suggesters: 0

Security: 0

Stars: 0

Watchers: 13

Forks: 1

Open Issues: 0

pkg:composer/spryker-sdk/security-checker

0.2.3 2025-08-07 14:24 UTC

This package is auto-updated.

Last update: 2025-10-09 10:55:05 UTC


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.