Composer Lock Analyzer
Experimental: This analyzer is considered experimental. While this analyzer may be useful and provide valid results more testing must be completed to ensure that the false negative/false positive rates are acceptable.
OWASP dependency-check includes an analyzer that scans composer.lock files to get exact dependency
version information from PHP projects which are managed with Composer.
If you're using Composer to manage your project, this will only analyze the composer.lock
file
currently, so you'll need to run composer install
to have Composer generate this file.