-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Grype detects a critical vulnerability in python:3.13.3-alpine #1029
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It seems like the fix was added to Alpine 3.20 and 3.21 just 6 hours ago, so it wouldn't have been picked up in
Background:
Official Images FAQ:
To ensure that we don't push contentless image changes, we rely on periodic base image updates.
So, to answer the question on when, it is either when there is a Python release or other useful Dockerfile change, or when there is an Alpine base image change. Alpine historically updates at their 6-month release cycle (roughly May and November/December), or if there is a vulnerable package in the base image (see 🔨 If users need updated packages sooner, then they should |
Hello
We're using python:3.13.3-alpine3.20 as base of one our images and we use Gyrpe v0.87.0 to do scan of our container. Since today it is dectecting the following vulnerabilities:
As you can see it detects a critical one for sqlite-libs 3.45.3-r1
I also tried with alpine 3.21 and it's the same:

I checked the docker-hub tag information: python:3.13.3-alpine3.20 and python:3.13.3-alpine3.21 and in none does this vulnerability appear, maybe because the scanning tool is different.
Do you have prediction to fix this vulnerability?
Thank you
Joana
The text was updated successfully, but these errors were encountered: