python
python copied to clipboard
Docker Official Image packaging for Python
https://avd.aquasec.com/nvd/2025/cve-2025-29087/ https://hub.docker.com/layers/library/python/alpine3.21/images/sha256-97ddd224af57478df8d36e0636b2a117174f7237dbf230bb181a33e7a36ad654 python:alpine3.21 has a vulnerable sqlite package installed, and was wondering if someone could update it and maybe look into other vulnerabilities that is listed in docker hub?
For 3.13 and above the experimental JIT could be activated in the build but disabled by default. Adding `--enable-experimental-jit=yes-off` carries minimal risk and allows end-users to activate JIT support with...
Hi, currently git is part of the images and a lot of people seem to use the images for ci/cd purposes and thus also git etc.. Now I found that...