sw360 / capycli

CaPyCLI - Python scripts for software license compliance automation with SW360
Other
13 stars 7 forks source link

fix(project CreateBom): decode multiple purls and warn user #37

Closed gernot-h closed 1 year ago

gernot-h commented 1 year ago

When creating an SBOM from a SW360 project, add all to the SBOM separated by spaces, but warn the user to manually fix the SBOM.

This is still a draft as it lacks a testcase.

Fixes #36

tngraf commented 1 year ago

Yes, we missed such a check before... got for it.

gernot-h commented 1 year ago

Test case added, so from my side, it's ready for review/merging. Let me know what you think about adding all purls and warning the user this way.