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

Commit

Permalink
chore: update SBOM for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored Dec 27, 2023
1 parent 144cc4b commit 875f948
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
16 changes: 13 additions & 3 deletions sbom/dffml-py3.12.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"serialNumber": "urn:uuid:b374cb1b-4c8d-4eb2-a1bf-f85529ffc06a",
"serialNumber": "urn:uuid:d7c2f608-a35e-4b6e-bd20-28a554457fb6",
"version": 1,
"metadata": {
"timestamp": "2023-12-13T16:35:03Z",
"timestamp": "2023-12-27T21:03:55Z",
"tools": {
"components": [
{
"name": "sbom4python",
"version": "0.10.1",
"version": "0.10.2",
"type": "application"
}
]
Expand All @@ -37,6 +37,12 @@
},
"cpe": "cpe:2.3:a:john_andersen:dffml:0.4.0:*:*:*:*:*:*:*",
"description": "Data Flow Facilitator for Machine Learning",
"hashes": [
{
"alg": "SHA-1",
"content": "9720e3acb7fb865c74a3be65aaa8d741111477bf"
}
],
"licenses": [
{
"license": {
Expand All @@ -57,6 +63,10 @@
{
"name": "language",
"value": "Python"
},
{
"name": "python_version",
"value": "3.12.1"
}
]
}
Expand Down
7 changes: 4 additions & 3 deletions sbom/dffml-py3.12.spdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ SPDXVersion: SPDX-2.3
DataLicense: CC0-1.0
SPDXID: SPDXRef-DOCUMENT
DocumentName: Python-dffml
DocumentNamespace: http://spdx.org/spdxdocs/Python-dffml-d412cbaf-e2c4-45c6-b5e6-4f2d1c3b0d1f
DocumentNamespace: http://spdx.org/spdxdocs/Python-dffml-85dd311e-83b9-4586-991c-4a2edf26b295
LicenseListVersion: 3.22
Creator: Tool: sbom4python-0.10.1
Created: 2023-12-13T16:35:02Z
Creator: Tool: sbom4python-0.10.2
Created: 2023-12-27T21:03:53Z
CreatorComment: <text>This document has been automatically generated.</text>
#####

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

0 comments on commit 875f948

Please sign in to comment.