1. How to Verify Packages Installed with PHP Composer to Perform Security Checks On Them
Updated on: 2021-04-08
Posted on: 2021-04-08
Many projects use PHP composer tool to install its packages. This way it is easier to know all the external packages that are necessary to run a PHP project.
This package takes advantage of that possibility to determine if a project is using packages that have security vulnerabilities by checking the Security Checker API.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package takes advantage of that possibility to determine if a project is using packages that have security vulnerabilities by checking the Security Checker API.


