-
-
Notifications
You must be signed in to change notification settings - Fork 676
Add Vulnerability Exchange (VEX) statements for CPython SBOMs to reference #2340
Copy link
Copy link
Open
Labels
app/downloadsRelates to the downloads appRelates to the downloads appenhancementThis is an improvement to existing code or configurationThis is an improvement to existing code or configurationneeds-feedbackNeeds feedback from maintainers/triagersNeeds feedback from maintainers/triagerssecurityPull requests that address a security vulnerabilityPull requests that address a security vulnerability
Metadata
Metadata
Assignees
Labels
app/downloadsRelates to the downloads appRelates to the downloads appenhancementThis is an improvement to existing code or configurationThis is an improvement to existing code or configurationneeds-feedbackNeeds feedback from maintainers/triagersNeeds feedback from maintainers/triagerssecurityPull requests that address a security vulnerabilityPull requests that address a security vulnerability
Fields
Give feedbackNo fields configured for issues without a type.
Part of python/cpython#112302
Is your feature request related to a problem? Please describe.
CPython and its artifacts contain many dependencies which can have vulnerabilities. In the interest of not causing mass-confusion from SBOM consumers about the status of the vulnerabilities in dependencies (especially when those vulnerabilities aren't exploitable, like is usually the case for CPython's usage of OpenSSL) it is useful to provide a systematic and automatic mechanism to quell SBOM consumers questions on a potentially vulnerable component.
Describe the solution you'd like