Open vargenau opened 3 months ago
Thanks for raising this issue. Will get back to you :+1:
@vargenau yes as mentioned in our readme, we do not remove duplicates, but if that is a requirement we will need to add a mode to each merge algo to remove duplicate components.
A potential Algo to identify duplicates would be
Thanks for a feature request will work on this.
Any progress on implementing this?
@vargenau we implemented this for CycloneDX, will move over the logic for SPDX by next release.
Very good, thank you!
example6-src.spdx.txt example6-lib.spdx.txt merge.spdx.json
Both
example6-src.spdx
andexample6-lib.spdx
contain identical packages,go.reflect
andgo.strconv
.In the merge, these packages are present twice.
I would expect no duplicates.
In real-world examples, I have many duplicates.