Conversation
439de18 to
c52251a
Compare
Signed-off-by: nscuro <[email protected]>
Signed-off-by: nscuro <[email protected]>
Signed-off-by: nscuro <[email protected]>
Signed-off-by: nscuro <[email protected]>
|
@nscuro Hi! great work on reimplementing the .NET merge into Go. What preventing us from merging an initial release into Currently we need to merge SBOM programmatically and do this by using the executable which is, not great. having this functionality merged, means we can merge without external dependencies :) |
|
Is there any update for the SBOM merging feature? when this feature will release? |
|
Is there any updates on merging this MR? 🙏 |
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.
🚧 WIP 🚧
This PR aims to introduce functionality to merge multiple BOMs.
There are multiple use cases to be addressed, which is why multiple merging algorithms will be offered.
Merging must behave the same across all CycloneDX implementations.
Documentation on all merging algorithms is currently being worked on and will be published separately.
This PR includes test files that should be used to ensure that merge implementations behave as expected.
Deduplication of BOM elements is out of scope for this PR. It will be implemented in a later iteration.
Addresses #9