1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00

security-checker: add page (#4407)

This commit is contained in:
Pierre Rudloff 2020-10-02 13:11:59 +02:00 committed by GitHub
parent 5bb908c205
commit ee5ffab3b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,16 @@
# 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 folder):
`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`