Skip to main content

Module graph

Module graph 

Source
Expand description

Graph-aware dependency diffing module.

This module provides functionality to detect structural changes in the dependency graph between two SBOMs, going beyond simple component-level comparisons to identify:

  • Dependencies being added or removed
  • Dependencies being reparented (moved from one parent to another)
  • Depth changes (transitive becoming direct or vice versa)

Structs§

GraphDiffConfig
Configuration for graph-aware diffing

Functions§

diff_dependency_graph
Perform graph-aware diff between two SBOMs