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§
- Graph
Diff Config - Configuration for graph-aware diffing
Functions§
- diff_
dependency_ graph - Perform graph-aware diff between two SBOMs