Add tea-collection external reference type#634
Closed
ppkarwasz wants to merge 1 commit intoCycloneDX:1.7-devfrom
Closed
Add tea-collection external reference type#634ppkarwasz wants to merge 1 commit intoCycloneDX:1.7-devfrom
tea-collection external reference type#634ppkarwasz wants to merge 1 commit intoCycloneDX:1.7-devfrom
Conversation
Adds a new type to reference a [TEA Collection object](https://github.com/CycloneDX/transparency-exchange-api/blob/main/tea-collection/tea-collection.md). A Transparency Exchange API Collection for the most part is a replacement of the `externalReferences` object, but provides a **versioned** and modifiable view of all security-related documents for a given CycloneDX Component. Signed-off-by: Piotr P. Karwasz <piotr@github.copernik.eu>
|
Why not a TEI ? |
Contributor
Author
Using the TEI doesn't seem very practical in this context:
Certainly using TEI would be more stable if the URL of the TEA Service changes, but the logic to implement its usage seems quite complex. |
Member
|
Do we have a final decision on if this should be a TEI or TEA collection? Is it too early to include in CycloneDX v1.7? |
Contributor
Author
|
Yes, I think we can postpone this PR until we smooth out some details about the TEI. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new type to reference a TEA Collection object. A Transparency Exchange API Collection for the most part is a replacement of the
externalReferencesobject, but provides a versioned and modifiable view of all security-related documents for a given CycloneDX Component.The easiest way to integrate a TEA Collection into CycloneDX is to introduce a new type of
externalReferencethat points:Closes #633
Note: This PR is a draft until
beta1of the Transparency Exchange API is published.