Closed Zombaya closed 3 years ago
See https://github.com/advisories/GHSA-5pv8-ppvj-4h68 - the advisory there still contains >=4.0.0,<4.4.23
OK, thanks for pointing me in the right direction. I'll try to ask some assistance from the symfony-team to see if they can either release a new version or update the CVE in github.
Be aware that to update a CVE in github, github support needs to be contacted.
The restrictions for symfony 4.4 for CVE-2021-21424 have been removed in https://github.com/FriendsOfPHP/security-advisories/commit/42081fa511d9448f49f90576670da01a67008b25.
These limits do still occur in the generated composer.json from this repo.
I tried running
Roave/SecurityAdvisoriesBundle
-build-conflicts.php
and got the same composer.json as output. I grepped the build-directory but could not find any reason where the restrictions for that library were sourced.Could this be looked into?
Current status
If you have
symfony/security-http
installed, you are not able to upgrade to a safe version since that does not exist. Latest available version for symfony 4.4 is 4.4.22, which is lower than the required 4.4.23.What I tried/found out