Skip to content
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

Report the use of experimental features in the SBOM #688

Open
brunoapimentel opened this issue Oct 17, 2024 · 0 comments
Open

Report the use of experimental features in the SBOM #688

brunoapimentel opened this issue Oct 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@brunoapimentel
Copy link
Contributor

In Cachi2, experimental features are opt-in and are not ready for use in production. To further help users understand this, and to provide means for other tools that consume the produced SBOM to take action based on this information, we need to add an extra field to the SBOM stating that it experimental features were used while producing it.

Some suggestions for the CycloneDX SBOM:

.metadata.properties[] = {"cachi2:experimental_features": "true"}
.components[].properties[] = {"cachi2:found_by:experimental": "true"}

@brunoapimentel brunoapimentel added the enhancement New feature or request label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant