Hi, I have built a custom python alpine image with my own glibc compiled on it. Then I compiled all python packages on top. Basically got rid of all musl based dependencies.
Now, when I run grype on this image, it still reports CVE-2024-9287. My current version of python (3.13) has this vulnerability fixed. Other scanners like trivy, docker scout, snyk do NOT report this CVE.
I wonder why would grype keep reporting it. I waited a while thinking the grype db might need an update but seems like it has been updated for this CVE but I continue to see this for my image which is a false positive.
NAME INSTALLED FIXED-IN TYPE VULNERABILITY SEVERITY
python3 3.13.0-r0 apk CVE-2024-9287 Unknown
I would appreciate any insight here. Thanks in advance. What additional info should I include here for someone to help debug this?
They have just released new versions of python that address this (along with some others), so I will get our data updated today which means they’ll be in the grype database for tomorrow