amazonlinux / amazon-linux-2023

Amazon Linux 2023
https://aws.amazon.com/linux/amazon-linux-2023/
Other
500 stars 38 forks source link

[Package Request] - Inaccurate CVE fix version for runc package #641

Closed balasurajgajula closed 4 months ago

balasurajgajula commented 4 months ago

Problem In the Amazon Linux 2023 documentation, it's mentioned that a CVE for the runc package was resolved in version 1.1.11. However, according to the runc release notes, the fix for this CVE is included in version 1.1.12.

This is still showing as a vulnerability in some of the security scanning tools!

Additional Information

samueloph commented 4 months ago

@balasurajgajula most CVE fixes are done by backporting the patches instead of updating the major version of a package.

These scanners are returning false-positives, you should reach out to them to ask about it.

balasurajgajula commented 4 months ago

Thanks for the confirmation @samueloph that it was backported! Now it makes sense. 👍