sbomDependencyGraphResponse
Represents response for dependency graph information.
Examples
type SbomDependencyGraphResponse {
nodes: [DependencyNode]
allNodes: [DependencyNode]
edges: [DependencyEdge]
allEdges: [DependencyEdge]
}
Fields
Field
Description
Supported fields
nodes [DependencyNode]
Nodes in the current dependency graph
id String
name String
width String
height String
vulnerable Boolean
allNodes [DependencyNode]
All nodes including transitive dependencies
id String
name String
width String
height String
vulnerable Boolean
edges [DependencyEdge]
Edges in the current dependency graph (parent-child relations)
v String
w String
References
Fields with this object:
Last updated