System Grab Bag

View all TLDR pages from common (or from all pages)

security-checker

Check if a PHP application uses dependencies with known security vulnerabilities. More information: https://github.com/sensiolabs/security-checker.
  • Look for security issues in the project dependencies (based on the composer.lock file in the current directory):
    security-checker security:check
  • Use a specific composer.lock file:
    security-checker security:check {{path/to/composer.lock}}
  • Return results as a JSON object:
    security-checker security:check --format=json

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.