What is the recommended way to distinguish between supplier and publisher? #648
Unanswered
rajeevk-cmyk
asked this question in
Q&A
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! |
7 replies
|
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? |
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.
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?
All reactions