-
Notifications
You must be signed in to change notification settings - Fork 562
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 in mcr.microsoft.com/devcontainers/python:3.11 #935
Comments
Hi 👋 Thanks for reporting, we are tracking this vulnerability in our internal repository and @gauravsaini04 & @bhupendra-vaishnav are actively working on it. We have identified two traces of these vulnerable package as highlighted in the 👇 screenshot.
This ^ is coming from the Python library and we have opened upstream reports, see docker-library/python#901, python/cpython#114446 and python/cpython#102202. However, we are continuing to find ways and see if we can patch this in our image itself.
This ^ is installed as a dependency of some other package from the Python Feature. @gauravsaini04 is working on upgrading or removing dependency.
We have internals tools and scanners which detects and reports image vulnerabilities for the devcontainer/images. Also, we are actively (daily) working on patching them to provide secure images to the community. We appreciate your patience and confidence in the dev container images. Thank you, and let me know if something is unclear. We will provide updates on this issue as we make progress! |
Thanks. Is there any ETA for the fix? so that I can change the ETA on my side correspondingly. |
For resolving ☝ , we are targeting end of this week. The other one is tricky, and most likely depends on the official Python team to fix it, looking forward to nudge them for faster patching! |
Hi, any updates there? |
For fixing ^ we merged devcontainers/features#815.
Waiting for python to patch this, it can not be patched in the image as it ends up breaking |
Hi, I found that the items is no more in our vulnerability report list. Just curious is this fixed by python? I'm asking because some other items were gone but we actually didn't make change. |
For fixing ^ we merged devcontainers/features#815.
We fixed it on our end with devcontainers/features#866 We published new images yesterday which would have updated it for your scanners. |
Hi,
My team is building mcr.microsoft.com/devcontainers/python:3.11 as our base image. But the security scan alert our built image has vulnerability Python (Pip) Security Update for setuptools (GHSA-r9hx-vwmv-q579)
I checked our build logs, it should build with at least 66.1.1 version of setuptools. But security team claims a wrong scan result could be super rare.
So I want to confirm:
Thanks
The text was updated successfully, but these errors were encountered: