]> git.ipfire.org Git - thirdparty/linux.git/commit
scripts/sbom: add command parsers
authorLuis Augenstein <luis.augenstein@tngtech.com>
Mon, 18 May 2026 06:20:51 +0000 (08:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2026 11:14:41 +0000 (13:14 +0200)
commita1a248adf1b0d79e9386d007cbcd4be85d643f03
tree8a4a3c30deac18c359de569730ff73433ce25b3d
parent3fd79200835f382261a7b53fed659625b22484af
scripts/sbom: add command parsers

Implement savedcmd_parser module for extracting input files
from kernel build commands.

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/cmd_graph/savedcmd_parser/__init__.py [new file with mode: 0644]
scripts/sbom/sbom/cmd_graph/savedcmd_parser/command_parser_registry.py [new file with mode: 0644]
scripts/sbom/sbom/cmd_graph/savedcmd_parser/command_splitter.py [new file with mode: 0644]
scripts/sbom/sbom/cmd_graph/savedcmd_parser/savedcmd_parser.py [new file with mode: 0644]
scripts/sbom/sbom/cmd_graph/savedcmd_parser/tokenizer.py [new file with mode: 0644]
scripts/sbom/sbom/environment.py [new file with mode: 0644]