Is it possible to correlate CVEs with packages instead of recipes?
"Hiago De Franco" <[email protected]> Thu, 23 Jul 2026 12:25:44 -0300
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <amIwAyJHJmT4jWY8@hiagonb> |
Hello all, I am working with a project with Yocto Wrynose. By checking all the RPM packages installed into the OS build with Yocto I would like to check which CVEs affects this image and which binary packages are being affected. Yocto here is being used to serve the RPM packages to the image, after a 'bitbake world'. Since Yocto lists the CVEs per recipe, they all apply to all binary packages generated by the same recipe. Example: 'openssl' produces 'libcrypto', 'libssl', 'openssl-conf', etc., and they all have the same affected CVEs duplicaded by each package in my image. I was not able to find a good way to deduplicate the CVEs or to check which package produced by that recipe is being affected. Has anybody faced the same issue before or have any suggestions for this duplication problem with all the recipe CVEs? Best regards, Hiago.