Patching Transitive Dependency Vulnerabilities in PHP Projects with Composer
We encountered a challenge recently with a security vulnerability in a transitive dependency. This was where our project depended on a library (let's call it acme-corp/foo), which then depended on another library (let's …
Read more