Skip to content
Discussion options

You must be logged in to vote

For static linking, simply use an assembly (nested component). Since statically linked libraries are included/embedded in the thing that depends on them. For dynamically linked libraries, simply use a flat list of components (no nesting), since dynamically linked libraries are standalone files and not embedded.

For dependsOn, simply use the CycloneDX dependencies functionality and for build related information, use formulation. You'll find that CycloneDX has a ton of relationships, but it doesn't have a simplistic list like SPDX does. It's also a lot more granular, especially when it comes to formulation, but it can be a bit more of a learning curve - just because it has so much capabilit…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@alcroito
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jkowalleck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants