Skip to content

Commit

Permalink
chore: update SBOM for Python 3.11 (intel#4005)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Apr 8, 2024
1 parent a60e1b8 commit c1d18c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions sbom/cve-bin-tool-py3.11.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"serialNumber": "urn:uuid:9d85f65b-61a5-4508-8e67-b294b8c739a3",
"serialNumber": "urn:uuid:f52f3eb5-4356-44f4-92dc-93f835a5b30f",
"version": 1,
"metadata": {
"timestamp": "2024-04-01T00:29:02Z",
"timestamp": "2024-04-08T00:27:13Z",
"tools": {
"components": [
{
Expand Down Expand Up @@ -2653,7 +2653,7 @@
"type": "library",
"bom-ref": "62-xmlschema",
"name": "xmlschema",
"version": "3.2.0",
"version": "3.2.1",
"supplier": {
"name": "Davide Brunato",
"contact": [
Expand All @@ -2662,7 +2662,7 @@
}
]
},
"cpe": "cpe:2.3:a:davide_brunato:xmlschema:3.2.0:*:*:*:*:*:*:*",
"cpe": "cpe:2.3:a:davide_brunato:xmlschema:3.2.1:*:*:*:*:*:*:*",
"description": "An XML Schema validator and decoder",
"licenses": [
{
Expand All @@ -2674,12 +2674,12 @@
],
"externalReferences": [
{
"url": "https://pypi.org/project/xmlschema/3.2.0",
"url": "https://pypi.org/project/xmlschema/3.2.1",
"type": "distribution",
"comment": "Download location for component"
}
],
"purl": "pkg:pypi/[email protected].0",
"purl": "pkg:pypi/[email protected].1",
"properties": [
{
"name": "language",
Expand Down
12 changes: 6 additions & 6 deletions sbom/cve-bin-tool-py3.11.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-cve-bin-tool
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-94f5cddd-2ea8-4a26-9993-ab88e6e63afd
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-c8a466e0-680c-4304-bf01-8356b7d2d654
LicenseListVersion: 3.22
Creator: Tool: sbom4python-0.10.4
Created: 2024-04-01T00:27:57Z
Created: 2024-04-08T00:26:04Z
CreatorComment: <text>This document has been automatically generated.</text>
#####

Expand Down Expand Up @@ -980,17 +980,17 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:sean_ross:rpmfile:2.0.0:*:*:*:*:*:*:*

PackageName: xmlschema
SPDXID: SPDXRef-Package-62-xmlschema
PackageVersion: 3.2.0
PackageVersion: 3.2.1
PrimaryPackagePurpose: LIBRARY
PackageSupplier: Person: Davide Brunato ([email protected])
PackageDownloadLocation: https://pypi.org/project/xmlschema/3.2.0
PackageDownloadLocation: https://pypi.org/project/xmlschema/3.2.1
FilesAnalyzed: false
PackageLicenseDeclared: MIT
PackageLicenseConcluded: MIT
PackageCopyrightText: NOASSERTION
PackageSummary: <text>An XML Schema validator and decoder</text>
ExternalRef: PACKAGE_MANAGER purl pkg:pypi/[email protected].0
ExternalRef: SECURITY cpe23Type cpe:2.3:a:davide_brunato:xmlschema:3.2.0:*:*:*:*:*:*:*
ExternalRef: PACKAGE_MANAGER purl pkg:pypi/[email protected].1
ExternalRef: SECURITY cpe23Type cpe:2.3:a:davide_brunato:xmlschema:3.2.1:*:*:*:*:*:*:*
#####

PackageName: elementpath
Expand Down

0 comments on commit c1d18c2

Please sign in to comment.