-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphs.jl Integration #41
Comments
Fine by me, but I think you're the only one who can move the issue. |
Done |
Some notes for anyone who wants to try this and I hope I’m getting the terminology right…
|
And when the SBOM is created in PkgToSoftwareBOM.jl any artifacts have the relationship: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each SPDX relationship seems to have a natural interpretation as the edge of a digraph (directed graph). Providing integration with the Graphs.jl package would be nice as it could make applying graph-theoretic tools to the SBOM very convenient.
Generating a representation for the SBOM in one of the usual graph formats like GML or GraphViz Dot would be nice. The representation could then be fed to an external program to visualize the SBOM as a digraph in 2D (using GraphViz) and 3D (using Graphia). Not completely sure, but I think you get GML and Dot export for free after integration with Graphs.jl.
The text was updated successfully, but these errors were encountered: