]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scripts/sbom: add SPDX build graph
authorLuis Augenstein <luis.augenstein@tngtech.com>
Mon, 18 May 2026 06:21:00 +0000 (08:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2026 11:14:41 +0000 (13:14 +0200)
commitdb8d07ef5e81457eb330240945d56d83a5a68b01
tree465fd342d3f1970e043ffa3cacdd581df01e0075
parente70c84a5649e6e233326a22732dc08f9c31d4f43
scripts/sbom: add SPDX build graph

Implement the SPDX build graph to describe the relationships
between source files in the source SBOM and output files in
the output SBOM.

Assisted-by: Cursor:claude-sonnet-4-5
Assisted-by: OpenCode:GLM-4-7
Co-developed-by: Maximilian Huber <maximilian.huber@tngtech.com>
Signed-off-by: Maximilian Huber <maximilian.huber@tngtech.com>
Signed-off-by: Luis Augenstein <luis.augenstein@tngtech.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/sbom/sbom/spdx_graph/build_spdx_graphs.py
scripts/sbom/sbom/spdx_graph/spdx_build_graph.py [new file with mode: 0644]