-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Vulnerabilities [CVE-2021-23839, CVE-2021-23840, CVE-2021-23841] found against various alpine versions of python #578
Comments
Alpine's However for this image && apk add --no-cache --virtual .build-deps \
. . .
openssl-dev \
. . .
&& apk del --no-network .build-deps \ python/3.7/alpine3.13/Dockerfile Lines 44 to 60 in 9ec46df
See also https://github.com/docker-library/faq#why-does-my-security-scanner-show-that-an-image-has-cves A CVE doesn't imply having an actual vulnerability, and often is even a false positive (given how most distributions handle versioning/security updates in stable releases). If there are actionable items we can resolve, we're happy to do so (and do so actively). We update all Debian based images to include any updates in apt packages at least monthly (we regenerate the base images and then rebuild all dependent images). |
See also docker-library/official-images#9641 which will fix this particular set in Alpine 3.13. |
Thank you @wglambert and @tianon for your inputs. The vulnerabilities seem to be resolved for python alpine images. |
Hi Team,
Vulnerabilities [CVE-2021-23839, CVE-2021-23840, CVE-2021-23841] found against various alpine versions of python3.7.
I can't find a production image that scans clean nor can I find a way to remediate the vulnerability, as it seems that these are newly reported vulnerabilities.
Also, found that there is the below note on the NVD page for each of the above mentioned vulnerabilities:
"This vulnerability is currently awaiting analysis."
Request to provide some help around the resolution of the same.
Thanks,
The text was updated successfully, but these errors were encountered: