sbomDependencyGraphResponse

Represents response for dependency graph information.

Examples

type SbomDependencyGraphResponse {
  nodes: [DependencyNode]
  allNodes: [DependencyNode]
  edges: [DependencyEdge]
  allEdges: [DependencyEdge]
}

Fields

Field
Description
Supported fields

Nodes in the current dependency graph

id String name String width String height String vulnerable Boolean

All nodes including transitive dependencies

id String name String width String height String vulnerable Boolean

Edges in the current dependency graph (parent-child relations)

v String w String

All edges including transitive dependencies

v String w String

References

Fields with this object:

Last updated