sw360 / capycli

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

CaPyCLI reports an error when creating an SBOM from SW360 #66

Closed tngraf closed 7 months ago

tngraf commented 7 months ago

CaPyCLI reports an error when generating an SBOM from a project on SW360 when this project contains a component with more than on package-url. Actually it is the packageurl component which reports the error.

gernot-h commented 7 months ago

Hmm, I'm quite sure this has worked in the past. Perhaps the API behaviour has changed?

tngraf commented 6 months ago

Hmm, I'm quite sure this has worked in the past. Perhaps the API behaviour has changed?

Actually I did not check all details. In the case that was reported there was somehow a blank the first character in the purl string ... and this will not get accepted by the packageurl library.