Skip to content

Instantly share code, notes, and snippets.

@kitzberger
Created February 19, 2019 14:00
Show Gist options
  • Save kitzberger/07e066ff1aefa53b974b75e8425081da to your computer and use it in GitHub Desktop.
Save kitzberger/07e066ff1aefa53b974b75e8425081da to your computer and use it in GitHub Desktop.
Check installed composer dependancies for known security vulnerabilities
wget https://get.sensiolabs.org/security-checker.phar
php security-checker.phar security:check composer.lock
# see https://github.com/sensiolabs/security-checker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment