juashyam / security-checker
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
Requires
- php: ~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0
- magento/framework: ^100.1.0|101.0.*|^102.0.0
- sensiolabs/security-checker: ^5.0.3
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.
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
Authors
License
This project is licensed under the MIT License