narrowspark / automatic-security-audit
A composer plugin that checks if your application has known security vulnerabilities.
Fund package maintenance!
prisis
Installs: 20 588
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Type:composer-plugin
Requires
- php: ^7.1
- composer-plugin-api: ^1.0
README
Note This package is part of the Narrowspark automatic.
Installation
Use Composer to install this package:
composer require narrowspark/automatic-security-audit --dev
Usage
The checker will be executed when you launch composer require
, composer install
or composer update
.
If you have alerts in your composer.lock, composer audit
will print them.
Versioning
This library follows semantic versioning, and additions to the code ruleset are performed in major releases.
Changelog
Please have a look at CHANGELOG.md
.
Contributing
Please have a look at CONTRIBUTING.md
.
Code of Conduct
Please have a look at CODE_OF_CONDUCT.md
.
Credits
- Daniel Bannert
- All Contributors
- Narrowspark Automatic has been inspired by symfony/flex
License
This package is licensed using the MIT License.
Please have a look at LICENSE.md
.