snippetbashTip
security-checker — Check if a PHP application uses dependencies with known security vulnerabilities. More information:
Viewed 0 times
commandsecurity-checkerdependenciescliphpcheckusesapplication
Problem
How to use the
security-checker command: Check if a PHP application uses dependencies with known security vulnerabilities. More information: <https://github.com/sensiolabs/security-checker>.Solution
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:checkUse a specific
composer.lock file:security-checker security:check {{path/to/composer.lock}}Return results as a JSON object:
security-checker security:check --format=jsonCode Snippets
Look for security issues in the project dependencies (based on the `composer.lock` file in the current directory)
security-checker security:checkUse a specific `composer.lock` file
security-checker security:check {{path/to/composer.lock}}Return results as a JSON object
security-checker security:check --format=jsonContext
tldr-pages: common/security-checker
Revisions (0)
No revisions yet.