-
Notifications
You must be signed in to change notification settings - Fork 6
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
Duplicate packages after merge #101
Comments
Thanks for raising this issue. Will get back to you 👍 |
@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! |
@vargenau v0.2.0 has been released please give it a shot. |
Yes, I have seen it. I will check. Thank you for the improvement. |
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.
The text was updated successfully, but these errors were encountered: