The python pip project has setuptools vendored in but it strips everything and only keeps pkg_resources #11091
Closed
noorul
started this conversation in
False Detection
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
IDs
CVE-2025-47273, CVE-2026-59890
Description
The python pip project (https://github.com/pypa/pip) has setuptools vendored in but it strips everything and only keeps pkg_resources
See pypa/pip#14224 for more information
Reproduction Steps
Minimal dockerfile
docker build -t trivy-repro . trivy image trivy-reproThis will show setuptools in the trivy result
The above command will return
The below command will return empty
Version
Checklist
-f jsonthat shows data sources and confirmed that the security advisory in data sources was correctAll reactions