Someone has created bogus CVE reports for Symfony (CVE-2024-36611 and CVE-2024-36610).
You might experience warnings from `composer audit` or other tools about these bogus CVEs when using Symfony components <7.1.
These MUST BE IGNORED, the reports are NOT security issues.
We're trying to find out how we can solve this. If someone has experience with this, please let us know!
@wouterj in the longer term, probably having Symfony (and/or the PHP-src project) become its own ' CVE Numbering Authority' (I'd guess with the PHP Foundation?), like Curl did - https://daniel.haxx.se/blog/2024/01/16/curl-is-a-cna/ and also the Linux Kernel project. Though the kernel appears to be flooding the ecosystem with everything, so no one knows what's serious anymore
There's also the issues of the split between PHP-core, large frameworks, and all the little libraries that have CVEs written up for them.
@hleithner @alister thanks for the suggestion! We've started investigating this path to prevent this from happening in the future.