Skip to content

Commit d24deaa

Browse files
chore: update SBOM for Python 3.11 (#4128)
Co-authored-by: GitHub <noreply@github.com>
1 parent 9876ac7 commit d24deaa

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

sbom/cve-bin-tool-py3.11.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:8fc2ac9b-6e8a-43fe-bce6-727f3ac89875",
5+
"serialNumber": "urn:uuid:2517bccd-0e14-4a43-8f1c-68ee87099e0f",
66
"version": 1,
77
"metadata": {
8-
"timestamp": "2024-05-13T00:28:35Z",
8+
"timestamp": "2024-05-20T00:28:17Z",
99
"tools": {
1010
"components": [
1111
{
@@ -1778,6 +1778,12 @@
17781778
"name": "markupsafe",
17791779
"version": "2.1.5",
17801780
"description": "Safely add untrusted strings to HTML/XML markup.",
1781+
"hashes": [
1782+
{
1783+
"alg": "SHA-1",
1784+
"content": "fbba4acd0312826cec9cfe18371c7df07962cb65"
1785+
}
1786+
],
17811787
"licenses": [
17821788
{
17831789
"license": {

sbom/cve-bin-tool-py3.11.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-955978f6-8abe-4894-a787-b8e0b16a0b30
5+
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-a18e0454-728e-4a13-8cfd-68e27dec2387
66
LicenseListVersion: 3.22
77
Creator: Tool: sbom4python-0.10.4
8-
Created: 2024-05-13T00:27:14Z
8+
Created: 2024-05-20T00:26:55Z
99
CreatorComment: <text>This document has been automatically generated.</text>
1010
#####
1111

@@ -657,6 +657,7 @@ PrimaryPackagePurpose: LIBRARY
657657
PackageSupplier: NOASSERTION
658658
PackageDownloadLocation: https://pypi.org/project/MarkupSafe/2.1.5
659659
FilesAnalyzed: false
660+
PackageChecksum: SHA1: fbba4acd0312826cec9cfe18371c7df07962cb65
660661
PackageLicenseDeclared: BSD-3-Clause
661662
PackageLicenseConcluded: BSD-3-Clause
662663
PackageCopyrightText: NOASSERTION

0 commit comments

Comments
 (0)