Skip to content

Commit a56a5d6

Browse files
chore: update SBOM for Python 3.10 (#4130)
Co-authored-by: GitHub <[email protected]>
1 parent f00cb76 commit a56a5d6

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

sbom/cve-bin-tool-py3.10.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
33
"bomFormat": "CycloneDX",
44
"specVersion": "1.6",
5-
"serialNumber": "urn:uuid:f7285934-6771-420a-9951-5901142b3594",
5+
"serialNumber": "urn:uuid:6f0a7ce7-de20-4120-9766-3f133c57ee38",
66
"version": 1,
77
"metadata": {
8-
"timestamp": "2024-05-13T00:28:49Z",
8+
"timestamp": "2024-05-20T00:28:21Z",
99
"tools": {
1010
"components": [
1111
{
@@ -1826,6 +1826,12 @@
18261826
"name": "markupsafe",
18271827
"version": "2.1.5",
18281828
"description": "Safely add untrusted strings to HTML/XML markup.",
1829+
"hashes": [
1830+
{
1831+
"alg": "SHA-1",
1832+
"content": "fbba4acd0312826cec9cfe18371c7df07962cb65"
1833+
}
1834+
],
18291835
"licenses": [
18301836
{
18311837
"license": {

sbom/cve-bin-tool-py3.10.spdx

Lines changed: 3 additions & 2 deletions
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-cve-bin-tool
5-
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-7ebf2507-d2e7-4da3-966b-3116faa0d6c1
5+
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-68475ad9-59ac-45a0-aa18-f5fada8c42c1
66
LicenseListVersion: 3.22
77
Creator: Tool: sbom4python-0.10.4
8-
Created: 2024-05-13T00:27:18Z
8+
Created: 2024-05-20T00:26:49Z
99
CreatorComment: <text>This document has been automatically generated.</text>
1010
#####
1111

@@ -674,6 +674,7 @@ PrimaryPackagePurpose: LIBRARY
674674
PackageSupplier: NOASSERTION
675675
PackageDownloadLocation: https://pypi.org/project/MarkupSafe/2.1.5
676676
FilesAnalyzed: false
677+
PackageChecksum: SHA1: fbba4acd0312826cec9cfe18371c7df07962cb65
677678
PackageLicenseDeclared: BSD-3-Clause
678679
PackageLicenseConcluded: BSD-3-Clause
679680
PackageCopyrightText: NOASSERTION

0 commit comments

Comments
 (0)