/ src / sbom / payload-iPXE.json
payload-iPXE.json
 1  /* SPDX-License-Identifier: GPL-2.0-only */
 2  {
 3    "lang": "en-US",
 4    "tag-id": "5f700e15-4845-57b5-a4bb-44e698ce4947",
 5    "tag-version": 0,
 6    "software-name": "iPXE",
 7    "software-version": "<software_version>",
 8    "version-scheme": "alphanumeric",
 9    "software-meta": [
10      {
11        "colloquial-version": "<colloquial_version>",
12        "persistent-id": "org.ipxe",
13        "summary": "iPXE is an open source network boot firmware. It provides a full PXE implementation enhanced with additional features"
14      }
15    ],
16    "entity": [
17      {
18        "entity-name": "coreboot",
19        "reg-id": "coreboot.org",
20        "role": [
21          "tagCreator"
22        ]
23      }
24    ]
25  }