-
Notifications
You must be signed in to change notification settings - Fork 176
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
[BUG] CycloneDX ingestion segfault #199
Comments
FYI: @nadgowdas |
This is an interesting case. For SBOMs we are expecting expecting the identify root component (which is typically an image) and is captured in an SBOM (atleast the ones that are produced by Current SBOM: https://github.com/JupiterOne/graph-github/blob/guac-bom-test-cg/reports/bom.json#L6-L11 We need to support all these SBOMs variations. In this case, the question is what should be the root component ? We can add SBOM file with its sha as the root element. Thought ? @lumjjb @pxp928 |
We are using this docker container created from here: https://github.com/JupiterOne/node-cdx-bom/blob/main/Dockerfile |
I think for us to create the edges, we would need the top level component. I think in this case, a missing top level "component" would probably mean that we would only create nodes for each individual component but not link it to any top level component so it doesn't exists... @stevespringett do you have any recommendations for CDX here? |
More details:
#169 (comment) (opened by @electricgull)
The text was updated successfully, but these errors were encountered: