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:
- what's the setuptools version in mcr.microsoft.com/devcontainers/python:3.11? does it have the vulnerability Python (Pip) Security Update for setuptools (GHSA-r9hx-vwmv-q579)?
- how can I check the list of vulnerability of a specific version of the repo/registry?
Thanks
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