Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-4435 (GCVE-0-2025-4435)
Vulnerability from cvelistv5 – Published: 2025-06-03 12:59 – Updated: 2026-04-21 20:16
VLAI
EPSS
Title
Tarfile extracts filtered members when errorlevel=0
Summary
When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.
Severity
7.5 (High)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-682 - Incorrect Calculation
Assigner
References
11 references
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.10.18
(python)
Affected: 3.11.0 , < 3.11.13 (python) Affected: 3.12.0 , < 3.12.11 (python) Affected: 3.13.0 , < 3.13.4 (python) Affected: 3.14.0a1 , < 3.14.0b3 (python) |
Credits
Chuck Woodraska
Petr Viktorin
Serhiy Storchaka
Hugo van Kemenade
Łukasz Langa
Thomas Wouters
Seth Larson
Matt Prodani
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-4435",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-06-03T13:58:00.099450Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-682",
"description": "CWE-682 Incorrect Calculation",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-06-03T14:34:40.228Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"modules": [
"tarfile"
],
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.10.18",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.11.13",
"status": "affected",
"version": "3.11.0",
"versionType": "python"
},
{
"lessThan": "3.12.11",
"status": "affected",
"version": "3.12.0",
"versionType": "python"
},
{
"lessThan": "3.13.4",
"status": "affected",
"version": "3.13.0",
"versionType": "python"
},
{
"lessThan": "3.14.0b3",
"status": "affected",
"version": "3.14.0a1",
"versionType": "python"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Chuck Woodraska"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Petr Viktorin"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Serhiy Storchaka"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "Hugo van Kemenade"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "\u0141ukasz Langa"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "Thomas Wouters"
},
{
"lang": "en",
"type": "coordinator",
"value": "Seth Larson"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Matt Prodani"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eWhen using a \u003c/span\u003e\u003ccode\u003eTarFile.errorlevel = 0\u003c/code\u003e\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003e\u0026nbsp;and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of \u003c/span\u003e\u003ccode\u003eTarFile.errorlevel = 0\u003c/code\u003e\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003e\u0026nbsp;in affected versions is that the member would still be extracted and not skipped.\u003c/span\u003e\u003cbr\u003e"
}
],
"value": "When using a TarFile.errorlevel = 0\u00a0and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0\u00a0in affected versions is that the member would still be extracted and not skipped."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-21T20:16:34.166Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/135034"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/135037"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Tarfile extracts filtered members when errorlevel=0",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2025-4435",
"datePublished": "2025-06-03T12:59:06.792Z",
"dateReserved": "2025-05-08T15:05:11.874Z",
"dateUpdated": "2026-04-21T20:16:34.166Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-4435",
"date": "2026-06-05",
"epss": "0.00541",
"percentile": "0.68055"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-4435\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2025-06-03T13:15:20.630\",\"lastModified\":\"2025-06-04T14:54:33.783\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"When using a TarFile.errorlevel = 0\u00a0and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0\u00a0in affected versions is that the member would still be extracted and not skipped.\"},{\"lang\":\"es\",\"value\":\"Al usar TarFile.errorlevel = 0 y extraer con un filtro, el comportamiento documentado es que cualquier miembro filtrado se omite y no se extrae. Sin embargo, el comportamiento real de TarFile.errorlevel = 0 en las versiones afectadas es que el miembro se extrae y no se omite.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-682\"}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/135034\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/135037\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/\",\"source\":\"cna@python.org\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-4435\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-06-03T13:58:00.099450Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-682\", \"description\": \"CWE-682 Incorrect Calculation\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-06-03T14:34:29.201Z\"}}], \"cna\": {\"title\": \"Tarfile extracts filtered members when errorlevel=0\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Chuck Woodraska\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Petr Viktorin\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Serhiy Storchaka\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"Hugo van Kemenade\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"\\u0141ukasz Langa\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"Thomas Wouters\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Seth Larson\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Matt Prodani\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"modules\": [\"tarfile\"], \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.10.18\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.13\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.11\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0\", \"lessThan\": \"3.13.4\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.14.0a1\", \"lessThan\": \"3.14.0b3\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/issues/135034\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/pull/135037\", \"tags\": [\"patch\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"When using a TarFile.errorlevel = 0\\u00a0and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0\\u00a0in affected versions is that the member would still be extracted and not skipped.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003eWhen using a \u003c/span\u003e\u003ccode\u003eTarFile.errorlevel = 0\u003c/code\u003e\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003e\u0026nbsp;and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of \u003c/span\u003e\u003ccode\u003eTarFile.errorlevel = 0\u003c/code\u003e\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003e\u0026nbsp;in affected versions is that the member would still be extracted and not skipped.\u003c/span\u003e\u003cbr\u003e\", \"base64\": false}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2026-04-21T20:16:34.166Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-4435\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-21T20:16:34.166Z\", \"dateReserved\": \"2025-05-08T15:05:11.874Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2025-06-03T12:59:06.792Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2025:02297-1
Vulnerability from csaf_suse - Published: 2025-07-11 16:03 - Updated: 2025-07-11 16:03Summary
Security update for python36
Severity
Important
Notes
Title of the patch: Security update for python36
Description of the patch: This update for python36 fixes the following issues:
- CVE-2024-12718: Fixed extraction filter bypass that allowed file metadata modification outside extraction directory (bsc#1244056)
- CVE-2025-4138: Fixed issue that might allow symlink targets to point outside the destination directory, and the modification of some file metadata (bsc#1244059)
- CVE-2025-4330: Fixed extraction filter bypass that allowed linking outside extraction directory (bsc#1244060)
- CVE-2025-4435: Fixed Tarfile extracts filtered members when errorlevel=0 (bsc#1244061)
- CVE-2025-4516: Fixed denial of service due to DecodeError handling vulnerability (bsc#1243273)
- CVE-2025-4517: Fixed arbitrary filesystem writes outside the extraction directory during extraction with filter='data' (bsc#1244032)
- CVE-2025-6069: Fixed worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705)
Other fixes:
- Add python36-* provides/obsoletes to enable SLE-12 -> SLE-15
migration (bsc#1233012)
- Update vendored ipaddress module to 3.8 equivalent
- Limit buffer size for IPv6 address parsing (bsc#1244401).
Patchnames: SUSE-2025-2297,SUSE-SLE-SERVER-12-SP5-LTSS-2025-2297,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-2297
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.2 (High)
Affected products
Recommended
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.2 (High)
Affected products
Recommended
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.2 (High)
Affected products
Recommended
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.1 (Medium)
Affected products
Recommended
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.4 (High)
Affected products
Recommended
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
34 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python36",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python36 fixes the following issues:\n\n- CVE-2024-12718: Fixed extraction filter bypass that allowed file metadata modification outside extraction directory (bsc#1244056) \n- CVE-2025-4138: Fixed issue that might allow symlink targets to point outside the destination directory, and the modification of some file metadata (bsc#1244059) \n- CVE-2025-4330: Fixed extraction filter bypass that allowed linking outside extraction directory (bsc#1244060) \n- CVE-2025-4435: Fixed Tarfile extracts filtered members when errorlevel=0 (bsc#1244061) \n- CVE-2025-4516: Fixed denial of service due to DecodeError handling vulnerability (bsc#1243273)\n- CVE-2025-4517: Fixed arbitrary filesystem writes outside the extraction directory during extraction with filter=\u0027data\u0027 (bsc#1244032) \n- CVE-2025-6069: Fixed worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705) \n\nOther fixes:\n- Add python36-* provides/obsoletes to enable SLE-12 -\u003e SLE-15\n migration (bsc#1233012)\n- Update vendored ipaddress module to 3.8 equivalent\n- Limit buffer size for IPv6 address parsing (bsc#1244401).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2297,SUSE-SLE-SERVER-12-SP5-LTSS-2025-2297,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-2297",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02297-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02297-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502297-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02297-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040698.html"
},
{
"category": "self",
"summary": "SUSE Bug 1233012",
"url": "https://bugzilla.suse.com/1233012"
},
{
"category": "self",
"summary": "SUSE Bug 1243273",
"url": "https://bugzilla.suse.com/1243273"
},
{
"category": "self",
"summary": "SUSE Bug 1244032",
"url": "https://bugzilla.suse.com/1244032"
},
{
"category": "self",
"summary": "SUSE Bug 1244056",
"url": "https://bugzilla.suse.com/1244056"
},
{
"category": "self",
"summary": "SUSE Bug 1244059",
"url": "https://bugzilla.suse.com/1244059"
},
{
"category": "self",
"summary": "SUSE Bug 1244060",
"url": "https://bugzilla.suse.com/1244060"
},
{
"category": "self",
"summary": "SUSE Bug 1244061",
"url": "https://bugzilla.suse.com/1244061"
},
{
"category": "self",
"summary": "SUSE Bug 1244401",
"url": "https://bugzilla.suse.com/1244401"
},
{
"category": "self",
"summary": "SUSE Bug 1244705",
"url": "https://bugzilla.suse.com/1244705"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-12718 page",
"url": "https://www.suse.com/security/cve/CVE-2024-12718/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4138 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4138/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4330 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4330/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4516 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4516/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4517 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4517/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
}
],
"title": "Security update for python36",
"tracking": {
"current_release_date": "2025-07-11T16:03:54Z",
"generator": {
"date": "2025-07-11T16:03:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02297-1",
"initial_release_date": "2025-07-11T16:03:54Z",
"revision_history": [
{
"date": "2025-07-11T16:03:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-84.1.aarch64",
"product": {
"name": "libpython3_6m1_0-3.6.15-84.1.aarch64",
"product_id": "libpython3_6m1_0-3.6.15-84.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-84.1.aarch64",
"product": {
"name": "python36-3.6.15-84.1.aarch64",
"product_id": "python36-3.6.15-84.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-84.1.aarch64",
"product": {
"name": "python36-base-3.6.15-84.1.aarch64",
"product_id": "python36-base-3.6.15-84.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-84.1.aarch64",
"product": {
"name": "python36-curses-3.6.15-84.1.aarch64",
"product_id": "python36-curses-3.6.15-84.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-84.1.aarch64",
"product": {
"name": "python36-dbm-3.6.15-84.1.aarch64",
"product_id": "python36-dbm-3.6.15-84.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-84.1.aarch64",
"product": {
"name": "python36-devel-3.6.15-84.1.aarch64",
"product_id": "python36-devel-3.6.15-84.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-84.1.aarch64",
"product": {
"name": "python36-idle-3.6.15-84.1.aarch64",
"product_id": "python36-idle-3.6.15-84.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-84.1.aarch64",
"product": {
"name": "python36-testsuite-3.6.15-84.1.aarch64",
"product_id": "python36-testsuite-3.6.15-84.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-84.1.aarch64",
"product": {
"name": "python36-tk-3.6.15-84.1.aarch64",
"product_id": "python36-tk-3.6.15-84.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-84.1.aarch64",
"product": {
"name": "python36-tools-3.6.15-84.1.aarch64",
"product_id": "python36-tools-3.6.15-84.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-64bit-3.6.15-84.1.aarch64_ilp32",
"product": {
"name": "libpython3_6m1_0-64bit-3.6.15-84.1.aarch64_ilp32",
"product_id": "libpython3_6m1_0-64bit-3.6.15-84.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python36-64bit-3.6.15-84.1.aarch64_ilp32",
"product": {
"name": "python36-64bit-3.6.15-84.1.aarch64_ilp32",
"product_id": "python36-64bit-3.6.15-84.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python36-base-64bit-3.6.15-84.1.aarch64_ilp32",
"product": {
"name": "python36-base-64bit-3.6.15-84.1.aarch64_ilp32",
"product_id": "python36-base-64bit-3.6.15-84.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-84.1.i586",
"product": {
"name": "libpython3_6m1_0-3.6.15-84.1.i586",
"product_id": "libpython3_6m1_0-3.6.15-84.1.i586"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-84.1.i586",
"product": {
"name": "python36-3.6.15-84.1.i586",
"product_id": "python36-3.6.15-84.1.i586"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-84.1.i586",
"product": {
"name": "python36-base-3.6.15-84.1.i586",
"product_id": "python36-base-3.6.15-84.1.i586"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-84.1.i586",
"product": {
"name": "python36-curses-3.6.15-84.1.i586",
"product_id": "python36-curses-3.6.15-84.1.i586"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-84.1.i586",
"product": {
"name": "python36-dbm-3.6.15-84.1.i586",
"product_id": "python36-dbm-3.6.15-84.1.i586"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-84.1.i586",
"product": {
"name": "python36-devel-3.6.15-84.1.i586",
"product_id": "python36-devel-3.6.15-84.1.i586"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-84.1.i586",
"product": {
"name": "python36-idle-3.6.15-84.1.i586",
"product_id": "python36-idle-3.6.15-84.1.i586"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-84.1.i586",
"product": {
"name": "python36-testsuite-3.6.15-84.1.i586",
"product_id": "python36-testsuite-3.6.15-84.1.i586"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-84.1.i586",
"product": {
"name": "python36-tk-3.6.15-84.1.i586",
"product_id": "python36-tk-3.6.15-84.1.i586"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-84.1.i586",
"product": {
"name": "python36-tools-3.6.15-84.1.i586",
"product_id": "python36-tools-3.6.15-84.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-84.1.ppc64le",
"product": {
"name": "libpython3_6m1_0-3.6.15-84.1.ppc64le",
"product_id": "libpython3_6m1_0-3.6.15-84.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-84.1.ppc64le",
"product": {
"name": "python36-3.6.15-84.1.ppc64le",
"product_id": "python36-3.6.15-84.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-84.1.ppc64le",
"product": {
"name": "python36-base-3.6.15-84.1.ppc64le",
"product_id": "python36-base-3.6.15-84.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-84.1.ppc64le",
"product": {
"name": "python36-curses-3.6.15-84.1.ppc64le",
"product_id": "python36-curses-3.6.15-84.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-84.1.ppc64le",
"product": {
"name": "python36-dbm-3.6.15-84.1.ppc64le",
"product_id": "python36-dbm-3.6.15-84.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-84.1.ppc64le",
"product": {
"name": "python36-devel-3.6.15-84.1.ppc64le",
"product_id": "python36-devel-3.6.15-84.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-84.1.ppc64le",
"product": {
"name": "python36-idle-3.6.15-84.1.ppc64le",
"product_id": "python36-idle-3.6.15-84.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-84.1.ppc64le",
"product": {
"name": "python36-testsuite-3.6.15-84.1.ppc64le",
"product_id": "python36-testsuite-3.6.15-84.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-84.1.ppc64le",
"product": {
"name": "python36-tk-3.6.15-84.1.ppc64le",
"product_id": "python36-tk-3.6.15-84.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-84.1.ppc64le",
"product": {
"name": "python36-tools-3.6.15-84.1.ppc64le",
"product_id": "python36-tools-3.6.15-84.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-84.1.s390",
"product": {
"name": "libpython3_6m1_0-3.6.15-84.1.s390",
"product_id": "libpython3_6m1_0-3.6.15-84.1.s390"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-84.1.s390",
"product": {
"name": "python36-3.6.15-84.1.s390",
"product_id": "python36-3.6.15-84.1.s390"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-84.1.s390",
"product": {
"name": "python36-base-3.6.15-84.1.s390",
"product_id": "python36-base-3.6.15-84.1.s390"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-84.1.s390",
"product": {
"name": "python36-curses-3.6.15-84.1.s390",
"product_id": "python36-curses-3.6.15-84.1.s390"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-84.1.s390",
"product": {
"name": "python36-dbm-3.6.15-84.1.s390",
"product_id": "python36-dbm-3.6.15-84.1.s390"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-84.1.s390",
"product": {
"name": "python36-devel-3.6.15-84.1.s390",
"product_id": "python36-devel-3.6.15-84.1.s390"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-84.1.s390",
"product": {
"name": "python36-idle-3.6.15-84.1.s390",
"product_id": "python36-idle-3.6.15-84.1.s390"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-84.1.s390",
"product": {
"name": "python36-testsuite-3.6.15-84.1.s390",
"product_id": "python36-testsuite-3.6.15-84.1.s390"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-84.1.s390",
"product": {
"name": "python36-tk-3.6.15-84.1.s390",
"product_id": "python36-tk-3.6.15-84.1.s390"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-84.1.s390",
"product": {
"name": "python36-tools-3.6.15-84.1.s390",
"product_id": "python36-tools-3.6.15-84.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-84.1.s390x",
"product": {
"name": "libpython3_6m1_0-3.6.15-84.1.s390x",
"product_id": "libpython3_6m1_0-3.6.15-84.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"product_id": "libpython3_6m1_0-32bit-3.6.15-84.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-84.1.s390x",
"product": {
"name": "python36-3.6.15-84.1.s390x",
"product_id": "python36-3.6.15-84.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-32bit-3.6.15-84.1.s390x",
"product": {
"name": "python36-32bit-3.6.15-84.1.s390x",
"product_id": "python36-32bit-3.6.15-84.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-84.1.s390x",
"product": {
"name": "python36-base-3.6.15-84.1.s390x",
"product_id": "python36-base-3.6.15-84.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-base-32bit-3.6.15-84.1.s390x",
"product": {
"name": "python36-base-32bit-3.6.15-84.1.s390x",
"product_id": "python36-base-32bit-3.6.15-84.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-84.1.s390x",
"product": {
"name": "python36-curses-3.6.15-84.1.s390x",
"product_id": "python36-curses-3.6.15-84.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-84.1.s390x",
"product": {
"name": "python36-dbm-3.6.15-84.1.s390x",
"product_id": "python36-dbm-3.6.15-84.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-84.1.s390x",
"product": {
"name": "python36-devel-3.6.15-84.1.s390x",
"product_id": "python36-devel-3.6.15-84.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-84.1.s390x",
"product": {
"name": "python36-idle-3.6.15-84.1.s390x",
"product_id": "python36-idle-3.6.15-84.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-84.1.s390x",
"product": {
"name": "python36-testsuite-3.6.15-84.1.s390x",
"product_id": "python36-testsuite-3.6.15-84.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-84.1.s390x",
"product": {
"name": "python36-tk-3.6.15-84.1.s390x",
"product_id": "python36-tk-3.6.15-84.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-84.1.s390x",
"product": {
"name": "python36-tools-3.6.15-84.1.s390x",
"product_id": "python36-tools-3.6.15-84.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-84.1.x86_64",
"product": {
"name": "libpython3_6m1_0-3.6.15-84.1.x86_64",
"product_id": "libpython3_6m1_0-3.6.15-84.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"product_id": "libpython3_6m1_0-32bit-3.6.15-84.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-84.1.x86_64",
"product": {
"name": "python36-3.6.15-84.1.x86_64",
"product_id": "python36-3.6.15-84.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-32bit-3.6.15-84.1.x86_64",
"product": {
"name": "python36-32bit-3.6.15-84.1.x86_64",
"product_id": "python36-32bit-3.6.15-84.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-84.1.x86_64",
"product": {
"name": "python36-base-3.6.15-84.1.x86_64",
"product_id": "python36-base-3.6.15-84.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-base-32bit-3.6.15-84.1.x86_64",
"product": {
"name": "python36-base-32bit-3.6.15-84.1.x86_64",
"product_id": "python36-base-32bit-3.6.15-84.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-84.1.x86_64",
"product": {
"name": "python36-curses-3.6.15-84.1.x86_64",
"product_id": "python36-curses-3.6.15-84.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-84.1.x86_64",
"product": {
"name": "python36-dbm-3.6.15-84.1.x86_64",
"product_id": "python36-dbm-3.6.15-84.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-84.1.x86_64",
"product": {
"name": "python36-devel-3.6.15-84.1.x86_64",
"product_id": "python36-devel-3.6.15-84.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-84.1.x86_64",
"product": {
"name": "python36-idle-3.6.15-84.1.x86_64",
"product_id": "python36-idle-3.6.15-84.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-84.1.x86_64",
"product": {
"name": "python36-testsuite-3.6.15-84.1.x86_64",
"product_id": "python36-testsuite-3.6.15-84.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-84.1.x86_64",
"product": {
"name": "python36-tk-3.6.15-84.1.x86_64",
"product_id": "python36-tk-3.6.15-84.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-84.1.x86_64",
"product": {
"name": "python36-tools-3.6.15-84.1.x86_64",
"product_id": "python36-tools-3.6.15-84.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-84.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-84.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-84.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-84.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-84.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-84.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-84.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-32bit-3.6.15-84.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-84.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64"
},
"product_reference": "python36-3.6.15-84.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-84.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le"
},
"product_reference": "python36-3.6.15-84.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-84.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x"
},
"product_reference": "python36-3.6.15-84.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-84.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64"
},
"product_reference": "python36-3.6.15-84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-84.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64"
},
"product_reference": "python36-base-3.6.15-84.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-84.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le"
},
"product_reference": "python36-base-3.6.15-84.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-84.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x"
},
"product_reference": "python36-base-3.6.15-84.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-84.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64"
},
"product_reference": "python36-base-3.6.15-84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-84.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64"
},
"product_reference": "python36-devel-3.6.15-84.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-84.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le"
},
"product_reference": "python36-devel-3.6.15-84.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-84.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x"
},
"product_reference": "python36-devel-3.6.15-84.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-84.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64"
},
"product_reference": "python36-devel-3.6.15-84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-84.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-32bit-3.6.15-84.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-84.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64"
},
"product_reference": "python36-3.6.15-84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-84.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64"
},
"product_reference": "python36-base-3.6.15-84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-84.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
},
"product_reference": "python36-devel-3.6.15-84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-12718"
}
],
"notes": [
{
"category": "general",
"text": "Allows modifying some file metadata (e.g. last modified) with filter=\"data\" or file permissions (chmod) with filter=\"tar\" of files outside the extraction directory.\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information. Only Python versions 3.12 or later are affected by these vulnerabilities, earlier versions don\u0027t include the extraction filter feature.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-12718",
"url": "https://www.suse.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "SUSE Bug 1244056 for CVE-2024-12718",
"url": "https://bugzilla.suse.com/1244056"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T16:03:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-12718"
},
{
"cve": "CVE-2025-4138",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4138"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4138",
"url": "https://www.suse.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "SUSE Bug 1244059 for CVE-2025-4138",
"url": "https://bugzilla.suse.com/1244059"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T16:03:54Z",
"details": "important"
}
],
"title": "CVE-2025-4138"
},
{
"cve": "CVE-2025-4330",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4330"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4330",
"url": "https://www.suse.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "SUSE Bug 1244060 for CVE-2025-4330",
"url": "https://bugzilla.suse.com/1244060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T16:03:54Z",
"details": "important"
}
],
"title": "CVE-2025-4330"
},
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T16:03:54Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-4516",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4516"
}
],
"notes": [
{
"category": "general",
"text": "There is an issue in CPython when using `bytes.decode(\"unicode_escape\", error=\"ignore|replace\")`. If you are not using the \"unicode_escape\" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4516",
"url": "https://www.suse.com/security/cve/CVE-2025-4516"
},
{
"category": "external",
"summary": "SUSE Bug 1243273 for CVE-2025-4516",
"url": "https://bugzilla.suse.com/1243273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T16:03:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-4516"
},
{
"cve": "CVE-2025-4517",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4517"
}
],
"notes": [
{
"category": "general",
"text": "Allows arbitrary filesystem writes outside the extraction directory during extraction with filter=\"data\".\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4517",
"url": "https://www.suse.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "SUSE Bug 1244032 for CVE-2025-4517",
"url": "https://bugzilla.suse.com/1244032"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T16:03:54Z",
"details": "important"
}
],
"title": "CVE-2025-4517"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-84.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-84.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T16:03:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
}
]
}
SUSE-SU-2025:02359-1
Vulnerability from csaf_suse - Published: 2025-09-23 13:55 - Updated: 2025-09-23 13:55Summary
Security update for python312
Severity
Important
Notes
Title of the patch: Security update for python312
Description of the patch: This update for python312 fixes the following issues:
- CVE-2025-6069: Avoid worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705).
- CVE-2025-4435: Fixed that Tarfile extracts filtered members when errorlevel=0 (bsc#1244061)
Patchnames: SUSE-2025-2359,SUSE-SLE-Module-Python3-15-SP6-2025-2359,openSUSE-SLE-15.6-2025-2359
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.2 (High)
Affected products
Recommended
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-32bit-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-32bit-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-32bit-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-32bit-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python312",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python312 fixes the following issues:\n\n- CVE-2025-6069: Avoid worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705).\n- CVE-2025-4435: Fixed that Tarfile extracts filtered members when errorlevel=0 (bsc#1244061)\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2359,SUSE-SLE-Module-Python3-15-SP6-2025-2359,openSUSE-SLE-15.6-2025-2359",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02359-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02359-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502359-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02359-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040765.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244061",
"url": "https://bugzilla.suse.com/1244061"
},
{
"category": "self",
"summary": "SUSE Bug 1244705",
"url": "https://bugzilla.suse.com/1244705"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
}
],
"title": "Security update for python312",
"tracking": {
"current_release_date": "2025-09-23T13:55:52Z",
"generator": {
"date": "2025-09-23T13:55:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02359-1",
"initial_release_date": "2025-09-23T13:55:52Z",
"revision_history": [
{
"date": "2025-09-23T13:55:52Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"product": {
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"product_id": "libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-3.12.11-150600.3.33.1.aarch64",
"product": {
"name": "python312-3.12.11-150600.3.33.1.aarch64",
"product_id": "python312-3.12.11-150600.3.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.11-150600.3.33.1.aarch64",
"product": {
"name": "python312-base-3.12.11-150600.3.33.1.aarch64",
"product_id": "python312-base-3.12.11-150600.3.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-150600.3.33.1.aarch64",
"product": {
"name": "python312-curses-3.12.11-150600.3.33.1.aarch64",
"product_id": "python312-curses-3.12.11-150600.3.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-150600.3.33.1.aarch64",
"product": {
"name": "python312-dbm-3.12.11-150600.3.33.1.aarch64",
"product_id": "python312-dbm-3.12.11-150600.3.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.11-150600.3.33.1.aarch64",
"product": {
"name": "python312-devel-3.12.11-150600.3.33.1.aarch64",
"product_id": "python312-devel-3.12.11-150600.3.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.11-150600.3.33.1.aarch64",
"product": {
"name": "python312-doc-3.12.11-150600.3.33.1.aarch64",
"product_id": "python312-doc-3.12.11-150600.3.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64",
"product": {
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64",
"product_id": "python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-150600.3.33.1.aarch64",
"product": {
"name": "python312-idle-3.12.11-150600.3.33.1.aarch64",
"product_id": "python312-idle-3.12.11-150600.3.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.11-150600.3.33.1.aarch64",
"product": {
"name": "python312-testsuite-3.12.11-150600.3.33.1.aarch64",
"product_id": "python312-testsuite-3.12.11-150600.3.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-150600.3.33.1.aarch64",
"product": {
"name": "python312-tk-3.12.11-150600.3.33.1.aarch64",
"product_id": "python312-tk-3.12.11-150600.3.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.11-150600.3.33.1.aarch64",
"product": {
"name": "python312-tools-3.12.11-150600.3.33.1.aarch64",
"product_id": "python312-tools-3.12.11-150600.3.33.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-64bit-3.12.11-150600.3.33.1.aarch64_ilp32",
"product": {
"name": "libpython3_12-1_0-64bit-3.12.11-150600.3.33.1.aarch64_ilp32",
"product_id": "libpython3_12-1_0-64bit-3.12.11-150600.3.33.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python312-64bit-3.12.11-150600.3.33.1.aarch64_ilp32",
"product": {
"name": "python312-64bit-3.12.11-150600.3.33.1.aarch64_ilp32",
"product_id": "python312-64bit-3.12.11-150600.3.33.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python312-base-64bit-3.12.11-150600.3.33.1.aarch64_ilp32",
"product": {
"name": "python312-base-64bit-3.12.11-150600.3.33.1.aarch64_ilp32",
"product_id": "python312-base-64bit-3.12.11-150600.3.33.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.i586",
"product": {
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.i586",
"product_id": "libpython3_12-1_0-3.12.11-150600.3.33.1.i586"
}
},
{
"category": "product_version",
"name": "python312-3.12.11-150600.3.33.1.i586",
"product": {
"name": "python312-3.12.11-150600.3.33.1.i586",
"product_id": "python312-3.12.11-150600.3.33.1.i586"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.11-150600.3.33.1.i586",
"product": {
"name": "python312-base-3.12.11-150600.3.33.1.i586",
"product_id": "python312-base-3.12.11-150600.3.33.1.i586"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-150600.3.33.1.i586",
"product": {
"name": "python312-curses-3.12.11-150600.3.33.1.i586",
"product_id": "python312-curses-3.12.11-150600.3.33.1.i586"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-150600.3.33.1.i586",
"product": {
"name": "python312-dbm-3.12.11-150600.3.33.1.i586",
"product_id": "python312-dbm-3.12.11-150600.3.33.1.i586"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.11-150600.3.33.1.i586",
"product": {
"name": "python312-devel-3.12.11-150600.3.33.1.i586",
"product_id": "python312-devel-3.12.11-150600.3.33.1.i586"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.11-150600.3.33.1.i586",
"product": {
"name": "python312-doc-3.12.11-150600.3.33.1.i586",
"product_id": "python312-doc-3.12.11-150600.3.33.1.i586"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.i586",
"product": {
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.i586",
"product_id": "python312-doc-devhelp-3.12.11-150600.3.33.1.i586"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-150600.3.33.1.i586",
"product": {
"name": "python312-idle-3.12.11-150600.3.33.1.i586",
"product_id": "python312-idle-3.12.11-150600.3.33.1.i586"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.11-150600.3.33.1.i586",
"product": {
"name": "python312-testsuite-3.12.11-150600.3.33.1.i586",
"product_id": "python312-testsuite-3.12.11-150600.3.33.1.i586"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-150600.3.33.1.i586",
"product": {
"name": "python312-tk-3.12.11-150600.3.33.1.i586",
"product_id": "python312-tk-3.12.11-150600.3.33.1.i586"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.11-150600.3.33.1.i586",
"product": {
"name": "python312-tools-3.12.11-150600.3.33.1.i586",
"product_id": "python312-tools-3.12.11-150600.3.33.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"product": {
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"product_id": "libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-3.12.11-150600.3.33.1.ppc64le",
"product": {
"name": "python312-3.12.11-150600.3.33.1.ppc64le",
"product_id": "python312-3.12.11-150600.3.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.11-150600.3.33.1.ppc64le",
"product": {
"name": "python312-base-3.12.11-150600.3.33.1.ppc64le",
"product_id": "python312-base-3.12.11-150600.3.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-150600.3.33.1.ppc64le",
"product": {
"name": "python312-curses-3.12.11-150600.3.33.1.ppc64le",
"product_id": "python312-curses-3.12.11-150600.3.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"product": {
"name": "python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"product_id": "python312-dbm-3.12.11-150600.3.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.11-150600.3.33.1.ppc64le",
"product": {
"name": "python312-devel-3.12.11-150600.3.33.1.ppc64le",
"product_id": "python312-devel-3.12.11-150600.3.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.11-150600.3.33.1.ppc64le",
"product": {
"name": "python312-doc-3.12.11-150600.3.33.1.ppc64le",
"product_id": "python312-doc-3.12.11-150600.3.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le",
"product": {
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le",
"product_id": "python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-150600.3.33.1.ppc64le",
"product": {
"name": "python312-idle-3.12.11-150600.3.33.1.ppc64le",
"product_id": "python312-idle-3.12.11-150600.3.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.11-150600.3.33.1.ppc64le",
"product": {
"name": "python312-testsuite-3.12.11-150600.3.33.1.ppc64le",
"product_id": "python312-testsuite-3.12.11-150600.3.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-150600.3.33.1.ppc64le",
"product": {
"name": "python312-tk-3.12.11-150600.3.33.1.ppc64le",
"product_id": "python312-tk-3.12.11-150600.3.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.11-150600.3.33.1.ppc64le",
"product": {
"name": "python312-tools-3.12.11-150600.3.33.1.ppc64le",
"product_id": "python312-tools-3.12.11-150600.3.33.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"product": {
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"product_id": "libpython3_12-1_0-3.12.11-150600.3.33.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-3.12.11-150600.3.33.1.s390x",
"product": {
"name": "python312-3.12.11-150600.3.33.1.s390x",
"product_id": "python312-3.12.11-150600.3.33.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.11-150600.3.33.1.s390x",
"product": {
"name": "python312-base-3.12.11-150600.3.33.1.s390x",
"product_id": "python312-base-3.12.11-150600.3.33.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-150600.3.33.1.s390x",
"product": {
"name": "python312-curses-3.12.11-150600.3.33.1.s390x",
"product_id": "python312-curses-3.12.11-150600.3.33.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-150600.3.33.1.s390x",
"product": {
"name": "python312-dbm-3.12.11-150600.3.33.1.s390x",
"product_id": "python312-dbm-3.12.11-150600.3.33.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.11-150600.3.33.1.s390x",
"product": {
"name": "python312-devel-3.12.11-150600.3.33.1.s390x",
"product_id": "python312-devel-3.12.11-150600.3.33.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.11-150600.3.33.1.s390x",
"product": {
"name": "python312-doc-3.12.11-150600.3.33.1.s390x",
"product_id": "python312-doc-3.12.11-150600.3.33.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.s390x",
"product": {
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.s390x",
"product_id": "python312-doc-devhelp-3.12.11-150600.3.33.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-150600.3.33.1.s390x",
"product": {
"name": "python312-idle-3.12.11-150600.3.33.1.s390x",
"product_id": "python312-idle-3.12.11-150600.3.33.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.11-150600.3.33.1.s390x",
"product": {
"name": "python312-testsuite-3.12.11-150600.3.33.1.s390x",
"product_id": "python312-testsuite-3.12.11-150600.3.33.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-150600.3.33.1.s390x",
"product": {
"name": "python312-tk-3.12.11-150600.3.33.1.s390x",
"product_id": "python312-tk-3.12.11-150600.3.33.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.11-150600.3.33.1.s390x",
"product": {
"name": "python312-tools-3.12.11-150600.3.33.1.s390x",
"product_id": "python312-tools-3.12.11-150600.3.33.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"product_id": "libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64",
"product_id": "libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "python312-3.12.11-150600.3.33.1.x86_64",
"product_id": "python312-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "python312-32bit-3.12.11-150600.3.33.1.x86_64",
"product_id": "python312-32bit-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "python312-base-3.12.11-150600.3.33.1.x86_64",
"product_id": "python312-base-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-base-32bit-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "python312-base-32bit-3.12.11-150600.3.33.1.x86_64",
"product_id": "python312-base-32bit-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "python312-curses-3.12.11-150600.3.33.1.x86_64",
"product_id": "python312-curses-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "python312-dbm-3.12.11-150600.3.33.1.x86_64",
"product_id": "python312-dbm-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "python312-devel-3.12.11-150600.3.33.1.x86_64",
"product_id": "python312-devel-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "python312-doc-3.12.11-150600.3.33.1.x86_64",
"product_id": "python312-doc-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64",
"product_id": "python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "python312-idle-3.12.11-150600.3.33.1.x86_64",
"product_id": "python312-idle-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "python312-testsuite-3.12.11-150600.3.33.1.x86_64",
"product_id": "python312-testsuite-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "python312-tk-3.12.11-150600.3.33.1.x86_64",
"product_id": "python312-tk-3.12.11-150600.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.11-150600.3.33.1.x86_64",
"product": {
"name": "python312-tools-3.12.11-150600.3.33.1.x86_64",
"product_id": "python312-tools-3.12.11-150600.3.33.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-150600.3.33.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-150600.3.33.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-150600.3.33.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-150600.3.33.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.11-150600.3.33.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-base-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.11-150600.3.33.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-base-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.11-150600.3.33.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-base-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.11-150600.3.33.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-base-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-150600.3.33.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-curses-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-150600.3.33.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-curses-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-150600.3.33.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-curses-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-150600.3.33.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-curses-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-150600.3.33.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-dbm-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-150600.3.33.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-150600.3.33.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-dbm-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-150600.3.33.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-dbm-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.11-150600.3.33.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-devel-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.11-150600.3.33.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-devel-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.11-150600.3.33.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-devel-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.11-150600.3.33.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-devel-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-150600.3.33.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-idle-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-150600.3.33.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-idle-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-150600.3.33.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-idle-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-150600.3.33.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-idle-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-150600.3.33.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-tk-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-150600.3.33.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-tk-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-150600.3.33.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-tk-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-150600.3.33.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-tk-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.11-150600.3.33.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-tools-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.11-150600.3.33.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-tools-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.11-150600.3.33.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-tools-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.11-150600.3.33.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-tools-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-150600.3.33.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-150600.3.33.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-150600.3.33.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-32bit-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-32bit-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.11-150600.3.33.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-base-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.11-150600.3.33.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-base-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.11-150600.3.33.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-base-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-base-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-32bit-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-32bit-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-base-32bit-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-150600.3.33.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-curses-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-150600.3.33.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-curses-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-150600.3.33.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-curses-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-curses-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-150600.3.33.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-dbm-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-150600.3.33.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-150600.3.33.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-dbm-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-dbm-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.11-150600.3.33.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-devel-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.11-150600.3.33.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-devel-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.11-150600.3.33.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-devel-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-devel-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.11-150600.3.33.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-doc-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.11-150600.3.33.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-doc-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.11-150600.3.33.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-doc-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-doc-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-doc-devhelp-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-150600.3.33.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-idle-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-150600.3.33.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-idle-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-150600.3.33.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-idle-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-idle-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.11-150600.3.33.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-testsuite-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.11-150600.3.33.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-testsuite-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.11-150600.3.33.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-testsuite-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-testsuite-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-150600.3.33.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-tk-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-150600.3.33.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-tk-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-150600.3.33.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-tk-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-tk-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.11-150600.3.33.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.aarch64"
},
"product_reference": "python312-tools-3.12.11-150600.3.33.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.11-150600.3.33.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.ppc64le"
},
"product_reference": "python312-tools-3.12.11-150600.3.33.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.11-150600.3.33.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.s390x"
},
"product_reference": "python312-tools-3.12.11-150600.3.33.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.11-150600.3.33.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.x86_64"
},
"product_reference": "python312-tools-3.12.11-150600.3.33.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-23T13:55:52Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.33.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.33.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.33.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-23T13:55:52Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
}
]
}
SUSE-SU-2025:02427-1
Vulnerability from csaf_suse - Published: 2025-07-21 08:54 - Updated: 2025-07-21 08:54Summary
Security update for python3
Severity
Important
Notes
Title of the patch: Security update for python3
Description of the patch: This update for python3 fixes the following issues:
- CVE-2024-12718: Fixed extraction filter bypass that allowed file metadata modification outside extraction directory (bsc#1244056)
- CVE-2025-4138: Fixed issue that might allow symlink targets to point outside the destination directory, and the modification of some file metadata (bsc#1244059)
- CVE-2025-4330: Fixed extraction filter bypass that allowed linking outside extraction directory (bsc#1244060)
- CVE-2025-4435: Fixed Tarfile extracts filtered members when errorlevel=0 (bsc#1244061)
- CVE-2025-4517: Fixed arbitrary filesystem writes outside the extraction directory during extraction with filter='data' (bsc#1244032)
- CVE-2025-6069: Fixed worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705)
Patchnames: SUSE-2025-2427,SUSE-SUSE-MicroOS-5.1-2025-2427
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.2 (High)
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.2 (High)
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.2 (High)
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.4 (High)
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
28 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python3",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python3 fixes the following issues:\n\n- CVE-2024-12718: Fixed extraction filter bypass that allowed file metadata modification outside extraction directory (bsc#1244056)\n- CVE-2025-4138: Fixed issue that might allow symlink targets to point outside the destination directory, and the modification of some file metadata (bsc#1244059)\n- CVE-2025-4330: Fixed extraction filter bypass that allowed linking outside extraction directory (bsc#1244060)\n- CVE-2025-4435: Fixed Tarfile extracts filtered members when errorlevel=0 (bsc#1244061)\n- CVE-2025-4517: Fixed arbitrary filesystem writes outside the extraction directory during extraction with filter=\u0027data\u0027 (bsc#1244032)\n- CVE-2025-6069: Fixed worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2427,SUSE-SUSE-MicroOS-5.1-2025-2427",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02427-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02427-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502427-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02427-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040822.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244032",
"url": "https://bugzilla.suse.com/1244032"
},
{
"category": "self",
"summary": "SUSE Bug 1244056",
"url": "https://bugzilla.suse.com/1244056"
},
{
"category": "self",
"summary": "SUSE Bug 1244059",
"url": "https://bugzilla.suse.com/1244059"
},
{
"category": "self",
"summary": "SUSE Bug 1244060",
"url": "https://bugzilla.suse.com/1244060"
},
{
"category": "self",
"summary": "SUSE Bug 1244061",
"url": "https://bugzilla.suse.com/1244061"
},
{
"category": "self",
"summary": "SUSE Bug 1244705",
"url": "https://bugzilla.suse.com/1244705"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-12718 page",
"url": "https://www.suse.com/security/cve/CVE-2024-12718/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4138 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4138/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4330 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4330/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4517 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4517/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
}
],
"title": "Security update for python3",
"tracking": {
"current_release_date": "2025-07-21T08:54:02Z",
"generator": {
"date": "2025-07-21T08:54:02Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02427-1",
"initial_release_date": "2025-07-21T08:54:02Z",
"revision_history": [
{
"date": "2025-07-21T08:54:02Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.182.1.aarch64",
"product": {
"name": "python3-3.6.15-150000.3.182.1.aarch64",
"product_id": "python3-3.6.15-150000.3.182.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.182.1.aarch64",
"product": {
"name": "python3-base-3.6.15-150000.3.182.1.aarch64",
"product_id": "python3-base-3.6.15-150000.3.182.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.182.1.aarch64",
"product": {
"name": "python3-curses-3.6.15-150000.3.182.1.aarch64",
"product_id": "python3-curses-3.6.15-150000.3.182.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.182.1.aarch64",
"product": {
"name": "python3-dbm-3.6.15-150000.3.182.1.aarch64",
"product_id": "python3-dbm-3.6.15-150000.3.182.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.182.1.aarch64",
"product": {
"name": "python3-devel-3.6.15-150000.3.182.1.aarch64",
"product_id": "python3-devel-3.6.15-150000.3.182.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.182.1.aarch64",
"product": {
"name": "python3-doc-3.6.15-150000.3.182.1.aarch64",
"product_id": "python3-doc-3.6.15-150000.3.182.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.182.1.aarch64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.182.1.aarch64",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.182.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.182.1.aarch64",
"product": {
"name": "python3-idle-3.6.15-150000.3.182.1.aarch64",
"product_id": "python3-idle-3.6.15-150000.3.182.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.182.1.aarch64",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.182.1.aarch64",
"product_id": "python3-testsuite-3.6.15-150000.3.182.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.182.1.aarch64",
"product": {
"name": "python3-tk-3.6.15-150000.3.182.1.aarch64",
"product_id": "python3-tk-3.6.15-150000.3.182.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.182.1.aarch64",
"product": {
"name": "python3-tools-3.6.15-150000.3.182.1.aarch64",
"product_id": "python3-tools-3.6.15-150000.3.182.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-64bit-3.6.15-150000.3.182.1.aarch64_ilp32",
"product": {
"name": "libpython3_6m1_0-64bit-3.6.15-150000.3.182.1.aarch64_ilp32",
"product_id": "libpython3_6m1_0-64bit-3.6.15-150000.3.182.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.182.1.i586",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.182.1.i586",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.182.1.i586"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.182.1.i586",
"product": {
"name": "python3-3.6.15-150000.3.182.1.i586",
"product_id": "python3-3.6.15-150000.3.182.1.i586"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.182.1.i586",
"product": {
"name": "python3-base-3.6.15-150000.3.182.1.i586",
"product_id": "python3-base-3.6.15-150000.3.182.1.i586"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.182.1.i586",
"product": {
"name": "python3-curses-3.6.15-150000.3.182.1.i586",
"product_id": "python3-curses-3.6.15-150000.3.182.1.i586"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.182.1.i586",
"product": {
"name": "python3-dbm-3.6.15-150000.3.182.1.i586",
"product_id": "python3-dbm-3.6.15-150000.3.182.1.i586"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.182.1.i586",
"product": {
"name": "python3-devel-3.6.15-150000.3.182.1.i586",
"product_id": "python3-devel-3.6.15-150000.3.182.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.182.1.i586",
"product": {
"name": "python3-doc-3.6.15-150000.3.182.1.i586",
"product_id": "python3-doc-3.6.15-150000.3.182.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.182.1.i586",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.182.1.i586",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.182.1.i586"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.182.1.i586",
"product": {
"name": "python3-idle-3.6.15-150000.3.182.1.i586",
"product_id": "python3-idle-3.6.15-150000.3.182.1.i586"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.182.1.i586",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.182.1.i586",
"product_id": "python3-testsuite-3.6.15-150000.3.182.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.182.1.i586",
"product": {
"name": "python3-tk-3.6.15-150000.3.182.1.i586",
"product_id": "python3-tk-3.6.15-150000.3.182.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.182.1.i586",
"product": {
"name": "python3-tools-3.6.15-150000.3.182.1.i586",
"product_id": "python3-tools-3.6.15-150000.3.182.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.182.1.ppc64le",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.182.1.ppc64le",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.182.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.182.1.ppc64le",
"product": {
"name": "python3-3.6.15-150000.3.182.1.ppc64le",
"product_id": "python3-3.6.15-150000.3.182.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.182.1.ppc64le",
"product": {
"name": "python3-base-3.6.15-150000.3.182.1.ppc64le",
"product_id": "python3-base-3.6.15-150000.3.182.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.182.1.ppc64le",
"product": {
"name": "python3-curses-3.6.15-150000.3.182.1.ppc64le",
"product_id": "python3-curses-3.6.15-150000.3.182.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.182.1.ppc64le",
"product": {
"name": "python3-dbm-3.6.15-150000.3.182.1.ppc64le",
"product_id": "python3-dbm-3.6.15-150000.3.182.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.182.1.ppc64le",
"product": {
"name": "python3-devel-3.6.15-150000.3.182.1.ppc64le",
"product_id": "python3-devel-3.6.15-150000.3.182.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.182.1.ppc64le",
"product": {
"name": "python3-doc-3.6.15-150000.3.182.1.ppc64le",
"product_id": "python3-doc-3.6.15-150000.3.182.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.182.1.ppc64le",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.182.1.ppc64le",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.182.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.182.1.ppc64le",
"product": {
"name": "python3-idle-3.6.15-150000.3.182.1.ppc64le",
"product_id": "python3-idle-3.6.15-150000.3.182.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.182.1.ppc64le",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.182.1.ppc64le",
"product_id": "python3-testsuite-3.6.15-150000.3.182.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.182.1.ppc64le",
"product": {
"name": "python3-tk-3.6.15-150000.3.182.1.ppc64le",
"product_id": "python3-tk-3.6.15-150000.3.182.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.182.1.ppc64le",
"product": {
"name": "python3-tools-3.6.15-150000.3.182.1.ppc64le",
"product_id": "python3-tools-3.6.15-150000.3.182.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.182.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.182.1.s390x",
"product": {
"name": "python3-3.6.15-150000.3.182.1.s390x",
"product_id": "python3-3.6.15-150000.3.182.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.182.1.s390x",
"product": {
"name": "python3-base-3.6.15-150000.3.182.1.s390x",
"product_id": "python3-base-3.6.15-150000.3.182.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.182.1.s390x",
"product": {
"name": "python3-curses-3.6.15-150000.3.182.1.s390x",
"product_id": "python3-curses-3.6.15-150000.3.182.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.182.1.s390x",
"product": {
"name": "python3-dbm-3.6.15-150000.3.182.1.s390x",
"product_id": "python3-dbm-3.6.15-150000.3.182.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.182.1.s390x",
"product": {
"name": "python3-devel-3.6.15-150000.3.182.1.s390x",
"product_id": "python3-devel-3.6.15-150000.3.182.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.182.1.s390x",
"product": {
"name": "python3-doc-3.6.15-150000.3.182.1.s390x",
"product_id": "python3-doc-3.6.15-150000.3.182.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.182.1.s390x",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.182.1.s390x",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.182.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.182.1.s390x",
"product": {
"name": "python3-idle-3.6.15-150000.3.182.1.s390x",
"product_id": "python3-idle-3.6.15-150000.3.182.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.182.1.s390x",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.182.1.s390x",
"product_id": "python3-testsuite-3.6.15-150000.3.182.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.182.1.s390x",
"product": {
"name": "python3-tk-3.6.15-150000.3.182.1.s390x",
"product_id": "python3-tk-3.6.15-150000.3.182.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.182.1.s390x",
"product": {
"name": "python3-tools-3.6.15-150000.3.182.1.s390x",
"product_id": "python3-tools-3.6.15-150000.3.182.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-150000.3.182.1.x86_64",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-150000.3.182.1.x86_64",
"product_id": "libpython3_6m1_0-32bit-3.6.15-150000.3.182.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.182.1.x86_64",
"product": {
"name": "python3-3.6.15-150000.3.182.1.x86_64",
"product_id": "python3-3.6.15-150000.3.182.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.182.1.x86_64",
"product": {
"name": "python3-base-3.6.15-150000.3.182.1.x86_64",
"product_id": "python3-base-3.6.15-150000.3.182.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.182.1.x86_64",
"product": {
"name": "python3-curses-3.6.15-150000.3.182.1.x86_64",
"product_id": "python3-curses-3.6.15-150000.3.182.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.182.1.x86_64",
"product": {
"name": "python3-dbm-3.6.15-150000.3.182.1.x86_64",
"product_id": "python3-dbm-3.6.15-150000.3.182.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.182.1.x86_64",
"product": {
"name": "python3-devel-3.6.15-150000.3.182.1.x86_64",
"product_id": "python3-devel-3.6.15-150000.3.182.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.182.1.x86_64",
"product": {
"name": "python3-doc-3.6.15-150000.3.182.1.x86_64",
"product_id": "python3-doc-3.6.15-150000.3.182.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.182.1.x86_64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.182.1.x86_64",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.182.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.182.1.x86_64",
"product": {
"name": "python3-idle-3.6.15-150000.3.182.1.x86_64",
"product_id": "python3-idle-3.6.15-150000.3.182.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.182.1.x86_64",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.182.1.x86_64",
"product_id": "python3-testsuite-3.6.15-150000.3.182.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.182.1.x86_64",
"product": {
"name": "python3-tk-3.6.15-150000.3.182.1.x86_64",
"product_id": "python3-tk-3.6.15-150000.3.182.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.182.1.x86_64",
"product": {
"name": "python3-tools-3.6.15-150000.3.182.1.x86_64",
"product_id": "python3-tools-3.6.15-150000.3.182.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150000.3.182.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150000.3.182.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64"
},
"product_reference": "python3-3.6.15-150000.3.182.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150000.3.182.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x"
},
"product_reference": "python3-3.6.15-150000.3.182.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150000.3.182.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64"
},
"product_reference": "python3-3.6.15-150000.3.182.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150000.3.182.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150000.3.182.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150000.3.182.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x"
},
"product_reference": "python3-base-3.6.15-150000.3.182.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150000.3.182.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150000.3.182.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-12718"
}
],
"notes": [
{
"category": "general",
"text": "Allows modifying some file metadata (e.g. last modified) with filter=\"data\" or file permissions (chmod) with filter=\"tar\" of files outside the extraction directory.\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information. Only Python versions 3.12 or later are affected by these vulnerabilities, earlier versions don\u0027t include the extraction filter feature.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-12718",
"url": "https://www.suse.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "SUSE Bug 1244056 for CVE-2024-12718",
"url": "https://bugzilla.suse.com/1244056"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-21T08:54:02Z",
"details": "moderate"
}
],
"title": "CVE-2024-12718"
},
{
"cve": "CVE-2025-4138",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4138"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4138",
"url": "https://www.suse.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "SUSE Bug 1244059 for CVE-2025-4138",
"url": "https://bugzilla.suse.com/1244059"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-21T08:54:02Z",
"details": "important"
}
],
"title": "CVE-2025-4138"
},
{
"cve": "CVE-2025-4330",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4330"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4330",
"url": "https://www.suse.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "SUSE Bug 1244060 for CVE-2025-4330",
"url": "https://bugzilla.suse.com/1244060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-21T08:54:02Z",
"details": "important"
}
],
"title": "CVE-2025-4330"
},
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-21T08:54:02Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-4517",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4517"
}
],
"notes": [
{
"category": "general",
"text": "Allows arbitrary filesystem writes outside the extraction directory during extraction with filter=\"data\".\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4517",
"url": "https://www.suse.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "SUSE Bug 1244032 for CVE-2025-4517",
"url": "https://bugzilla.suse.com/1244032"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-21T08:54:02Z",
"details": "important"
}
],
"title": "CVE-2025-4517"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.182.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.182.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-21T08:54:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
}
]
}
SUSE-SU-2025:02717-1
Vulnerability from csaf_suse - Published: 2025-08-06 13:39 - Updated: 2025-08-06 13:39Summary
Security update for python311
Severity
Important
Notes
Title of the patch: Security update for python311
Description of the patch: This update for python311 fixes the following issues:
- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249).
- CVE-2025-6069: Avoid worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705).
- CVE-2025-4435: Fixed Tarfile extracting filtered members when errorlevel=0 (bsc#1244061).
Patchnames: SUSE-2025-2717,SUSE-SLE-Module-Basesystem-15-SP6-2025-2717,SUSE-SLE-Module-Basesystem-15-SP7-2025-2717,SUSE-SLE-Module-Python3-15-SP6-2025-2717,SUSE-SLE-Module-Python3-15-SP7-2025-2717,openSUSE-SLE-15.6-2025-2717
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.2 (High)
Affected products
Recommended
123 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
123 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
123 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python311",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python311 fixes the following issues:\n\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249).\n- CVE-2025-6069: Avoid worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705).\n- CVE-2025-4435: Fixed Tarfile extracting filtered members when errorlevel=0 (bsc#1244061).\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2717,SUSE-SLE-Module-Basesystem-15-SP6-2025-2717,SUSE-SLE-Module-Basesystem-15-SP7-2025-2717,SUSE-SLE-Module-Python3-15-SP6-2025-2717,SUSE-SLE-Module-Python3-15-SP7-2025-2717,openSUSE-SLE-15.6-2025-2717",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02717-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02717-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502717-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02717-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041133.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244061",
"url": "https://bugzilla.suse.com/1244061"
},
{
"category": "self",
"summary": "SUSE Bug 1244705",
"url": "https://bugzilla.suse.com/1244705"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2025-08-06T13:39:47Z",
"generator": {
"date": "2025-08-06T13:39:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02717-1",
"initial_release_date": "2025-08-06T13:39:47Z",
"revision_history": [
{
"date": "2025-08-06T13:39:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150600.3.35.2.aarch64",
"product": {
"name": "python311-3.11.13-150600.3.35.2.aarch64",
"product_id": "python311-3.11.13-150600.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "python311-base-3.11.13-150600.3.35.1.aarch64",
"product_id": "python311-base-3.11.13-150600.3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150600.3.35.2.aarch64",
"product": {
"name": "python311-curses-3.11.13-150600.3.35.2.aarch64",
"product_id": "python311-curses-3.11.13-150600.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150600.3.35.2.aarch64",
"product": {
"name": "python311-dbm-3.11.13-150600.3.35.2.aarch64",
"product_id": "python311-dbm-3.11.13-150600.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "python311-devel-3.11.13-150600.3.35.1.aarch64",
"product_id": "python311-devel-3.11.13-150600.3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "python311-doc-3.11.13-150600.3.35.1.aarch64",
"product_id": "python311-doc-3.11.13-150600.3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"product_id": "python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150600.3.35.2.aarch64",
"product": {
"name": "python311-idle-3.11.13-150600.3.35.2.aarch64",
"product_id": "python311-idle-3.11.13-150600.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"product_id": "python311-testsuite-3.11.13-150600.3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150600.3.35.2.aarch64",
"product": {
"name": "python311-tk-3.11.13-150600.3.35.2.aarch64",
"product_id": "python311-tk-3.11.13-150600.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "python311-tools-3.11.13-150600.3.35.1.aarch64",
"product_id": "python311-tools-3.11.13-150600.3.35.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-64bit-3.11.13-150600.3.35.1.aarch64_ilp32",
"product": {
"name": "libpython3_11-1_0-64bit-3.11.13-150600.3.35.1.aarch64_ilp32",
"product_id": "libpython3_11-1_0-64bit-3.11.13-150600.3.35.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-64bit-3.11.13-150600.3.35.2.aarch64_ilp32",
"product": {
"name": "python311-64bit-3.11.13-150600.3.35.2.aarch64_ilp32",
"product_id": "python311-64bit-3.11.13-150600.3.35.2.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-base-64bit-3.11.13-150600.3.35.1.aarch64_ilp32",
"product": {
"name": "python311-base-64bit-3.11.13-150600.3.35.1.aarch64_ilp32",
"product_id": "python311-base-64bit-3.11.13-150600.3.35.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.i586",
"product": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.i586",
"product_id": "libpython3_11-1_0-3.11.13-150600.3.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150600.3.35.2.i586",
"product": {
"name": "python311-3.11.13-150600.3.35.2.i586",
"product_id": "python311-3.11.13-150600.3.35.2.i586"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150600.3.35.1.i586",
"product": {
"name": "python311-base-3.11.13-150600.3.35.1.i586",
"product_id": "python311-base-3.11.13-150600.3.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150600.3.35.2.i586",
"product": {
"name": "python311-curses-3.11.13-150600.3.35.2.i586",
"product_id": "python311-curses-3.11.13-150600.3.35.2.i586"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150600.3.35.2.i586",
"product": {
"name": "python311-dbm-3.11.13-150600.3.35.2.i586",
"product_id": "python311-dbm-3.11.13-150600.3.35.2.i586"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150600.3.35.1.i586",
"product": {
"name": "python311-devel-3.11.13-150600.3.35.1.i586",
"product_id": "python311-devel-3.11.13-150600.3.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150600.3.35.1.i586",
"product": {
"name": "python311-doc-3.11.13-150600.3.35.1.i586",
"product_id": "python311-doc-3.11.13-150600.3.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.i586",
"product": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.i586",
"product_id": "python311-doc-devhelp-3.11.13-150600.3.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150600.3.35.2.i586",
"product": {
"name": "python311-idle-3.11.13-150600.3.35.2.i586",
"product_id": "python311-idle-3.11.13-150600.3.35.2.i586"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150600.3.35.1.i586",
"product": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.i586",
"product_id": "python311-testsuite-3.11.13-150600.3.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150600.3.35.2.i586",
"product": {
"name": "python311-tk-3.11.13-150600.3.35.2.i586",
"product_id": "python311-tk-3.11.13-150600.3.35.2.i586"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150600.3.35.1.i586",
"product": {
"name": "python311-tools-3.11.13-150600.3.35.1.i586",
"product_id": "python311-tools-3.11.13-150600.3.35.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"product_id": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150600.3.35.2.ppc64le",
"product": {
"name": "python311-3.11.13-150600.3.35.2.ppc64le",
"product_id": "python311-3.11.13-150600.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "python311-base-3.11.13-150600.3.35.1.ppc64le",
"product_id": "python311-base-3.11.13-150600.3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150600.3.35.2.ppc64le",
"product": {
"name": "python311-curses-3.11.13-150600.3.35.2.ppc64le",
"product_id": "python311-curses-3.11.13-150600.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"product": {
"name": "python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"product_id": "python311-dbm-3.11.13-150600.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "python311-devel-3.11.13-150600.3.35.1.ppc64le",
"product_id": "python311-devel-3.11.13-150600.3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "python311-doc-3.11.13-150600.3.35.1.ppc64le",
"product_id": "python311-doc-3.11.13-150600.3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"product_id": "python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150600.3.35.2.ppc64le",
"product": {
"name": "python311-idle-3.11.13-150600.3.35.2.ppc64le",
"product_id": "python311-idle-3.11.13-150600.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"product_id": "python311-testsuite-3.11.13-150600.3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150600.3.35.2.ppc64le",
"product": {
"name": "python311-tk-3.11.13-150600.3.35.2.ppc64le",
"product_id": "python311-tk-3.11.13-150600.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "python311-tools-3.11.13-150600.3.35.1.ppc64le",
"product_id": "python311-tools-3.11.13-150600.3.35.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"product_id": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150600.3.35.2.s390x",
"product": {
"name": "python311-3.11.13-150600.3.35.2.s390x",
"product_id": "python311-3.11.13-150600.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "python311-base-3.11.13-150600.3.35.1.s390x",
"product_id": "python311-base-3.11.13-150600.3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150600.3.35.2.s390x",
"product": {
"name": "python311-curses-3.11.13-150600.3.35.2.s390x",
"product_id": "python311-curses-3.11.13-150600.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150600.3.35.2.s390x",
"product": {
"name": "python311-dbm-3.11.13-150600.3.35.2.s390x",
"product_id": "python311-dbm-3.11.13-150600.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "python311-devel-3.11.13-150600.3.35.1.s390x",
"product_id": "python311-devel-3.11.13-150600.3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "python311-doc-3.11.13-150600.3.35.1.s390x",
"product_id": "python311-doc-3.11.13-150600.3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"product_id": "python311-doc-devhelp-3.11.13-150600.3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150600.3.35.2.s390x",
"product": {
"name": "python311-idle-3.11.13-150600.3.35.2.s390x",
"product_id": "python311-idle-3.11.13-150600.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.s390x",
"product_id": "python311-testsuite-3.11.13-150600.3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150600.3.35.2.s390x",
"product": {
"name": "python311-tk-3.11.13-150600.3.35.2.s390x",
"product_id": "python311-tk-3.11.13-150600.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "python311-tools-3.11.13-150600.3.35.1.s390x",
"product_id": "python311-tools-3.11.13-150600.3.35.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"product_id": "libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150600.3.35.2.x86_64",
"product": {
"name": "python311-3.11.13-150600.3.35.2.x86_64",
"product_id": "python311-3.11.13-150600.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.13-150600.3.35.2.x86_64",
"product": {
"name": "python311-32bit-3.11.13-150600.3.35.2.x86_64",
"product_id": "python311-32bit-3.11.13-150600.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-base-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-base-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-base-32bit-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150600.3.35.2.x86_64",
"product": {
"name": "python311-curses-3.11.13-150600.3.35.2.x86_64",
"product_id": "python311-curses-3.11.13-150600.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150600.3.35.2.x86_64",
"product": {
"name": "python311-dbm-3.11.13-150600.3.35.2.x86_64",
"product_id": "python311-dbm-3.11.13-150600.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-devel-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-devel-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-doc-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-doc-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150600.3.35.2.x86_64",
"product": {
"name": "python311-idle-3.11.13-150600.3.35.2.x86_64",
"product_id": "python311-idle-3.11.13-150600.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-testsuite-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150600.3.35.2.x86_64",
"product": {
"name": "python311-tk-3.11.13-150600.3.35.2.x86_64",
"product_id": "python311-tk-3.11.13-150600.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-tools-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-tools-3.11.13-150600.3.35.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.13-150600.3.35.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-32bit-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-32bit-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-doc-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-doc-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-doc-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-doc-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-testsuite-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-06T13:39:47Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-06T13:39:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
},
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-06T13:39:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
SUSE-SU-2025:02767-1
Vulnerability from csaf_suse - Published: 2025-08-12 13:01 - Updated: 2025-08-12 13:01Summary
Security update for python313
Severity
Important
Notes
Title of the patch: Security update for python313
Description of the patch: This update for python313 fixes the following issues:
- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249).
- CVE-2025-6069: Avoid worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705).
- CVE-2025-4435: Fixed Tarfile extracting filtered members when errorlevel=0 (bsc#1244061).
Patchnames: SUSE-2025-2767,SUSE-SLE-Module-Python3-15-SP7-2025-2767
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.2 (High)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
18 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python313",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python313 fixes the following issues:\n\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249).\n- CVE-2025-6069: Avoid worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705).\n- CVE-2025-4435: Fixed Tarfile extracting filtered members when errorlevel=0 (bsc#1244061).\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2767,SUSE-SLE-Module-Python3-15-SP7-2025-2767",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02767-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02767-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502767-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02767-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041176.html"
},
{
"category": "self",
"summary": "SUSE Bug 1243155",
"url": "https://bugzilla.suse.com/1243155"
},
{
"category": "self",
"summary": "SUSE Bug 1244061",
"url": "https://bugzilla.suse.com/1244061"
},
{
"category": "self",
"summary": "SUSE Bug 1244705",
"url": "https://bugzilla.suse.com/1244705"
},
{
"category": "self",
"summary": "SUSE Bug 1246229",
"url": "https://bugzilla.suse.com/1246229"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python313",
"tracking": {
"current_release_date": "2025-08-12T13:01:00Z",
"generator": {
"date": "2025-08-12T13:01:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02767-1",
"initial_release_date": "2025-08-12T13:01:00Z",
"revision_history": [
{
"date": "2025-08-12T13:01:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"product_id": "libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-base-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-base-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-curses-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-curses-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-dbm-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-dbm-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-devel-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-devel-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-doc-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-doc-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-doc-devhelp-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-idle-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-idle-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-testsuite-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-testsuite-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-tk-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-tk-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-tools-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-tools-3.13.5-150700.4.20.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-64bit-3.13.5-150700.4.20.1.aarch64_ilp32",
"product": {
"name": "libpython3_13-1_0-64bit-3.13.5-150700.4.20.1.aarch64_ilp32",
"product_id": "libpython3_13-1_0-64bit-3.13.5-150700.4.20.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python313-64bit-3.13.5-150700.4.20.1.aarch64_ilp32",
"product": {
"name": "python313-64bit-3.13.5-150700.4.20.1.aarch64_ilp32",
"product_id": "python313-64bit-3.13.5-150700.4.20.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python313-base-64bit-3.13.5-150700.4.20.1.aarch64_ilp32",
"product": {
"name": "python313-base-64bit-3.13.5-150700.4.20.1.aarch64_ilp32",
"product_id": "python313-base-64bit-3.13.5-150700.4.20.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.i586",
"product": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.i586",
"product_id": "libpython3_13-1_0-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.i586",
"product": {
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.i586",
"product_id": "libpython3_13t1_0-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-3.13.5-150700.4.20.1.i586",
"product_id": "python313-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-base-3.13.5-150700.4.20.1.i586",
"product_id": "python313-base-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-curses-3.13.5-150700.4.20.1.i586",
"product_id": "python313-curses-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-dbm-3.13.5-150700.4.20.1.i586",
"product_id": "python313-dbm-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-devel-3.13.5-150700.4.20.1.i586",
"product_id": "python313-devel-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-doc-3.13.5-150700.4.20.1.i586",
"product_id": "python313-doc-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.i586",
"product_id": "python313-doc-devhelp-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-idle-3.13.5-150700.4.20.1.i586",
"product_id": "python313-idle-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-base-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-base-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-curses-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-dbm-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-devel-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-idle-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-testsuite-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-tk-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-tools-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-testsuite-3.13.5-150700.4.20.1.i586",
"product_id": "python313-testsuite-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-tk-3.13.5-150700.4.20.1.i586",
"product_id": "python313-tk-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-tools-3.13.5-150700.4.20.1.i586",
"product_id": "python313-tools-3.13.5-150700.4.20.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"product_id": "libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.ppc64le",
"product_id": "libpython3_13t1_0-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-base-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-base-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-curses-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-curses-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-dbm-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-devel-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-devel-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-doc-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-doc-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-doc-devhelp-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-idle-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-idle-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-base-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-base-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-curses-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-dbm-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-devel-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-idle-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-testsuite-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-tk-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-tools-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-testsuite-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-testsuite-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-tk-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-tk-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-tools-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-tools-3.13.5-150700.4.20.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"product_id": "libpython3_13-1_0-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.s390x",
"product_id": "libpython3_13t1_0-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-base-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-base-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-curses-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-curses-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-dbm-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-dbm-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-devel-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-devel-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-doc-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-doc-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-doc-devhelp-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-idle-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-idle-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-base-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-base-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-curses-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-dbm-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-devel-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-idle-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-testsuite-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-tk-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-tools-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-testsuite-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-testsuite-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-tk-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-tk-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-tools-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-tools-3.13.5-150700.4.20.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"product_id": "libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_13-1_0-32bit-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "libpython3_13-1_0-32bit-3.13.5-150700.4.20.1.x86_64",
"product_id": "libpython3_13-1_0-32bit-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.x86_64",
"product_id": "libpython3_13t1_0-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-32bit-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-32bit-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-32bit-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-base-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-base-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-32bit-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-base-32bit-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-base-32bit-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-curses-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-curses-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-dbm-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-dbm-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-devel-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-devel-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-doc-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-doc-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-doc-devhelp-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-idle-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-idle-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-base-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-base-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-curses-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-dbm-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-devel-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-idle-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-testsuite-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-tk-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-tools-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-testsuite-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-testsuite-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-tk-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-tk-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-tools-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-tools-3.13.5-150700.4.20.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-base-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-base-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-base-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-base-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-curses-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-curses-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-curses-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-curses-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-dbm-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-dbm-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-dbm-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-devel-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-devel-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-devel-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-devel-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-idle-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-idle-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-idle-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-idle-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-tk-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-tk-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-tk-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-tk-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-tools-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-tools-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-tools-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-tools-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-12T13:01:00Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-12T13:01:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
},
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-12T13:01:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
SUSE-SU-2025:02778-1
Vulnerability from csaf_suse - Published: 2025-08-13 06:46 - Updated: 2025-08-13 06:46Summary
Security update for python3
Severity
Important
Notes
Title of the patch: Security update for python3
Description of the patch: This update for python3 fixes the following issues:
- CVE-2025-4516: use-after-free in the unicode-escape decoder when using the error handler (bsc#1243273).
- CVE-2024-12718: Fixed extraction filter bypass that allowed file metadata modification outside extraction directory (bsc#1244056)
- CVE-2025-4138: Fixed issue that might allow symlink targets to point outside the destination directory, and the modification of some file metadata (bsc#1244059)
- CVE-2025-4330: Fixed extraction filter bypass that allowed linking outside extraction directory (bsc#1244060)
- CVE-2025-4435: Fixed Tarfile extracts filtered members when errorlevel=0 (bsc#1244061)
- CVE-2025-4517: Fixed arbitrary filesystem writes outside the extraction directory during extraction with filter='data' (bsc#1244032)
- CVE-2025-6069: Fixed worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705)
- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249)
Other fixes:
- Limit buffer size for IPv6 address parsing (bsc#1244401).
Patchnames: SUSE-2025-2778,SUSE-SLE-Micro-5.3-2025-2778,SUSE-SLE-Micro-5.4-2025-2778,SUSE-SLE-Micro-5.5-2025-2778,SUSE-SLE-Module-Basesystem-15-SP6-2025-2778,SUSE-SLE-Module-Basesystem-15-SP7-2025-2778,SUSE-SLE-Module-Development-Tools-15-SP6-2025-2778,SUSE-SLE-Module-Development-Tools-15-SP7-2025-2778,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2778,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2778,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2778,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2778,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2778,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2778,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2778,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2778,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2778,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2778,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2778,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-2778,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-2778,SUSE-SUSE-MicroOS-5.2-2025-2778,SUSE-Storage-7.1-2025-2778,openSUSE-SLE-15.6-2025-2778
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
462 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.2 (High)
Affected products
Recommended
462 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.2 (High)
Affected products
Recommended
462 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.2 (High)
Affected products
Recommended
462 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.1 (Medium)
Affected products
Recommended
462 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.4 (High)
Affected products
Recommended
462 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
462 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
462 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
39 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python3",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python3 fixes the following issues:\n\n- CVE-2025-4516: use-after-free in the unicode-escape decoder when using the error handler (bsc#1243273).\n- CVE-2024-12718: Fixed extraction filter bypass that allowed file metadata modification outside extraction directory (bsc#1244056)\n- CVE-2025-4138: Fixed issue that might allow symlink targets to point outside the destination directory, and the modification of some file metadata (bsc#1244059)\n- CVE-2025-4330: Fixed extraction filter bypass that allowed linking outside extraction directory (bsc#1244060)\n- CVE-2025-4435: Fixed Tarfile extracts filtered members when errorlevel=0 (bsc#1244061)\n- CVE-2025-4517: Fixed arbitrary filesystem writes outside the extraction directory during extraction with filter=\u0027data\u0027 (bsc#1244032)\n- CVE-2025-6069: Fixed worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705)\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249)\n \nOther fixes:\n- Limit buffer size for IPv6 address parsing (bsc#1244401).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2778,SUSE-SLE-Micro-5.3-2025-2778,SUSE-SLE-Micro-5.4-2025-2778,SUSE-SLE-Micro-5.5-2025-2778,SUSE-SLE-Module-Basesystem-15-SP6-2025-2778,SUSE-SLE-Module-Basesystem-15-SP7-2025-2778,SUSE-SLE-Module-Development-Tools-15-SP6-2025-2778,SUSE-SLE-Module-Development-Tools-15-SP7-2025-2778,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2778,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2778,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2778,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2778,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2778,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2778,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2778,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2778,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2778,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2778,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2778,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-2778,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-2778,SUSE-SUSE-MicroOS-5.2-2025-2778,SUSE-Storage-7.1-2025-2778,openSUSE-SLE-15.6-2025-2778",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02778-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02778-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502778-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02778-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041187.html"
},
{
"category": "self",
"summary": "SUSE Bug 1233012",
"url": "https://bugzilla.suse.com/1233012"
},
{
"category": "self",
"summary": "SUSE Bug 1243273",
"url": "https://bugzilla.suse.com/1243273"
},
{
"category": "self",
"summary": "SUSE Bug 1244032",
"url": "https://bugzilla.suse.com/1244032"
},
{
"category": "self",
"summary": "SUSE Bug 1244056",
"url": "https://bugzilla.suse.com/1244056"
},
{
"category": "self",
"summary": "SUSE Bug 1244059",
"url": "https://bugzilla.suse.com/1244059"
},
{
"category": "self",
"summary": "SUSE Bug 1244060",
"url": "https://bugzilla.suse.com/1244060"
},
{
"category": "self",
"summary": "SUSE Bug 1244061",
"url": "https://bugzilla.suse.com/1244061"
},
{
"category": "self",
"summary": "SUSE Bug 1244401",
"url": "https://bugzilla.suse.com/1244401"
},
{
"category": "self",
"summary": "SUSE Bug 1244705",
"url": "https://bugzilla.suse.com/1244705"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE Bug 831629",
"url": "https://bugzilla.suse.com/831629"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-12718 page",
"url": "https://www.suse.com/security/cve/CVE-2024-12718/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4138 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4138/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4330 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4330/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4516 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4516/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4517 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4517/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python3",
"tracking": {
"current_release_date": "2025-08-13T06:46:17Z",
"generator": {
"date": "2025-08-13T06:46:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02778-1",
"initial_release_date": "2025-08-13T06:46:17Z",
"revision_history": [
{
"date": "2025-08-13T06:46:17Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.97.2.aarch64",
"product": {
"name": "python3-3.6.15-150300.10.97.2.aarch64",
"product_id": "python3-3.6.15-150300.10.97.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.97.1.aarch64",
"product": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64",
"product_id": "python3-base-3.6.15-150300.10.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"product": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"product_id": "python3-curses-3.6.15-150300.10.97.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"product": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"product_id": "python3-dbm-3.6.15-150300.10.97.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"product": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"product_id": "python3-devel-3.6.15-150300.10.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.97.1.aarch64",
"product": {
"name": "python3-doc-3.6.15-150300.10.97.1.aarch64",
"product_id": "python3-doc-3.6.15-150300.10.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"product": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"product_id": "python3-idle-3.6.15-150300.10.97.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"product_id": "python3-testsuite-3.6.15-150300.10.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"product": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"product_id": "python3-tk-3.6.15-150300.10.97.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"product": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"product_id": "python3-tools-3.6.15-150300.10.97.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-64bit-3.6.15-150300.10.97.1.aarch64_ilp32",
"product": {
"name": "libpython3_6m1_0-64bit-3.6.15-150300.10.97.1.aarch64_ilp32",
"product_id": "libpython3_6m1_0-64bit-3.6.15-150300.10.97.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.i586",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.i586",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.97.1.i586"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.97.2.i586",
"product": {
"name": "python3-3.6.15-150300.10.97.2.i586",
"product_id": "python3-3.6.15-150300.10.97.2.i586"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.97.1.i586",
"product": {
"name": "python3-base-3.6.15-150300.10.97.1.i586",
"product_id": "python3-base-3.6.15-150300.10.97.1.i586"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.97.2.i586",
"product": {
"name": "python3-curses-3.6.15-150300.10.97.2.i586",
"product_id": "python3-curses-3.6.15-150300.10.97.2.i586"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.97.2.i586",
"product": {
"name": "python3-dbm-3.6.15-150300.10.97.2.i586",
"product_id": "python3-dbm-3.6.15-150300.10.97.2.i586"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.97.1.i586",
"product": {
"name": "python3-devel-3.6.15-150300.10.97.1.i586",
"product_id": "python3-devel-3.6.15-150300.10.97.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.97.1.i586",
"product": {
"name": "python3-doc-3.6.15-150300.10.97.1.i586",
"product_id": "python3-doc-3.6.15-150300.10.97.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.i586",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.i586",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.97.1.i586"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.97.2.i586",
"product": {
"name": "python3-idle-3.6.15-150300.10.97.2.i586",
"product_id": "python3-idle-3.6.15-150300.10.97.2.i586"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.97.1.i586",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.i586",
"product_id": "python3-testsuite-3.6.15-150300.10.97.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.97.2.i586",
"product": {
"name": "python3-tk-3.6.15-150300.10.97.2.i586",
"product_id": "python3-tk-3.6.15-150300.10.97.2.i586"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.97.1.i586",
"product": {
"name": "python3-tools-3.6.15-150300.10.97.1.i586",
"product_id": "python3-tools-3.6.15-150300.10.97.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.97.2.ppc64le",
"product": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le",
"product_id": "python3-3.6.15-150300.10.97.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"product_id": "python3-base-3.6.15-150300.10.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"product": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"product_id": "python3-curses-3.6.15-150300.10.97.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"product": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"product_id": "python3-dbm-3.6.15-150300.10.97.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"product_id": "python3-devel-3.6.15-150300.10.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "python3-doc-3.6.15-150300.10.97.1.ppc64le",
"product_id": "python3-doc-3.6.15-150300.10.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"product": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"product_id": "python3-idle-3.6.15-150300.10.97.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"product_id": "python3-testsuite-3.6.15-150300.10.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"product": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"product_id": "python3-tk-3.6.15-150300.10.97.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"product_id": "python3-tools-3.6.15-150300.10.97.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.97.2.s390x",
"product": {
"name": "python3-3.6.15-150300.10.97.2.s390x",
"product_id": "python3-3.6.15-150300.10.97.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x",
"product_id": "python3-base-3.6.15-150300.10.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.97.2.s390x",
"product": {
"name": "python3-curses-3.6.15-150300.10.97.2.s390x",
"product_id": "python3-curses-3.6.15-150300.10.97.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.97.2.s390x",
"product": {
"name": "python3-dbm-3.6.15-150300.10.97.2.s390x",
"product_id": "python3-dbm-3.6.15-150300.10.97.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "python3-devel-3.6.15-150300.10.97.1.s390x",
"product_id": "python3-devel-3.6.15-150300.10.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "python3-doc-3.6.15-150300.10.97.1.s390x",
"product_id": "python3-doc-3.6.15-150300.10.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.97.2.s390x",
"product": {
"name": "python3-idle-3.6.15-150300.10.97.2.s390x",
"product_id": "python3-idle-3.6.15-150300.10.97.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.s390x",
"product_id": "python3-testsuite-3.6.15-150300.10.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.97.2.s390x",
"product": {
"name": "python3-tk-3.6.15-150300.10.97.2.s390x",
"product_id": "python3-tk-3.6.15-150300.10.97.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "python3-tools-3.6.15-150300.10.97.1.s390x",
"product_id": "python3-tools-3.6.15-150300.10.97.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"product_id": "libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.97.2.x86_64",
"product": {
"name": "python3-3.6.15-150300.10.97.2.x86_64",
"product_id": "python3-3.6.15-150300.10.97.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64",
"product_id": "python3-base-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"product": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"product_id": "python3-curses-3.6.15-150300.10.97.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"product": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"product_id": "python3-dbm-3.6.15-150300.10.97.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"product_id": "python3-devel-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "python3-doc-3.6.15-150300.10.97.1.x86_64",
"product_id": "python3-doc-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"product": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"product_id": "python3-idle-3.6.15-150300.10.97.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"product_id": "python3-testsuite-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"product": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"product_id": "python3-tk-3.6.15-150300.10.97.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"product_id": "python3-tools-3.6.15-150300.10.97.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-3.6.15-150300.10.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-doc-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-3.6.15-150300.10.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-doc-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-3.6.15-150300.10.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-doc-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-3.6.15-150300.10.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-doc-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-12718"
}
],
"notes": [
{
"category": "general",
"text": "Allows modifying some file metadata (e.g. last modified) with filter=\"data\" or file permissions (chmod) with filter=\"tar\" of files outside the extraction directory.\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information. Only Python versions 3.12 or later are affected by these vulnerabilities, earlier versions don\u0027t include the extraction filter feature.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-12718",
"url": "https://www.suse.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "SUSE Bug 1244056 for CVE-2024-12718",
"url": "https://bugzilla.suse.com/1244056"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "moderate"
}
],
"title": "CVE-2024-12718"
},
{
"cve": "CVE-2025-4138",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4138"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4138",
"url": "https://www.suse.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "SUSE Bug 1244059 for CVE-2025-4138",
"url": "https://bugzilla.suse.com/1244059"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "important"
}
],
"title": "CVE-2025-4138"
},
{
"cve": "CVE-2025-4330",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4330"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4330",
"url": "https://www.suse.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "SUSE Bug 1244060 for CVE-2025-4330",
"url": "https://bugzilla.suse.com/1244060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "important"
}
],
"title": "CVE-2025-4330"
},
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-4516",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4516"
}
],
"notes": [
{
"category": "general",
"text": "There is an issue in CPython when using `bytes.decode(\"unicode_escape\", error=\"ignore|replace\")`. If you are not using the \"unicode_escape\" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4516",
"url": "https://www.suse.com/security/cve/CVE-2025-4516"
},
{
"category": "external",
"summary": "SUSE Bug 1243273 for CVE-2025-4516",
"url": "https://bugzilla.suse.com/1243273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "moderate"
}
],
"title": "CVE-2025-4516"
},
{
"cve": "CVE-2025-4517",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4517"
}
],
"notes": [
{
"category": "general",
"text": "Allows arbitrary filesystem writes outside the extraction directory during extraction with filter=\"data\".\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4517",
"url": "https://www.suse.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "SUSE Bug 1244032 for CVE-2025-4517",
"url": "https://bugzilla.suse.com/1244032"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "important"
}
],
"title": "CVE-2025-4517"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
},
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
SUSE-SU-2025:20492-1
Vulnerability from csaf_suse - Published: 2025-07-11 09:47 - Updated: 2025-07-11 09:47Summary
Security update for python311
Severity
Important
Notes
Title of the patch: Security update for python311
Description of the patch: This update for python311 fixes the following issues:
- CVE-2025-6069: Avoid worst case quadratic complexity when processing
certain crafted malformed inputs with HTMLParser (bsc#1244705).
Update to 3.11.13:
- Security
- gh-135034: Fixes multiple issues that allowed tarfile
extraction filters (filter="data" and filter="tar")
to be bypassed using crafted symlinks and hard links.
Addresses CVE-2024-12718 (bsc#1244056), CVE-2025-4138
(bsc#1244059), CVE-2025-4330 (bsc#1244060), and
CVE-2025-4517 (bsc#1244032). Also addresses CVE-2025-4435
(gh#135034, bsc#1244061).
- gh-133767: Fix use-after-free in the “unicode-escape”
decoder with a non-“strict” error handler (CVE-2025-4516,
bsc#1243273).
- gh-128840: Short-circuit the processing of long IPv6
addresses early in ipaddress to prevent excessive memory
consumption and a minor denial-of-service.
- Library
- gh-128840: Fix parsing long IPv6 addresses with embedded
IPv4 address.
- gh-134062: ipaddress: fix collisions in __hash__() for
IPv4Network and IPv6Network objects.
- gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output
according to RFC 3596, §2.5. Patch by Bénédikt Tran.
- bpo-43633: Improve the textual representation of
IPv4-mapped IPv6 addresses (RFC 4291 Sections 2.2, 2.5.5.2)
in ipaddress. Patch by Oleksandr Pavliuk.
- CVE-2025-4516: Fixed blocking DecodeError handling
vulnerability, which could lead to DoS. (bsc#1243273)
Patchnames: SUSE-SLE-Micro-6.0-379
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.4 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.8 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
9.8 (Critical)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
5.3 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.2 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.2 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.2 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.1 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.4 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
51 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python311",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python311 fixes the following issues:\n\n- CVE-2025-6069: Avoid worst case quadratic complexity when processing\n certain crafted malformed inputs with HTMLParser (bsc#1244705).\n\nUpdate to 3.11.13:\n\n - Security\n\n - gh-135034: Fixes multiple issues that allowed tarfile\n extraction filters (filter=\"data\" and filter=\"tar\")\n to be bypassed using crafted symlinks and hard links.\n Addresses CVE-2024-12718 (bsc#1244056), CVE-2025-4138\n (bsc#1244059), CVE-2025-4330 (bsc#1244060), and\n CVE-2025-4517 (bsc#1244032). Also addresses CVE-2025-4435\n (gh#135034, bsc#1244061).\n - gh-133767: Fix use-after-free in the \u201cunicode-escape\u201d\n decoder with a non-\u201cstrict\u201d error handler (CVE-2025-4516,\n bsc#1243273).\n - gh-128840: Short-circuit the processing of long IPv6\n addresses early in ipaddress to prevent excessive memory\n consumption and a minor denial-of-service.\n\n - Library\n\n - gh-128840: Fix parsing long IPv6 addresses with embedded\n IPv4 address.\n - gh-134062: ipaddress: fix collisions in __hash__() for\n IPv4Network and IPv6Network objects.\n - gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output\n according to RFC 3596, \u00a72.5. Patch by B\u00e9n\u00e9dikt Tran.\n - bpo-43633: Improve the textual representation of\n IPv4-mapped IPv6 addresses (RFC 4291 Sections 2.2, 2.5.5.2)\n in ipaddress. Patch by Oleksandr Pavliuk.\n\n- CVE-2025-4516: Fixed blocking DecodeError handling\n vulnerability, which could lead to DoS. (bsc#1243273) \n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-379",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20492-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20492-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520492-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20492-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040929.html"
},
{
"category": "self",
"summary": "SUSE Bug 1174091",
"url": "https://bugzilla.suse.com/1174091"
},
{
"category": "self",
"summary": "SUSE Bug 1227378",
"url": "https://bugzilla.suse.com/1227378"
},
{
"category": "self",
"summary": "SUSE Bug 1243155",
"url": "https://bugzilla.suse.com/1243155"
},
{
"category": "self",
"summary": "SUSE Bug 1243273",
"url": "https://bugzilla.suse.com/1243273"
},
{
"category": "self",
"summary": "SUSE Bug 1244032",
"url": "https://bugzilla.suse.com/1244032"
},
{
"category": "self",
"summary": "SUSE Bug 1244056",
"url": "https://bugzilla.suse.com/1244056"
},
{
"category": "self",
"summary": "SUSE Bug 1244059",
"url": "https://bugzilla.suse.com/1244059"
},
{
"category": "self",
"summary": "SUSE Bug 1244060",
"url": "https://bugzilla.suse.com/1244060"
},
{
"category": "self",
"summary": "SUSE Bug 1244061",
"url": "https://bugzilla.suse.com/1244061"
},
{
"category": "self",
"summary": "SUSE Bug 1244705",
"url": "https://bugzilla.suse.com/1244705"
},
{
"category": "self",
"summary": "SUSE Bug 831629",
"url": "https://bugzilla.suse.com/831629"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-20907 page",
"url": "https://www.suse.com/security/cve/CVE-2019-20907/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-9947 page",
"url": "https://www.suse.com/security/cve/CVE-2019-9947/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15523 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15523/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15801 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15801/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-12718 page",
"url": "https://www.suse.com/security/cve/CVE-2024-12718/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4138 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4138/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4330 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4330/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4516 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4516/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4517 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4517/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2025-07-11T09:47:32Z",
"generator": {
"date": "2025-07-11T09:47:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20492-1",
"initial_release_date": "2025-07-11T09:47:32Z",
"revision_history": [
{
"date": "2025-07-11T09:47:32Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-1.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.13-1.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-1.1.aarch64",
"product": {
"name": "python311-3.11.13-1.1.aarch64",
"product_id": "python311-3.11.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-1.1.aarch64",
"product": {
"name": "python311-base-3.11.13-1.1.aarch64",
"product_id": "python311-base-3.11.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-1.1.aarch64",
"product": {
"name": "python311-curses-3.11.13-1.1.aarch64",
"product_id": "python311-curses-3.11.13-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-1.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.13-1.1.s390x",
"product_id": "libpython3_11-1_0-3.11.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-1.1.s390x",
"product": {
"name": "python311-3.11.13-1.1.s390x",
"product_id": "python311-3.11.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-1.1.s390x",
"product": {
"name": "python311-base-3.11.13-1.1.s390x",
"product_id": "python311-base-3.11.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-1.1.s390x",
"product": {
"name": "python311-curses-3.11.13-1.1.s390x",
"product_id": "python311-curses-3.11.13-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-1.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.13-1.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-1.1.x86_64",
"product": {
"name": "python311-3.11.13-1.1.x86_64",
"product_id": "python311-3.11.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-1.1.x86_64",
"product": {
"name": "python311-base-3.11.13-1.1.x86_64",
"product_id": "python311-base-3.11.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-1.1.x86_64",
"product": {
"name": "python311-curses-3.11.13-1.1.x86_64",
"product_id": "python311-curses-3.11.13-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.13-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.13-1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.13-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64"
},
"product_reference": "python311-3.11.13-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x"
},
"product_reference": "python311-3.11.13-1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64"
},
"product_reference": "python311-3.11.13-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64"
},
"product_reference": "python311-base-3.11.13-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x"
},
"product_reference": "python311-base-3.11.13-1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64"
},
"product_reference": "python311-base-3.11.13-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64"
},
"product_reference": "python311-curses-3.11.13-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x"
},
"product_reference": "python311-curses-3.11.13-1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
},
"product_reference": "python311-curses-3.11.13-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-20907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-20907"
}
],
"notes": [
{
"category": "general",
"text": "In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-20907",
"url": "https://www.suse.com/security/cve/CVE-2019-20907"
},
{
"category": "external",
"summary": "SUSE Bug 1174091 for CVE-2019-20907",
"url": "https://bugzilla.suse.com/1174091"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T09:47:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-20907"
},
{
"cve": "CVE-2019-9947",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-9947"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-9947",
"url": "https://www.suse.com/security/cve/CVE-2019-9947"
},
{
"category": "external",
"summary": "SUSE Bug 1130840 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1130840"
},
{
"category": "external",
"summary": "SUSE Bug 1136184 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1136184"
},
{
"category": "external",
"summary": "SUSE Bug 1155094 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1155094"
},
{
"category": "external",
"summary": "SUSE Bug 1201559 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1201559"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T09:47:32Z",
"details": "moderate"
}
],
"title": "CVE-2019-9947"
},
{
"cve": "CVE-2020-15523",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15523"
}
],
"notes": [
{
"category": "general",
"text": "In Python 3.6 through 3.6.10, 3.7 through 3.7.8, 3.8 through 3.8.4rc1, and 3.9 through 3.9.0b4 on Windows, a Trojan horse python3.dll might be used in cases where CPython is embedded in a native application. This occurs because python3X.dll may use an invalid search path for python3.dll loading (after Py_SetPath has been used). NOTE: this issue CANNOT occur when using python.exe from a standard (non-embedded) Python installation on Windows.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15523",
"url": "https://www.suse.com/security/cve/CVE-2020-15523"
},
{
"category": "external",
"summary": "SUSE Bug 1173745 for CVE-2020-15523",
"url": "https://bugzilla.suse.com/1173745"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T09:47:32Z",
"details": "important"
}
],
"title": "CVE-2020-15523"
},
{
"cve": "CVE-2020-15801",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15801"
}
],
"notes": [
{
"category": "general",
"text": "In Python 3.8.4, sys.path restrictions specified in a python38._pth file are ignored, allowing code to be loaded from arbitrary locations. The \u003cexecutable-name\u003e._pth file (e.g., the python._pth file) is not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15801",
"url": "https://www.suse.com/security/cve/CVE-2020-15801"
},
{
"category": "external",
"summary": "SUSE Bug 1174241 for CVE-2020-15801",
"url": "https://bugzilla.suse.com/1174241"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T09:47:32Z",
"details": "critical"
}
],
"title": "CVE-2020-15801"
},
{
"cve": "CVE-2024-12718",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-12718"
}
],
"notes": [
{
"category": "general",
"text": "Allows modifying some file metadata (e.g. last modified) with filter=\"data\" or file permissions (chmod) with filter=\"tar\" of files outside the extraction directory.\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information. Only Python versions 3.12 or later are affected by these vulnerabilities, earlier versions don\u0027t include the extraction filter feature.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-12718",
"url": "https://www.suse.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "SUSE Bug 1244056 for CVE-2024-12718",
"url": "https://bugzilla.suse.com/1244056"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T09:47:32Z",
"details": "moderate"
}
],
"title": "CVE-2024-12718"
},
{
"cve": "CVE-2025-4138",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4138"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4138",
"url": "https://www.suse.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "SUSE Bug 1244059 for CVE-2025-4138",
"url": "https://bugzilla.suse.com/1244059"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T09:47:32Z",
"details": "important"
}
],
"title": "CVE-2025-4138"
},
{
"cve": "CVE-2025-4330",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4330"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4330",
"url": "https://www.suse.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "SUSE Bug 1244060 for CVE-2025-4330",
"url": "https://bugzilla.suse.com/1244060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T09:47:32Z",
"details": "important"
}
],
"title": "CVE-2025-4330"
},
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T09:47:32Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-4516",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4516"
}
],
"notes": [
{
"category": "general",
"text": "There is an issue in CPython when using `bytes.decode(\"unicode_escape\", error=\"ignore|replace\")`. If you are not using the \"unicode_escape\" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4516",
"url": "https://www.suse.com/security/cve/CVE-2025-4516"
},
{
"category": "external",
"summary": "SUSE Bug 1243273 for CVE-2025-4516",
"url": "https://bugzilla.suse.com/1243273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T09:47:32Z",
"details": "moderate"
}
],
"title": "CVE-2025-4516"
},
{
"cve": "CVE-2025-4517",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4517"
}
],
"notes": [
{
"category": "general",
"text": "Allows arbitrary filesystem writes outside the extraction directory during extraction with filter=\"data\".\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4517",
"url": "https://www.suse.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "SUSE Bug 1244032 for CVE-2025-4517",
"url": "https://bugzilla.suse.com/1244032"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T09:47:32Z",
"details": "important"
}
],
"title": "CVE-2025-4517"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-11T09:47:32Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
}
]
}
SUSE-SU-2025:20539-1
Vulnerability from csaf_suse - Published: 2025-08-01 10:21 - Updated: 2025-08-01 10:21Summary
Security update for python311
Severity
Important
Notes
Title of the patch: Security update for python311
Description of the patch: This update for python311 fixes the following issues:
- CVE-2025-6069: Avoid worst case quadratic complexity when processing
certain crafted malformed inputs with HTMLParser (bsc#1244705).
Update to 3.11.13:
- Security
- gh-135034: Fixes multiple issues that allowed tarfile
extraction filters (filter="data" and filter="tar")
to be bypassed using crafted symlinks and hard links.
Addresses CVE-2024-12718 (bsc#1244056), CVE-2025-4138
(bsc#1244059), CVE-2025-4330 (bsc#1244060), and
CVE-2025-4517 (bsc#1244032). Also addresses CVE-2025-4435
(gh#135034, bsc#1244061).
- gh-133767: Fix use-after-free in the “unicode-escape”
decoder with a non-“strict” error handler (CVE-2025-4516,
bsc#1243273).
- gh-128840: Short-circuit the processing of long IPv6
addresses early in ipaddress to prevent excessive memory
consumption and a minor denial-of-service.
- Library
- gh-128840: Fix parsing long IPv6 addresses with embedded
IPv4 address.
- gh-134062: ipaddress: fix collisions in __hash__() for
IPv4Network and IPv6Network objects.
- gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output
according to RFC 3596, §2.5. Patch by Bénédikt Tran.
- bpo-43633: Improve the textual representation of
IPv4-mapped IPv6 addresses (RFC 4291 Sections 2.2, 2.5.5.2)
in ipaddress. Patch by Oleksandr Pavliuk.
Patchnames: SUSE-SLE-Micro-6.1-198
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.2 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.2 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.2 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.1 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.4 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.8 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
33 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python311",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python311 fixes the following issues:\n\n- CVE-2025-6069: Avoid worst case quadratic complexity when processing\n certain crafted malformed inputs with HTMLParser (bsc#1244705).\n\nUpdate to 3.11.13:\n\n - Security\n\n - gh-135034: Fixes multiple issues that allowed tarfile\n extraction filters (filter=\"data\" and filter=\"tar\")\n to be bypassed using crafted symlinks and hard links.\n Addresses CVE-2024-12718 (bsc#1244056), CVE-2025-4138\n (bsc#1244059), CVE-2025-4330 (bsc#1244060), and\n CVE-2025-4517 (bsc#1244032). Also addresses CVE-2025-4435\n (gh#135034, bsc#1244061).\n - gh-133767: Fix use-after-free in the \u201cunicode-escape\u201d\n decoder with a non-\u201cstrict\u201d error handler (CVE-2025-4516,\n bsc#1243273).\n - gh-128840: Short-circuit the processing of long IPv6\n addresses early in ipaddress to prevent excessive memory\n consumption and a minor denial-of-service.\n\n - Library\n\n - gh-128840: Fix parsing long IPv6 addresses with embedded\n IPv4 address.\n - gh-134062: ipaddress: fix collisions in __hash__() for\n IPv4Network and IPv6Network objects.\n - gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output\n according to RFC 3596, \u00a72.5. Patch by B\u00e9n\u00e9dikt Tran.\n - bpo-43633: Improve the textual representation of\n IPv4-mapped IPv6 addresses (RFC 4291 Sections 2.2, 2.5.5.2)\n in ipaddress. Patch by Oleksandr Pavliuk.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-198",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20539-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20539-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520539-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20539-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041115.html"
},
{
"category": "self",
"summary": "SUSE Bug 1243155",
"url": "https://bugzilla.suse.com/1243155"
},
{
"category": "self",
"summary": "SUSE Bug 1243273",
"url": "https://bugzilla.suse.com/1243273"
},
{
"category": "self",
"summary": "SUSE Bug 1244032",
"url": "https://bugzilla.suse.com/1244032"
},
{
"category": "self",
"summary": "SUSE Bug 1244056",
"url": "https://bugzilla.suse.com/1244056"
},
{
"category": "self",
"summary": "SUSE Bug 1244059",
"url": "https://bugzilla.suse.com/1244059"
},
{
"category": "self",
"summary": "SUSE Bug 1244060",
"url": "https://bugzilla.suse.com/1244060"
},
{
"category": "self",
"summary": "SUSE Bug 1244061",
"url": "https://bugzilla.suse.com/1244061"
},
{
"category": "self",
"summary": "SUSE Bug 1244705",
"url": "https://bugzilla.suse.com/1244705"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-12718 page",
"url": "https://www.suse.com/security/cve/CVE-2024-12718/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4138 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4138/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4330 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4330/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4516 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4516/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4517 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4517/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2025-08-01T10:21:35Z",
"generator": {
"date": "2025-08-01T10:21:35Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20539-1",
"initial_release_date": "2025-08-01T10:21:35Z",
"revision_history": [
{
"date": "2025-08-01T10:21:35Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-slfo.1.1_1.1.aarch64",
"product": {
"name": "python311-3.11.13-slfo.1.1_1.1.aarch64",
"product_id": "python311-3.11.13-slfo.1.1_1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"product": {
"name": "python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"product_id": "python311-base-3.11.13-slfo.1.1_1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"product": {
"name": "python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"product_id": "python311-curses-3.11.13-slfo.1.1_1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"product_id": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-slfo.1.1_1.1.ppc64le",
"product": {
"name": "python311-3.11.13-slfo.1.1_1.1.ppc64le",
"product_id": "python311-3.11.13-slfo.1.1_1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"product": {
"name": "python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"product_id": "python311-base-3.11.13-slfo.1.1_1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"product": {
"name": "python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"product_id": "python311-curses-3.11.13-slfo.1.1_1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"product_id": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-slfo.1.1_1.1.s390x",
"product": {
"name": "python311-3.11.13-slfo.1.1_1.1.s390x",
"product_id": "python311-3.11.13-slfo.1.1_1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-slfo.1.1_1.1.s390x",
"product": {
"name": "python311-base-3.11.13-slfo.1.1_1.1.s390x",
"product_id": "python311-base-3.11.13-slfo.1.1_1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"product": {
"name": "python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"product_id": "python311-curses-3.11.13-slfo.1.1_1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-slfo.1.1_1.1.x86_64",
"product": {
"name": "python311-3.11.13-slfo.1.1_1.1.x86_64",
"product_id": "python311-3.11.13-slfo.1.1_1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"product": {
"name": "python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"product_id": "python311-base-3.11.13-slfo.1.1_1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-slfo.1.1_1.1.x86_64",
"product": {
"name": "python311-curses-3.11.13-slfo.1.1_1.1.x86_64",
"product_id": "python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64"
},
"product_reference": "python311-3.11.13-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-slfo.1.1_1.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le"
},
"product_reference": "python311-3.11.13-slfo.1.1_1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x"
},
"product_reference": "python311-3.11.13-slfo.1.1_1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64"
},
"product_reference": "python311-3.11.13-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64"
},
"product_reference": "python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-slfo.1.1_1.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le"
},
"product_reference": "python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x"
},
"product_reference": "python311-base-3.11.13-slfo.1.1_1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64"
},
"product_reference": "python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64"
},
"product_reference": "python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-slfo.1.1_1.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le"
},
"product_reference": "python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x"
},
"product_reference": "python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
},
"product_reference": "python311-curses-3.11.13-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-12718"
}
],
"notes": [
{
"category": "general",
"text": "Allows modifying some file metadata (e.g. last modified) with filter=\"data\" or file permissions (chmod) with filter=\"tar\" of files outside the extraction directory.\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information. Only Python versions 3.12 or later are affected by these vulnerabilities, earlier versions don\u0027t include the extraction filter feature.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-12718",
"url": "https://www.suse.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "SUSE Bug 1244056 for CVE-2024-12718",
"url": "https://bugzilla.suse.com/1244056"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-01T10:21:35Z",
"details": "moderate"
}
],
"title": "CVE-2024-12718"
},
{
"cve": "CVE-2025-4138",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4138"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4138",
"url": "https://www.suse.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "SUSE Bug 1244059 for CVE-2025-4138",
"url": "https://bugzilla.suse.com/1244059"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-01T10:21:35Z",
"details": "important"
}
],
"title": "CVE-2025-4138"
},
{
"cve": "CVE-2025-4330",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4330"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4330",
"url": "https://www.suse.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "SUSE Bug 1244060 for CVE-2025-4330",
"url": "https://bugzilla.suse.com/1244060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-01T10:21:35Z",
"details": "important"
}
],
"title": "CVE-2025-4330"
},
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-01T10:21:35Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-4516",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4516"
}
],
"notes": [
{
"category": "general",
"text": "There is an issue in CPython when using `bytes.decode(\"unicode_escape\", error=\"ignore|replace\")`. If you are not using the \"unicode_escape\" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4516",
"url": "https://www.suse.com/security/cve/CVE-2025-4516"
},
{
"category": "external",
"summary": "SUSE Bug 1243273 for CVE-2025-4516",
"url": "https://bugzilla.suse.com/1243273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-01T10:21:35Z",
"details": "moderate"
}
],
"title": "CVE-2025-4516"
},
{
"cve": "CVE-2025-4517",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4517"
}
],
"notes": [
{
"category": "general",
"text": "Allows arbitrary filesystem writes outside the extraction directory during extraction with filter=\"data\".\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4517",
"url": "https://www.suse.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "SUSE Bug 1244032 for CVE-2025-4517",
"url": "https://bugzilla.suse.com/1244032"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-01T10:21:35Z",
"details": "important"
}
],
"title": "CVE-2025-4517"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-01T10:21:35Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
}
]
}
SUSE-SU-2026:0210-1
Vulnerability from csaf_suse - Published: 2026-01-22 09:07 - Updated: 2026-01-22 09:07Summary
Security update for python3
Severity
Important
Notes
Title of the patch: Security update for python3
Description of the patch: This update for python3 fixes the following issues:
Security fixes:
- CVE-2025-4517: Fixed arbitrary filesystem writes outside the extraction directory during extraction
with filter='data' (bsc#1244032)
- CVE-2025-4330: Fixed extraction filter bypass for linking outside extraction directory (bsc#1244060)
- CVE-2007-4559: Fixed python tarfile module directory traversal (bsc#1203750)
- CVE-2024-12718: Fixed bypass extraction filter to modify file metadata outside extraction directory
(bsc#1244056)
- CVE-2025-4138: Fixed symlinking targets to not point outside the destination directory, and the modification
of some file metadata (bsc#1244059)
- CVE-2025-4435: Fixed tarfile extracting filtered members when errorlevel=0 (bsc#1244061)
Other fixes:
- Fixed two shebangs with /usr/local/bin/python
Patchnames: SUSE-2026-210,SUSE-SLE-SERVER-12-SP5-LTSS-2026-210,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-210
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.4 (Medium)
Affected products
Recommended
33 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
33 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.2 (High)
Affected products
Recommended
33 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.2 (High)
Affected products
Recommended
33 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.2 (High)
Affected products
Recommended
33 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.4 (High)
Affected products
Recommended
33 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
30 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python3",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python3 fixes the following issues:\n\nSecurity fixes:\n\n- CVE-2025-4517: Fixed arbitrary filesystem writes outside the extraction directory during extraction \n with filter=\u0027data\u0027 (bsc#1244032)\n- CVE-2025-4330: Fixed extraction filter bypass for linking outside extraction directory (bsc#1244060)\n- CVE-2007-4559: Fixed python tarfile module directory traversal (bsc#1203750)\n- CVE-2024-12718: Fixed bypass extraction filter to modify file metadata outside extraction directory \n (bsc#1244056)\n- CVE-2025-4138: Fixed symlinking targets to not point outside the destination directory, and the modification \n of some file metadata (bsc#1244059)\n- CVE-2025-4435: Fixed tarfile extracting filtered members when errorlevel=0 (bsc#1244061)\n\nOther fixes:\n\n- Fixed two shebangs with /usr/local/bin/python\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-210,SUSE-SLE-SERVER-12-SP5-LTSS-2026-210,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-210",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0210-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0210-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260210-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0210-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023842.html"
},
{
"category": "self",
"summary": "SUSE Bug 1203750",
"url": "https://bugzilla.suse.com/1203750"
},
{
"category": "self",
"summary": "SUSE Bug 1244032",
"url": "https://bugzilla.suse.com/1244032"
},
{
"category": "self",
"summary": "SUSE Bug 1244056",
"url": "https://bugzilla.suse.com/1244056"
},
{
"category": "self",
"summary": "SUSE Bug 1244059",
"url": "https://bugzilla.suse.com/1244059"
},
{
"category": "self",
"summary": "SUSE Bug 1244060",
"url": "https://bugzilla.suse.com/1244060"
},
{
"category": "self",
"summary": "SUSE Bug 1244061",
"url": "https://bugzilla.suse.com/1244061"
},
{
"category": "self",
"summary": "SUSE Bug 1251841",
"url": "https://bugzilla.suse.com/1251841"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2007-4559 page",
"url": "https://www.suse.com/security/cve/CVE-2007-4559/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-12718 page",
"url": "https://www.suse.com/security/cve/CVE-2024-12718/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4138 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4138/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4330 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4330/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4517 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4517/"
}
],
"title": "Security update for python3",
"tracking": {
"current_release_date": "2026-01-22T09:07:42Z",
"generator": {
"date": "2026-01-22T09:07:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0210-1",
"initial_release_date": "2026-01-22T09:07:42Z",
"revision_history": [
{
"date": "2026-01-22T09:07:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"product_id": "libpython3_4m1_0-3.4.10-25.169.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.169.1.aarch64",
"product": {
"name": "python3-3.4.10-25.169.1.aarch64",
"product_id": "python3-3.4.10-25.169.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.169.1.aarch64",
"product": {
"name": "python3-base-3.4.10-25.169.1.aarch64",
"product_id": "python3-base-3.4.10-25.169.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.169.1.aarch64",
"product": {
"name": "python3-curses-3.4.10-25.169.1.aarch64",
"product_id": "python3-curses-3.4.10-25.169.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.169.1.aarch64",
"product": {
"name": "python3-dbm-3.4.10-25.169.1.aarch64",
"product_id": "python3-dbm-3.4.10-25.169.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.169.1.aarch64",
"product": {
"name": "python3-devel-3.4.10-25.169.1.aarch64",
"product_id": "python3-devel-3.4.10-25.169.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.169.1.aarch64",
"product": {
"name": "python3-idle-3.4.10-25.169.1.aarch64",
"product_id": "python3-idle-3.4.10-25.169.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.169.1.aarch64",
"product": {
"name": "python3-testsuite-3.4.10-25.169.1.aarch64",
"product_id": "python3-testsuite-3.4.10-25.169.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.169.1.aarch64",
"product": {
"name": "python3-tk-3.4.10-25.169.1.aarch64",
"product_id": "python3-tk-3.4.10-25.169.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.169.1.aarch64",
"product": {
"name": "python3-tools-3.4.10-25.169.1.aarch64",
"product_id": "python3-tools-3.4.10-25.169.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-64bit-3.4.10-25.169.1.aarch64_ilp32",
"product": {
"name": "libpython3_4m1_0-64bit-3.4.10-25.169.1.aarch64_ilp32",
"product_id": "libpython3_4m1_0-64bit-3.4.10-25.169.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python3-64bit-3.4.10-25.169.1.aarch64_ilp32",
"product": {
"name": "python3-64bit-3.4.10-25.169.1.aarch64_ilp32",
"product_id": "python3-64bit-3.4.10-25.169.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python3-base-64bit-3.4.10-25.169.1.aarch64_ilp32",
"product": {
"name": "python3-base-64bit-3.4.10-25.169.1.aarch64_ilp32",
"product_id": "python3-base-64bit-3.4.10-25.169.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.169.1.i586",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.169.1.i586",
"product_id": "libpython3_4m1_0-3.4.10-25.169.1.i586"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.169.1.i586",
"product": {
"name": "python3-3.4.10-25.169.1.i586",
"product_id": "python3-3.4.10-25.169.1.i586"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.169.1.i586",
"product": {
"name": "python3-base-3.4.10-25.169.1.i586",
"product_id": "python3-base-3.4.10-25.169.1.i586"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.169.1.i586",
"product": {
"name": "python3-curses-3.4.10-25.169.1.i586",
"product_id": "python3-curses-3.4.10-25.169.1.i586"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.169.1.i586",
"product": {
"name": "python3-dbm-3.4.10-25.169.1.i586",
"product_id": "python3-dbm-3.4.10-25.169.1.i586"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.169.1.i586",
"product": {
"name": "python3-devel-3.4.10-25.169.1.i586",
"product_id": "python3-devel-3.4.10-25.169.1.i586"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.169.1.i586",
"product": {
"name": "python3-idle-3.4.10-25.169.1.i586",
"product_id": "python3-idle-3.4.10-25.169.1.i586"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.169.1.i586",
"product": {
"name": "python3-testsuite-3.4.10-25.169.1.i586",
"product_id": "python3-testsuite-3.4.10-25.169.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.169.1.i586",
"product": {
"name": "python3-tk-3.4.10-25.169.1.i586",
"product_id": "python3-tk-3.4.10-25.169.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.169.1.i586",
"product": {
"name": "python3-tools-3.4.10-25.169.1.i586",
"product_id": "python3-tools-3.4.10-25.169.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-doc-3.4.10-25.169.1.noarch",
"product": {
"name": "python3-doc-3.4.10-25.169.1.noarch",
"product_id": "python3-doc-3.4.10-25.169.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-doc-pdf-3.4.10-25.169.1.noarch",
"product": {
"name": "python3-doc-pdf-3.4.10-25.169.1.noarch",
"product_id": "python3-doc-pdf-3.4.10-25.169.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"product_id": "libpython3_4m1_0-3.4.10-25.169.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.169.1.ppc64le",
"product": {
"name": "python3-3.4.10-25.169.1.ppc64le",
"product_id": "python3-3.4.10-25.169.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.169.1.ppc64le",
"product": {
"name": "python3-base-3.4.10-25.169.1.ppc64le",
"product_id": "python3-base-3.4.10-25.169.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.169.1.ppc64le",
"product": {
"name": "python3-curses-3.4.10-25.169.1.ppc64le",
"product_id": "python3-curses-3.4.10-25.169.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.169.1.ppc64le",
"product": {
"name": "python3-dbm-3.4.10-25.169.1.ppc64le",
"product_id": "python3-dbm-3.4.10-25.169.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.169.1.ppc64le",
"product": {
"name": "python3-devel-3.4.10-25.169.1.ppc64le",
"product_id": "python3-devel-3.4.10-25.169.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.169.1.ppc64le",
"product": {
"name": "python3-idle-3.4.10-25.169.1.ppc64le",
"product_id": "python3-idle-3.4.10-25.169.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.169.1.ppc64le",
"product": {
"name": "python3-testsuite-3.4.10-25.169.1.ppc64le",
"product_id": "python3-testsuite-3.4.10-25.169.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.169.1.ppc64le",
"product": {
"name": "python3-tk-3.4.10-25.169.1.ppc64le",
"product_id": "python3-tk-3.4.10-25.169.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.169.1.ppc64le",
"product": {
"name": "python3-tools-3.4.10-25.169.1.ppc64le",
"product_id": "python3-tools-3.4.10-25.169.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.169.1.s390",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.169.1.s390",
"product_id": "libpython3_4m1_0-3.4.10-25.169.1.s390"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.169.1.s390",
"product": {
"name": "python3-3.4.10-25.169.1.s390",
"product_id": "python3-3.4.10-25.169.1.s390"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.169.1.s390",
"product": {
"name": "python3-base-3.4.10-25.169.1.s390",
"product_id": "python3-base-3.4.10-25.169.1.s390"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.169.1.s390",
"product": {
"name": "python3-curses-3.4.10-25.169.1.s390",
"product_id": "python3-curses-3.4.10-25.169.1.s390"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.169.1.s390",
"product": {
"name": "python3-dbm-3.4.10-25.169.1.s390",
"product_id": "python3-dbm-3.4.10-25.169.1.s390"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.169.1.s390",
"product": {
"name": "python3-devel-3.4.10-25.169.1.s390",
"product_id": "python3-devel-3.4.10-25.169.1.s390"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.169.1.s390",
"product": {
"name": "python3-idle-3.4.10-25.169.1.s390",
"product_id": "python3-idle-3.4.10-25.169.1.s390"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.169.1.s390",
"product": {
"name": "python3-testsuite-3.4.10-25.169.1.s390",
"product_id": "python3-testsuite-3.4.10-25.169.1.s390"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.169.1.s390",
"product": {
"name": "python3-tk-3.4.10-25.169.1.s390",
"product_id": "python3-tk-3.4.10-25.169.1.s390"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.169.1.s390",
"product": {
"name": "python3-tools-3.4.10-25.169.1.s390",
"product_id": "python3-tools-3.4.10-25.169.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.169.1.s390x",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.169.1.s390x",
"product_id": "libpython3_4m1_0-3.4.10-25.169.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"product": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"product_id": "libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.169.1.s390x",
"product": {
"name": "python3-3.4.10-25.169.1.s390x",
"product_id": "python3-3.4.10-25.169.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-32bit-3.4.10-25.169.1.s390x",
"product": {
"name": "python3-32bit-3.4.10-25.169.1.s390x",
"product_id": "python3-32bit-3.4.10-25.169.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.169.1.s390x",
"product": {
"name": "python3-base-3.4.10-25.169.1.s390x",
"product_id": "python3-base-3.4.10-25.169.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-32bit-3.4.10-25.169.1.s390x",
"product": {
"name": "python3-base-32bit-3.4.10-25.169.1.s390x",
"product_id": "python3-base-32bit-3.4.10-25.169.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.169.1.s390x",
"product": {
"name": "python3-curses-3.4.10-25.169.1.s390x",
"product_id": "python3-curses-3.4.10-25.169.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.169.1.s390x",
"product": {
"name": "python3-dbm-3.4.10-25.169.1.s390x",
"product_id": "python3-dbm-3.4.10-25.169.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.169.1.s390x",
"product": {
"name": "python3-devel-3.4.10-25.169.1.s390x",
"product_id": "python3-devel-3.4.10-25.169.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.169.1.s390x",
"product": {
"name": "python3-idle-3.4.10-25.169.1.s390x",
"product_id": "python3-idle-3.4.10-25.169.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.169.1.s390x",
"product": {
"name": "python3-testsuite-3.4.10-25.169.1.s390x",
"product_id": "python3-testsuite-3.4.10-25.169.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.169.1.s390x",
"product": {
"name": "python3-tk-3.4.10-25.169.1.s390x",
"product_id": "python3-tk-3.4.10-25.169.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.169.1.s390x",
"product": {
"name": "python3-tools-3.4.10-25.169.1.s390x",
"product_id": "python3-tools-3.4.10-25.169.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"product_id": "libpython3_4m1_0-3.4.10-25.169.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"product": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"product_id": "libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.169.1.x86_64",
"product": {
"name": "python3-3.4.10-25.169.1.x86_64",
"product_id": "python3-3.4.10-25.169.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-32bit-3.4.10-25.169.1.x86_64",
"product": {
"name": "python3-32bit-3.4.10-25.169.1.x86_64",
"product_id": "python3-32bit-3.4.10-25.169.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.169.1.x86_64",
"product": {
"name": "python3-base-3.4.10-25.169.1.x86_64",
"product_id": "python3-base-3.4.10-25.169.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-32bit-3.4.10-25.169.1.x86_64",
"product": {
"name": "python3-base-32bit-3.4.10-25.169.1.x86_64",
"product_id": "python3-base-32bit-3.4.10-25.169.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.169.1.x86_64",
"product": {
"name": "python3-curses-3.4.10-25.169.1.x86_64",
"product_id": "python3-curses-3.4.10-25.169.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.169.1.x86_64",
"product": {
"name": "python3-dbm-3.4.10-25.169.1.x86_64",
"product_id": "python3-dbm-3.4.10-25.169.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.169.1.x86_64",
"product": {
"name": "python3-devel-3.4.10-25.169.1.x86_64",
"product_id": "python3-devel-3.4.10-25.169.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.169.1.x86_64",
"product": {
"name": "python3-idle-3.4.10-25.169.1.x86_64",
"product_id": "python3-idle-3.4.10-25.169.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.169.1.x86_64",
"product": {
"name": "python3-testsuite-3.4.10-25.169.1.x86_64",
"product_id": "python3-testsuite-3.4.10-25.169.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.169.1.x86_64",
"product": {
"name": "python3-tk-3.4.10-25.169.1.x86_64",
"product_id": "python3-tk-3.4.10-25.169.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.169.1.x86_64",
"product": {
"name": "python3-tools-3.4.10-25.169.1.x86_64",
"product_id": "python3-tools-3.4.10-25.169.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.169.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.169.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.169.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.169.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.169.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64"
},
"product_reference": "python3-3.4.10-25.169.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.169.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le"
},
"product_reference": "python3-3.4.10-25.169.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.169.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x"
},
"product_reference": "python3-3.4.10-25.169.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64"
},
"product_reference": "python3-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.169.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64"
},
"product_reference": "python3-base-3.4.10-25.169.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.169.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le"
},
"product_reference": "python3-base-3.4.10-25.169.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.169.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x"
},
"product_reference": "python3-base-3.4.10-25.169.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64"
},
"product_reference": "python3-base-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.169.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64"
},
"product_reference": "python3-curses-3.4.10-25.169.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.169.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le"
},
"product_reference": "python3-curses-3.4.10-25.169.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.169.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x"
},
"product_reference": "python3-curses-3.4.10-25.169.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64"
},
"product_reference": "python3-curses-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.169.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64"
},
"product_reference": "python3-devel-3.4.10-25.169.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.169.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le"
},
"product_reference": "python3-devel-3.4.10-25.169.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.169.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x"
},
"product_reference": "python3-devel-3.4.10-25.169.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64"
},
"product_reference": "python3-devel-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.169.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64"
},
"product_reference": "python3-tk-3.4.10-25.169.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.169.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le"
},
"product_reference": "python3-tk-3.4.10-25.169.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.169.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x"
},
"product_reference": "python3-tk-3.4.10-25.169.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64"
},
"product_reference": "python3-tk-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64"
},
"product_reference": "python3-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64"
},
"product_reference": "python3-base-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64"
},
"product_reference": "python3-curses-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64"
},
"product_reference": "python3-devel-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.169.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
},
"product_reference": "python3-tk-3.4.10-25.169.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2007-4559",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2007-4559"
}
],
"notes": [
{
"category": "general",
"text": "Directory traversal vulnerability in the (1) extract and (2) extractall functions in the tarfile module in Python allows user-assisted remote attackers to overwrite arbitrary files via a .. (dot dot) sequence in filenames in a TAR archive, a related issue to CVE-2001-1267.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2007-4559",
"url": "https://www.suse.com/security/cve/CVE-2007-4559"
},
{
"category": "external",
"summary": "SUSE Bug 1203750 for CVE-2007-4559",
"url": "https://bugzilla.suse.com/1203750"
},
{
"category": "external",
"summary": "SUSE Bug 1204077 for CVE-2007-4559",
"url": "https://bugzilla.suse.com/1204077"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T09:07:42Z",
"details": "moderate"
}
],
"title": "CVE-2007-4559"
},
{
"cve": "CVE-2024-12718",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-12718"
}
],
"notes": [
{
"category": "general",
"text": "Allows modifying some file metadata (e.g. last modified) with filter=\"data\" or file permissions (chmod) with filter=\"tar\" of files outside the extraction directory.\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information. Only Python versions 3.12 or later are affected by these vulnerabilities, earlier versions don\u0027t include the extraction filter feature.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-12718",
"url": "https://www.suse.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "SUSE Bug 1244056 for CVE-2024-12718",
"url": "https://bugzilla.suse.com/1244056"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T09:07:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-12718"
},
{
"cve": "CVE-2025-4138",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4138"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4138",
"url": "https://www.suse.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "SUSE Bug 1244059 for CVE-2025-4138",
"url": "https://bugzilla.suse.com/1244059"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T09:07:42Z",
"details": "important"
}
],
"title": "CVE-2025-4138"
},
{
"cve": "CVE-2025-4330",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4330"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4330",
"url": "https://www.suse.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "SUSE Bug 1244060 for CVE-2025-4330",
"url": "https://bugzilla.suse.com/1244060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T09:07:42Z",
"details": "important"
}
],
"title": "CVE-2025-4330"
},
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T09:07:42Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-4517",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4517"
}
],
"notes": [
{
"category": "general",
"text": "Allows arbitrary filesystem writes outside the extraction directory during extraction with filter=\"data\".\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4517",
"url": "https://www.suse.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "SUSE Bug 1244032 for CVE-2025-4517",
"url": "https://bugzilla.suse.com/1244032"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.169.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.169.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T09:07:42Z",
"details": "important"
}
],
"title": "CVE-2025-4517"
}
]
}
WID-SEC-W-2025-1231
Vulnerability from csaf_certbund - Published: 2025-06-03 22:00 - Updated: 2025-12-28 23:00Summary
Python: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Python ist eine universelle, üblicherweise interpretierte, höhere Programmiersprache.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Python ausnutzen, um Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
NetApp ActiveIQ Unified Manager
NetApp
|
cpe:/a:netapp:active_iq_unified_manager:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13
IBM / QRadar SIEM
|
<7.5.0 UP13 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
IBM TXSeries for Multiplatforms 11.1
IBM / TXSeries
|
cpe:/a:ibm:txseries:for_multiplatforms_11.1
|
for Multiplatforms 11.1 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Open Source Python <3.13.4
Open Source / Python
|
<3.13.4 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Python <3.12.11
Open Source / Python
|
<3.12.11 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Red Hat OpenShift Container Platform 4.10
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.10
|
Container Platform 4.10 | |
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform 4.11
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.11
|
Container Platform 4.11 | |
|
Open Source Python <3.10.18
Open Source / Python
|
<3.10.18 | ||
|
Dell NetWorker Virtual Edition
Dell / NetWorker
|
cpe:/a:dell:networker:virtual_edition
|
Virtual Edition | |
|
Open Source Python <3.11.13
Open Source / Python
|
<3.11.13 | ||
|
Open Source Python <3.9.23
Open Source / Python
|
<3.9.23 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
NetApp ActiveIQ Unified Manager
NetApp
|
cpe:/a:netapp:active_iq_unified_manager:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13
IBM / QRadar SIEM
|
<7.5.0 UP13 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
IBM TXSeries for Multiplatforms 11.1
IBM / TXSeries
|
cpe:/a:ibm:txseries:for_multiplatforms_11.1
|
for Multiplatforms 11.1 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Open Source Python <3.13.4
Open Source / Python
|
<3.13.4 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Python <3.12.11
Open Source / Python
|
<3.12.11 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Red Hat OpenShift Container Platform 4.10
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.10
|
Container Platform 4.10 | |
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform 4.11
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.11
|
Container Platform 4.11 | |
|
Open Source Python <3.10.18
Open Source / Python
|
<3.10.18 | ||
|
Dell NetWorker Virtual Edition
Dell / NetWorker
|
cpe:/a:dell:networker:virtual_edition
|
Virtual Edition | |
|
Open Source Python <3.11.13
Open Source / Python
|
<3.11.13 | ||
|
Open Source Python <3.9.23
Open Source / Python
|
<3.9.23 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
NetApp ActiveIQ Unified Manager
NetApp
|
cpe:/a:netapp:active_iq_unified_manager:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13
IBM / QRadar SIEM
|
<7.5.0 UP13 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
IBM TXSeries for Multiplatforms 11.1
IBM / TXSeries
|
cpe:/a:ibm:txseries:for_multiplatforms_11.1
|
for Multiplatforms 11.1 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Open Source Python <3.13.4
Open Source / Python
|
<3.13.4 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Python <3.12.11
Open Source / Python
|
<3.12.11 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Red Hat OpenShift Container Platform 4.10
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.10
|
Container Platform 4.10 | |
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform 4.11
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.11
|
Container Platform 4.11 | |
|
Open Source Python <3.10.18
Open Source / Python
|
<3.10.18 | ||
|
Dell NetWorker Virtual Edition
Dell / NetWorker
|
cpe:/a:dell:networker:virtual_edition
|
Virtual Edition | |
|
Open Source Python <3.11.13
Open Source / Python
|
<3.11.13 | ||
|
Open Source Python <3.9.23
Open Source / Python
|
<3.9.23 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
NetApp ActiveIQ Unified Manager
NetApp
|
cpe:/a:netapp:active_iq_unified_manager:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13
IBM / QRadar SIEM
|
<7.5.0 UP13 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
IBM TXSeries for Multiplatforms 11.1
IBM / TXSeries
|
cpe:/a:ibm:txseries:for_multiplatforms_11.1
|
for Multiplatforms 11.1 | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Open Source Python <3.13.4
Open Source / Python
|
<3.13.4 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Python <3.12.11
Open Source / Python
|
<3.12.11 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Red Hat OpenShift Container Platform 4.10
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.10
|
Container Platform 4.10 | |
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform 4.11
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.11
|
Container Platform 4.11 | |
|
Open Source Python <3.10.18
Open Source / Python
|
<3.10.18 | ||
|
Dell NetWorker Virtual Edition
Dell / NetWorker
|
cpe:/a:dell:networker:virtual_edition
|
Virtual Edition | |
|
Open Source Python <3.11.13
Open Source / Python
|
<3.11.13 | ||
|
Open Source Python <3.9.23
Open Source / Python
|
<3.9.23 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
References
71 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Python ist eine universelle, \u00fcblicherweise interpretierte, h\u00f6here Programmiersprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Python ausnutzen, um Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1231 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1231.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1231 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1231"
},
{
"category": "external",
"summary": "Python Mailing List vom 2025-06-03",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
},
{
"category": "external",
"summary": "Red Hat Bugtracker vom 2025-06-03",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "GitHub Advisory Database vom 2025-06-03",
"url": "https://github.com/advisories/GHSA-p72v-37h5-753v"
},
{
"category": "external",
"summary": "Red Hat Bugtracker vom 2025-06-03",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "GitHub Advisory Database vom 2025-06-03",
"url": "https://github.com/advisories/GHSA-6r6c-684h-9j7p"
},
{
"category": "external",
"summary": "Red Hat Bugtracker vom 2025-06-03",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "GitHub Advisory Database vom 2025-06-03",
"url": "https://github.com/advisories/GHSA-2pg8-h2j6-28xm"
},
{
"category": "external",
"summary": "Red Hat Bugtracker vom 2025-06-03",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "Python Mailing List vom 2025-06-03",
"url": "https://pythoninsider.blogspot.com/2025/06/python-3134-31211-31113-31018-and-3923.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-098FA1945A vom 2025-06-05",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-098fa1945a"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-47CF891973 vom 2025-06-05",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-47cf891973"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202506-07 vom 2025-06-12",
"url": "https://security.gentoo.org/glsa/202506-07"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7583-1 vom 2025-06-19",
"url": "https://ubuntu.com/security/notices/USN-7583-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02050-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021612.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02049-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021613.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02047-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021615.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02048-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021614.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02057-1 vom 2025-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021620.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02074-1 vom 2025-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021627.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9918 vom 2025-06-30",
"url": "https://access.redhat.com/errata/RHSA-2025:9918"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10026 vom 2025-07-01",
"url": "https://access.redhat.com/errata/RHSA-2025:10026"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10031 vom 2025-07-01",
"url": "https://access.redhat.com/errata/RHSA-2025:10031"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10028 vom 2025-07-01",
"url": "https://access.redhat.com/errata/RHSA-2025:10028"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10136 vom 2025-07-02",
"url": "https://access.redhat.com/errata/RHSA-2025:10136"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-10026 vom 2025-07-01",
"url": "https://linux.oracle.com/errata/ELSA-2025-10026.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10140 vom 2025-07-02",
"url": "https://access.redhat.com/errata/RHSA-2025:10140"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10128 vom 2025-07-01",
"url": "https://access.redhat.com/errata/RHSA-2025:10128"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-10136 vom 2025-07-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-10136.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10148 vom 2025-07-02",
"url": "https://access.redhat.com/errata/RHSA-2025:10148"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-10031 vom 2025-07-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-10031.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10189 vom 2025-07-02",
"url": "https://access.redhat.com/errata/RHSA-2025:10189"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-10128 vom 2025-07-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-10128.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-10148 vom 2025-07-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-10148.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-10189 vom 2025-07-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-10189.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-10140 vom 2025-07-03",
"url": "https://linux.oracle.com/errata/ELSA-2025-10140.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15290-1 vom 2025-07-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YRLR7CL5RFZSB5X6YMWCVABXKQ5FKF2I/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15285-1 vom 2025-07-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4EYQQWPXUKY2S5AP6NQZE7WC5JRTWWOL/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15289-1 vom 2025-07-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/AA3OOWAMM63YT2HIWXCYZDBM54EHICYV/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15286-1 vom 2025-07-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/I7RWPSXWDA2EWFPRF5WFZS53U5D5N74B/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15288-1 vom 2025-07-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/IK42QIUODB7F35JVB7BXAARPKHOCCQLB/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15287-1 vom 2025-07-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/JWQ23JUZIMA2GXE5S5DAQ7WG7JDDNDNW/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-266A1353A1 vom 2025-07-04",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-266a1353a1"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-A8ABFBB35C vom 2025-07-04",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-a8abfbb35c"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10484 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10484"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10399 vom 2025-07-07",
"url": "https://access.redhat.com/errata/RHSA-2025:10399"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10602 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10602"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02297-1 vom 2025-07-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021800.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11386 vom 2025-07-17",
"url": "https://access.redhat.com/errata/RHSA-2025:11386"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20250718-0008 vom 2025-07-18",
"url": "https://security.netapp.com/advisory/NTAP-20250718-0008"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20250718-0009 vom 2025-07-18",
"url": "https://security.netapp.com/advisory/NTAP-20250718-0009"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20250718-0007 vom 2025-07-18",
"url": "https://security.netapp.com/advisory/NTAP-20250718-0007"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02427-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021896.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20492-1 vom 2025-07-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021968.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20539-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022105.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7241589 vom 2025-08-06",
"url": "https://www.ibm.com/support/pages/node/7241589"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02717-1 vom 2025-08-06",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/L2NLBYO6X4C452ZDTZWTPSMMIOSSOPDD/"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7242015 vom 2025-08-12",
"url": "https://www.ibm.com/support/pages/node/7242015"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02767-1 vom 2025-08-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022140.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02778-1 vom 2025-08-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022149.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7242672 vom 2025-08-20",
"url": "https://www.ibm.com/support/pages/node/7242672"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-14984 vom 2025-09-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-14984.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:18219 vom 2025-10-16",
"url": "https://access.redhat.com/errata/RHSA-2025:18219"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-404 vom 2025-10-31",
"url": "https://www.dell.com/support/kbdoc/000385435"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-390 vom 2025-11-05",
"url": "https://www.dell.com/support/kbdoc/000385230"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15713-1 vom 2025-11-08",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/V7NUQ3GPXSJ6QCFNNBJQ5D3UZXUYCUBE/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22759 vom 2025-12-04",
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23530 vom 2025-12-18",
"url": "https://access.redhat.com/errata/RHSA-2025:23530"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:23530 vom 2025-12-18",
"url": "https://errata.build.resf.org/RLSA-2025:23530"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23530 vom 2025-12-25",
"url": "http://linux.oracle.com/errata/ELSA-2025-23530.html"
}
],
"source_lang": "en-US",
"title": "Python: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-12-28T23:00:00.000+00:00",
"generator": {
"date": "2025-12-29T09:05:52.368+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-1231",
"initial_release_date": "2025-06-03T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-06-05T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-06-12T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2025-06-19T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-22T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-23T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-30T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-01T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-07-02T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-07-06T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von openSUSE und Fedora aufgenommen"
},
{
"date": "2025-07-07T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-13T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-17T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-20T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von NetApp aufgenommen"
},
{
"date": "2025-07-21T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-27T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-05T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-06T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von IBM und SUSE aufgenommen"
},
{
"date": "2025-08-11T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-08-12T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-20T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-09-02T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-16T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-30T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-11-04T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-11-09T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-12-04T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-17T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-28T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "29"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Dell Avamar",
"product": {
"name": "Dell Avamar",
"product_id": "T039664",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "Virtual Edition",
"product": {
"name": "Dell NetWorker Virtual Edition",
"product_id": "T048226",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:virtual_edition"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
},
{
"branches": [
{
"category": "product_version_range",
"name": "Appliance \u003c5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance \u003c5.32.00.18",
"product_id": "T048301"
}
},
{
"category": "product_version",
"name": "Appliance 5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance 5.32.00.18",
"product_id": "T048301-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:secure_connect_gateway:appliance__5.32.00.18"
}
}
}
],
"category": "product_name",
"name": "Secure Connect Gateway"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "7.3",
"product": {
"name": "IBM AIX 7.3",
"product_id": "1139691",
"product_identification_helper": {
"cpe": "cpe:/o:ibm:aix:7.3"
}
}
}
],
"category": "product_name",
"name": "AIX"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP13",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP13",
"product_id": "T045828"
}
},
{
"category": "product_version",
"name": "7.5.0 UP13",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP13",
"product_id": "T045828-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up13"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
},
{
"branches": [
{
"category": "product_version",
"name": "for Multiplatforms 11.1",
"product": {
"name": "IBM TXSeries for Multiplatforms 11.1",
"product_id": "T043237",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:txseries:for_multiplatforms_11.1"
}
}
}
],
"category": "product_name",
"name": "TXSeries"
},
{
"branches": [
{
"category": "product_version",
"name": "4.1",
"product": {
"name": "IBM VIOS 4.1",
"product_id": "1522854",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:vios:4.1"
}
}
}
],
"category": "product_name",
"name": "VIOS"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "NetApp ActiveIQ Unified Manager",
"product": {
"name": "NetApp ActiveIQ Unified Manager",
"product_id": "T037607",
"product_identification_helper": {
"cpe": "cpe:/a:netapp:active_iq_unified_manager:-"
}
}
}
],
"category": "vendor",
"name": "NetApp"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.13.4",
"product": {
"name": "Open Source Python \u003c3.13.4",
"product_id": "T044328"
}
},
{
"category": "product_version",
"name": "3.13.4",
"product": {
"name": "Open Source Python 3.13.4",
"product_id": "T044328-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:python:python:3.13.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.12.11",
"product": {
"name": "Open Source Python \u003c3.12.11",
"product_id": "T044329"
}
},
{
"category": "product_version",
"name": "3.12.11",
"product": {
"name": "Open Source Python 3.12.11",
"product_id": "T044329-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:python:python:3.12.11"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.11.13",
"product": {
"name": "Open Source Python \u003c3.11.13",
"product_id": "T044330"
}
},
{
"category": "product_version",
"name": "3.11.13",
"product": {
"name": "Open Source Python 3.11.13",
"product_id": "T044330-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:python:python:3.11.13"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.10.18",
"product": {
"name": "Open Source Python \u003c3.10.18",
"product_id": "T044331"
}
},
{
"category": "product_version",
"name": "3.10.18",
"product": {
"name": "Open Source Python 3.10.18",
"product_id": "T044331-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:python:python:3.10.18"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.9.23",
"product": {
"name": "Open Source Python \u003c3.9.23",
"product_id": "T044332"
}
},
{
"category": "product_version",
"name": "3.9.23",
"product": {
"name": "Open Source Python 3.9.23",
"product_id": "T044332-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:python:python:3.9.23"
}
}
}
],
"category": "product_name",
"name": "Python"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "Container Platform 4.10",
"product": {
"name": "Red Hat OpenShift Container Platform 4.10",
"product_id": "T025742",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform_4.10"
}
}
},
{
"category": "product_version",
"name": "Container Platform 4.11",
"product": {
"name": "Red Hat OpenShift Container Platform 4.11",
"product_id": "T025990",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform_4.11"
}
}
},
{
"category": "product_version",
"name": "Container Platform 4.12",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12",
"product_id": "T026435",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform_4.12"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"product_status": {
"known_affected": [
"T037607",
"67646",
"T045828",
"1522854",
"T012167",
"T004914",
"T032255",
"74185",
"T039664",
"1139691",
"T043237",
"T002207",
"T044328",
"T000126",
"T044329",
"T027843",
"T025742",
"T026435",
"T025990",
"T044331",
"T048226",
"T044330",
"T044332",
"T048301"
]
},
"release_date": "2025-06-03T22:00:00.000+00:00",
"title": "CVE-2024-12718"
},
{
"cve": "CVE-2025-4330",
"product_status": {
"known_affected": [
"T037607",
"67646",
"T045828",
"1522854",
"T012167",
"T004914",
"T032255",
"74185",
"T039664",
"1139691",
"T043237",
"T002207",
"T044328",
"T000126",
"T044329",
"T027843",
"T025742",
"T026435",
"T025990",
"T044331",
"T048226",
"T044330",
"T044332",
"T048301"
]
},
"release_date": "2025-06-03T22:00:00.000+00:00",
"title": "CVE-2025-4330"
},
{
"cve": "CVE-2025-4435",
"product_status": {
"known_affected": [
"T037607",
"67646",
"T045828",
"1522854",
"T012167",
"T004914",
"T032255",
"74185",
"T039664",
"1139691",
"T043237",
"T002207",
"T044328",
"T000126",
"T044329",
"T027843",
"T025742",
"T026435",
"T025990",
"T044331",
"T048226",
"T044330",
"T044332",
"T048301"
]
},
"release_date": "2025-06-03T22:00:00.000+00:00",
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-4517",
"product_status": {
"known_affected": [
"T037607",
"67646",
"T045828",
"1522854",
"T012167",
"T004914",
"T032255",
"74185",
"T039664",
"1139691",
"T043237",
"T002207",
"T044328",
"T000126",
"T044329",
"T027843",
"T025742",
"T026435",
"T025990",
"T044331",
"T048226",
"T044330",
"T044332",
"T048301"
]
},
"release_date": "2025-06-03T22:00:00.000+00:00",
"title": "CVE-2025-4517"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…