-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSBOM.spdx.json
More file actions
executable file
·35 lines (35 loc) · 1000 Bytes
/
SBOM.spdx.json
File metadata and controls
executable file
·35 lines (35 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"SPDXID": "SPDXRef-DOCUMENT",
"spdxVersion": "SPDX-2.3",
"creationInfo": {
"created": "2026-03-13T07:10:48Z",
"creators": [
"Organization: NXP"
],
"licenseListVersion": "3.26"
},
"name": "imx-sw-pdm-main",
"dataLicense": "CC0-1.0",
"documentNamespace": "https://nxp.com/spdx/0ef36be6-6409-4190-a449-931b620cf89c",
"packages": [
{
"SPDXID": "SPDXRef-package-0ef36be6-6409-4190-a449-931b620cf89c",
"name": "imx-sw-pdm",
"versionInfo": "main",
"licenseConcluded": "(BSD-3-Clause)",
"licenseDeclared": "(BSD-3-Clause)",
"downloadLocation": "https://github.com/nxp-imx/imx-sw-pdm",
"originator": "Organization: NXP",
"supplier": "NOASSERTION",
"externalRefs": [],
"filesAnalyzed": false
}
],
"relationships": [
{
"spdxElementId": "SPDXRef-DOCUMENT",
"relationshipType": "DESCRIBES",
"relatedSpdxElement": "SPDXRef-package-0ef36be6-6409-4190-a449-931b620cf89c"
}
]
}