Page MenuHomePhabricator

Disable Composer 2.9 functionality to randomly block existing configurations from working
Open, Needs TriagePublic

Description

Composer's new "block known-vulnerable dependencies" functionality has broken our CI pipelines and release artifacts several times since it was added quite recently:

We already have processes to notice published vulnerabilities in our dependencies (namely, LibUp). So I propose we turn the composer functionality off.

Details