Vendor/Supplier mapping for Component/Release/Packages #2144
arunazhakesan
started this conversation in
Ideas
Replies: 1 comment
-
@arunazhakesan What can we do in cases where the same package is used by 2 components with the same name, but different vendor/supplier as in case of forked repos? The current SW360 Package portlet does not allow for a package to have more than one source/VCS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current implementation of
vendor
/supplier
field in SW360 needs to be reconsidered. In the current model its is possibile for the user to createreleases
from differentvendors
/suppliers
under the samecomponent
. This results in thecomponent
having multiplevendor
/supplier
listed at component level. This is not a right approach as this would create confusion among users and technical challenges while implementing automated SBOM import.Proposal
The
vendor
/supplier
should be unique to each component, even if the names are same. And thevendor
/supplier
information should be inherited byreleases
&packages
from the top levelcomponent
. This is very important since thevendor
/supplier
is usually part of the imported SBOM.Lets discuss further on this and proceed with the feature.
Beta Was this translation helpful? Give feedback.
All reactions