juashyam/security-checker

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

A Magento 2 wrapper that leverages SensioLabs Security Checker to checks if our application uses dependencies with known security vulnerabilities

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.0 2019-08-19 03:51 UTC

This package is auto-updated.

Last update: 2023-08-08 07:50:47 UTC


README

WARNING: Don't use this piece of software anymore as the underlying web service will stop working at the end of January 2021. Instead, use the Open-Source CLI tool that does the same locally, or use the Symfony CLI tool.

Security Checker

Latest Stable Version Total Downloads License

A simple Magento 2 module which leverages the SensioLabs Security Checker to checks if our application uses dependencies with known security vulnerabilities.

SensioLabs Security Checker internally uses the Security Check Web service and the Security Advisories Database.

Installation

composer require juashyam/security-checker
php bin/magento module:enable Juashyam_SecurityChecker
php bin/magento setup:upgrade

Features

  • Analyses dependencies in composer.lock to show all the known vulnerabilities

Preview

Security Checker Admin Menu

Security Checker Vulnerabilities

Authors

Shyam Kumar

License

This project is licensed under the MIT License