-
Notifications
You must be signed in to change notification settings - Fork 591
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
Add support for determining supplier of packages #1961
Comments
Part of the next step of this work after #1980 goes in is keying off of the example of when the originator and the supplier are different and how to read that into documents that are not handcrafted - what package manager fields/data exist to allow us to make this distinction across ecosystems on document generation
|
We also need to be able to provide a supplier to the "source", which ends up as root elements in SPDX and CycloneDX. One possibility is to add something like |
Dev Note: When implementing this feature the resulting SBOM should pass this validator: |
What would you like to be added:
The supplier field to SBOMs, in order to conform to the NITA minimum SBOM requirements.
Why is this needed:
Syft should generate SBOMs that include the NTIA minimum requirements. The supplier field is one aspect of the NITA minimum SBOM requirements which Syft is not currently populating.
Additional context:
This is an aspect of #632
The text was updated successfully, but these errors were encountered: