Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 784f488

Browse files
authored
chore: update SBOM for Python 3.12
1 parent f158f05 commit 784f488

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

sbom/dffml-py3.12.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
33
"bomFormat": "CycloneDX",
44
"specVersion": "1.5",
5-
"serialNumber": "urn:uuid:b374cb1b-4c8d-4eb2-a1bf-f85529ffc06a",
5+
"serialNumber": "urn:uuid:40b4f5cd-32ed-4079-be25-0353d327cfdd",
66
"version": 1,
77
"metadata": {
8-
"timestamp": "2023-12-13T16:35:03Z",
8+
"timestamp": "2023-12-27T16:03:35Z",
99
"tools": {
1010
"components": [
1111
{
1212
"name": "sbom4python",
13-
"version": "0.10.1",
13+
"version": "0.10.2",
1414
"type": "application"
1515
}
1616
]
@@ -37,6 +37,12 @@
3737
},
3838
"cpe": "cpe:2.3:a:john_andersen:dffml:0.4.0:*:*:*:*:*:*:*",
3939
"description": "Data Flow Facilitator for Machine Learning",
40+
"hashes": [
41+
{
42+
"alg": "SHA-1",
43+
"content": "9720e3acb7fb865c74a3be65aaa8d741111477bf"
44+
}
45+
],
4046
"licenses": [
4147
{
4248
"license": {
@@ -57,6 +63,10 @@
5763
{
5864
"name": "language",
5965
"value": "Python"
66+
},
67+
{
68+
"name": "python_version",
69+
"value": "3.12.1"
6070
}
6171
]
6272
}

sbom/dffml-py3.12.spdx

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ SPDXVersion: SPDX-2.3
22
DataLicense: CC0-1.0
33
SPDXID: SPDXRef-DOCUMENT
44
DocumentName: Python-dffml
5-
DocumentNamespace: http://spdx.org/spdxdocs/Python-dffml-d412cbaf-e2c4-45c6-b5e6-4f2d1c3b0d1f
5+
DocumentNamespace: http://spdx.org/spdxdocs/Python-dffml-1dd33412-c60f-46a7-8950-4045fc64ae78
66
LicenseListVersion: 3.22
7-
Creator: Tool: sbom4python-0.10.1
8-
Created: 2023-12-13T16:35:02Z
7+
Creator: Tool: sbom4python-0.10.2
8+
Created: 2023-12-27T16:03:33Z
99
CreatorComment: <text>This document has been automatically generated.</text>
1010
#####
1111

@@ -16,6 +16,7 @@ PrimaryPackagePurpose: APPLICATION
1616
PackageSupplier: Person: John Andersen ([email protected])
1717
PackageDownloadLocation: https://pypi.org/project/dffml/0.4.0
1818
FilesAnalyzed: false
19+
PackageChecksum: SHA1: 9720e3acb7fb865c74a3be65aaa8d741111477bf
1920
PackageLicenseDeclared: MIT
2021
PackageLicenseConcluded: MIT
2122
PackageCopyrightText: NOASSERTION

0 commit comments

Comments
 (0)