What is the recommended way to distinguish between supplier and publisher? #648
Replies: 2 comments 7 replies
-
This is a great question, and one of a number of questions where guidance is not perhaps clear. I look forward to other's opinions here - but here is my take (based on CycloneDX 1.6) and using OpenSSL as an example:
The key here is that the Component is the OpenSSL RPM provided and created by RedHat. If the Component was OpenSSL Source Happy for folks to provide their opinion and see where there is and is not alignment! |
Beta Was this translation helpful? Give feedback.
-
I think using a Redhat "forked" package is propably not the best example unless we add a few more. With PyPi I can contribute - "create" the package myself and PyPi distributes it. How would that look? What about Maven? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In many package ecosystems (e.g., Debian, RPM, Maven), the metadata might only indicate a maintainer or packager.
For example, if Red Hat repackages curl, is Red Hat the supplier, the publisher, or both?
Beta Was this translation helpful? Give feedback.
All reactions