Skip to content

Commit b56797f

Browse files
authored
chore: update SBOM for Python 3.10
1 parent f6e5321 commit b56797f

File tree

2 files changed

+28
-49
lines changed

2 files changed

+28
-49
lines changed

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

Lines changed: 14 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
33
"bomFormat": "CycloneDX",
44
"specVersion": "1.5",
5-
"serialNumber": "urn:uuid:9b458f18-7b9d-433e-be17-35e4c3704d73",
5+
"serialNumber": "urn:uuid:c700a6f1-9bd1-4cdc-bd37-9399ed85c2ba",
66
"version": 1,
77
"metadata": {
8-
"timestamp": "2024-01-04T20:02:20Z",
8+
"timestamp": "2024-01-09T17:40:33Z",
99
"tools": {
1010
"components": [
1111
{
@@ -1947,18 +1947,12 @@
19471947
"type": "library",
19481948
"bom-ref": "43-referencing",
19491949
"name": "referencing",
1950-
"version": "0.32.0",
1950+
"version": "0.32.1",
19511951
"supplier": {
19521952
"name": "Julian Berman"
19531953
},
1954-
"cpe": "cpe:2.3:a:julian_berman:referencing:0.32.0:*:*:*:*:*:*:*",
1954+
"cpe": "cpe:2.3:a:julian_berman:referencing:0.32.1:*:*:*:*:*:*:*",
19551955
"description": "JSON Referencing + Python",
1956-
"hashes": [
1957-
{
1958-
"alg": "SHA-1",
1959-
"content": "ff99d1e5e46c43c63c0bc45188206d02615c0672"
1960-
}
1961-
],
19621956
"licenses": [
19631957
{
19641958
"license": {
@@ -1969,12 +1963,12 @@
19691963
],
19701964
"externalReferences": [
19711965
{
1972-
"url": "https://pypi.org/project/referencing/0.32.0",
1966+
"url": "https://pypi.org/project/referencing/0.32.1",
19731967
"type": "distribution",
19741968
"comment": "Download location for component"
19751969
}
19761970
],
1977-
"purl": "pkg:pypi/referencing@0.32.0",
1971+
"purl": "pkg:pypi/referencing@0.32.1",
19781972
"properties": [
19791973
{
19801974
"name": "language",
@@ -2169,18 +2163,12 @@
21692163
"type": "library",
21702164
"bom-ref": "48-packageurl-python",
21712165
"name": "packageurl-python",
2172-
"version": "0.13.1",
2166+
"version": "0.13.4",
21732167
"supplier": {
21742168
"name": "the purl authors"
21752169
},
2176-
"cpe": "cpe:2.3:a:the_purl_authors:packageurl-python:0.13.1:*:*:*:*:*:*:*",
2170+
"cpe": "cpe:2.3:a:the_purl_authors:packageurl-python:0.13.4:*:*:*:*:*:*:*",
21772171
"description": "A purl aka. Package URL parser and builder",
2178-
"hashes": [
2179-
{
2180-
"alg": "SHA-1",
2181-
"content": "b820e15ae401cb2aa9b9efc9f239a098bc754e19"
2182-
}
2183-
],
21842172
"licenses": [
21852173
{
21862174
"license": {
@@ -2191,12 +2179,12 @@
21912179
],
21922180
"externalReferences": [
21932181
{
2194-
"url": "https://pypi.org/project/packageurl-python/0.13.1",
2182+
"url": "https://pypi.org/project/packageurl-python/0.13.4",
21952183
"type": "distribution",
21962184
"comment": "Download location for component"
21972185
}
21982186
],
2199-
"purl": "pkg:pypi/packageurl-python@0.13.1",
2187+
"purl": "pkg:pypi/packageurl-python@0.13.4",
22002188
"properties": [
22012189
{
22022190
"name": "language",
@@ -2834,7 +2822,7 @@
28342822
"type": "library",
28352823
"bom-ref": "63-xmlschema",
28362824
"name": "xmlschema",
2837-
"version": "2.5.1",
2825+
"version": "3.0.0",
28382826
"supplier": {
28392827
"name": "Davide Brunato",
28402828
"contact": [
@@ -2843,14 +2831,8 @@
28432831
}
28442832
]
28452833
},
2846-
"cpe": "cpe:2.3:a:davide_brunato:xmlschema:2.5.1:*:*:*:*:*:*:*",
2834+
"cpe": "cpe:2.3:a:davide_brunato:xmlschema:3.0.0:*:*:*:*:*:*:*",
28472835
"description": "An XML Schema validator and decoder",
2848-
"hashes": [
2849-
{
2850-
"alg": "SHA-1",
2851-
"content": "faff4d8ca954d8722df89e1e77bc4246a36ed62c"
2852-
}
2853-
],
28542836
"licenses": [
28552837
{
28562838
"license": {
@@ -2861,12 +2843,12 @@
28612843
],
28622844
"externalReferences": [
28632845
{
2864-
"url": "https://pypi.org/project/xmlschema/2.5.1",
2846+
"url": "https://pypi.org/project/xmlschema/3.0.0",
28652847
"type": "distribution",
28662848
"comment": "Download location for component"
28672849
}
28682850
],
2869-
"purl": "pkg:pypi/xmlschema@2.5.1",
2851+
"purl": "pkg:pypi/xmlschema@3.0.0",
28702852
"properties": [
28712853
{
28722854
"name": "language",

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

Lines changed: 14 additions & 17 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-8eaa059d-aaab-41a7-a30c-0faccf910a0f
5+
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-33aa23be-5a3e-4536-a2d5-a1135a9c2e46
66
LicenseListVersion: 3.22
77
Creator: Tool: sbom4python-0.10.3
8-
Created: 2024-01-04T20:00:36Z
8+
Created: 2024-01-09T17:39:00Z
99
CreatorComment: <text>This document has been automatically generated.</text>
1010
#####
1111

@@ -685,18 +685,17 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:julian_berman:jsonschema-specification
685685

686686
PackageName: referencing
687687
SPDXID: SPDXRef-Package-43-referencing
688-
PackageVersion: 0.32.0
688+
PackageVersion: 0.32.1
689689
PrimaryPackagePurpose: LIBRARY
690690
PackageSupplier: Person: Julian Berman
691-
PackageDownloadLocation: https://pypi.org/project/referencing/0.32.0
691+
PackageDownloadLocation: https://pypi.org/project/referencing/0.32.1
692692
FilesAnalyzed: false
693-
PackageChecksum: SHA1: ff99d1e5e46c43c63c0bc45188206d02615c0672
694693
PackageLicenseDeclared: MIT
695694
PackageLicenseConcluded: MIT
696695
PackageCopyrightText: NOASSERTION
697696
PackageSummary: <text>JSON Referencing + Python</text>
698-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/referencing@0.32.0
699-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:julian_berman:referencing:0.32.0:*:*:*:*:*:*:*
697+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/referencing@0.32.1
698+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:julian_berman:referencing:0.32.1:*:*:*:*:*:*:*
700699
#####
701700

702701
PackageName: rpds-py
@@ -764,18 +763,17 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:raphael_barrois:semantic-version:2.10.
764763

765764
PackageName: packageurl-python
766765
SPDXID: SPDXRef-Package-48-packageurl-python
767-
PackageVersion: 0.13.1
766+
PackageVersion: 0.13.4
768767
PrimaryPackagePurpose: LIBRARY
769768
PackageSupplier: Person: the purl authors
770-
PackageDownloadLocation: https://pypi.org/project/packageurl-python/0.13.1
769+
PackageDownloadLocation: https://pypi.org/project/packageurl-python/0.13.4
771770
FilesAnalyzed: false
772-
PackageChecksum: SHA1: b820e15ae401cb2aa9b9efc9f239a098bc754e19
773771
PackageLicenseDeclared: MIT
774772
PackageLicenseConcluded: MIT
775773
PackageCopyrightText: NOASSERTION
776774
PackageSummary: <text>A purl aka. Package URL parser and builder</text>
777-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/packageurl-python@0.13.1
778-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:the_purl_authors:packageurl-python:0.13.1:*:*:*:*:*:*:*
775+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/packageurl-python@0.13.4
776+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:the_purl_authors:packageurl-python:0.13.4:*:*:*:*:*:*:*
779777
#####
780778

781779
PackageName: packaging
@@ -1002,18 +1000,17 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:william_pearson:toml:0.10.2:*:*:*:*:*:
10021000

10031001
PackageName: xmlschema
10041002
SPDXID: SPDXRef-Package-63-xmlschema
1005-
PackageVersion: 2.5.1
1003+
PackageVersion: 3.0.0
10061004
PrimaryPackagePurpose: LIBRARY
10071005
PackageSupplier: Person: Davide Brunato (brunato@sissa.it)
1008-
PackageDownloadLocation: https://pypi.org/project/xmlschema/2.5.1
1006+
PackageDownloadLocation: https://pypi.org/project/xmlschema/3.0.0
10091007
FilesAnalyzed: false
1010-
PackageChecksum: SHA1: faff4d8ca954d8722df89e1e77bc4246a36ed62c
10111008
PackageLicenseDeclared: MIT
10121009
PackageLicenseConcluded: MIT
10131010
PackageCopyrightText: NOASSERTION
10141011
PackageSummary: <text>An XML Schema validator and decoder</text>
1015-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/xmlschema@2.5.1
1016-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:davide_brunato:xmlschema:2.5.1:*:*:*:*:*:*:*
1012+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/xmlschema@3.0.0
1013+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:davide_brunato:xmlschema:3.0.0:*:*:*:*:*:*:*
10171014
#####
10181015

10191016
PackageName: elementpath

0 commit comments

Comments
 (0)