neos / flow-development-collection

The unified repository containing the Flow core packages, used for Flow development.
https://flow.neos.io/
MIT License
137 stars 189 forks source link

BUGFIX: Avoid insecure composer/composer versions #3366

Closed kdambekalns closed 3 months ago

kdambekalns commented 3 months ago

This adjusts the dependency to ~2.2.24 || ^2.7.7 to avoid versions vulnerable to multiple command injections via malicious branch names.

More details in:

Checklist