Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-7592 (GCVE-0-2024-7592)
Vulnerability from cvelistv5 – Published: 2024-08-19 19:06 – Updated: 2025-11-03 22:32
VLAI
EPSS
Title
Quadratic complexity parsing cookies with backslashes
Summary
There is a LOW severity vulnerability affecting CPython, specifically the
'http.cookies' standard library module.
When parsing cookies that contained backslashes for quoted characters in
the cookie value, the parser would use an algorithm with quadratic
complexity, resulting in excess CPU resources being used while parsing the
value.
Severity
7.5 (High)
SSVC
Exploitation: poc
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-400 - Uncontrolled Resource Consumption
Assigner
References
12 references
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.8.20
(python)
Affected: 3.9.0 , < 3.9.20 (python) Affected: 3.10.0 , < 3.10.15 (python) Affected: 3.11.0 , < 3.11.10 (python) Affected: 3.12.0 , < 3.12.6 (python) Affected: 3.13.0a1 , < 3.13.0rc2 (python) |
|
| python | cpython |
Affected:
0 , < 3.8.20
(python)
Affected: 3.9.0 , < 3.9.20 (python) Affected: 3.10.0 , < 3.10.15 (python) Affected: 3.11.0 , < 3.11.10 (python) Affected: 3.12.0 , < 3.12.6 (python) Affected: 3.13.0a1 , < 3.13.0rc2 (python) cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:* |
Date Public
2024-08-16 16:15
{
"containers": {
"adp": [
{
"affected": [
{
"cpes": [
"cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unaffected",
"product": "cpython",
"vendor": "python",
"versions": [
{
"lessThan": "3.8.20",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.9.20",
"status": "affected",
"version": "3.9.0",
"versionType": "python"
},
{
"lessThan": "3.10.15",
"status": "affected",
"version": "3.10.0",
"versionType": "python"
},
{
"lessThan": "3.11.10",
"status": "affected",
"version": "3.11.0",
"versionType": "python"
},
{
"lessThan": "3.12.6",
"status": "affected",
"version": "3.12.0",
"versionType": "python"
},
{
"lessThan": "3.13.0rc2",
"status": "affected",
"version": "3.13.0a1",
"versionType": "python"
}
]
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-7592",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-09-03T17:21:02.520596Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-09T20:53:12.739Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T22:32:52.863Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20241018-0006/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.8.20",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.9.20",
"status": "affected",
"version": "3.9.0",
"versionType": "python"
},
{
"lessThan": "3.10.15",
"status": "affected",
"version": "3.10.0",
"versionType": "python"
},
{
"lessThan": "3.11.10",
"status": "affected",
"version": "3.11.0",
"versionType": "python"
},
{
"lessThan": "3.12.6",
"status": "affected",
"version": "3.12.0",
"versionType": "python"
},
{
"lessThan": "3.13.0rc2",
"status": "affected",
"version": "3.13.0a1",
"versionType": "python"
}
]
}
],
"datePublic": "2024-08-16T16:15:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eThere is a LOW severity vulnerability affecting CPython, specifically the\n\u0027\u003ci\u003e\u003cb\u003ehttp.cookies\u003c/b\u003e\u003c/i\u003e\u0027 standard library module.\u003c/p\u003e\n\u003cp\u003eWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.\u003c/p\u003e\u003cbr\u003e\u003cp\u003e\u003c/p\u003e"
}
],
"value": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400 Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-01-31T19:55:12.119Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/123075"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/123067"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/HXJAAAALNUNGCQUS2W7WR6GFIZIHFOOK/"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/391e5626e3ee5af267b97e37abc7475732e67621"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/dcc3eaef98cd94d6cb6cb0f44bd1c903d04f33b1"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/a77ab24427a18bff817025adb03ca920dc3f1a06"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/b2f11ca7667e4d57c71c1c88b255115f16042d9a"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/d4ac921a4b081f7f996a5d2b101684b67ba0ed7f"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/d662e2db2605515a767f88ad48096b8ac623c774"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/44e458357fca05ca0ae2658d62c8c595b048b5ef"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Quadratic complexity parsing cookies with backslashes",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2024-7592",
"datePublished": "2024-08-19T19:06:45.311Z",
"dateReserved": "2024-08-07T15:53:07.135Z",
"dateUpdated": "2025-11-03T22:32:52.863Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-7592",
"date": "2026-06-04",
"epss": "0.00883",
"percentile": "0.75755"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-7592\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-08-19T19:15:08.180\",\"lastModified\":\"2025-11-03T23:17:31.847\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"There is a LOW severity vulnerability affecting CPython, specifically the\\n\u0027http.cookies\u0027 standard library module.\\n\\n\\nWhen parsing cookies that contained backslashes for quoted characters in\\nthe cookie value, the parser would use an algorithm with quadratic\\ncomplexity, resulting in excess CPU resources being used while parsing the\\nvalue.\"},{\"lang\":\"es\",\"value\":\"Existe una vulnerabilidad de gravedad BAJA que afecta a CPython, espec\u00edficamente al m\u00f3dulo de librer\u00eda est\u00e1ndar \u0027http.cookies\u0027. Al analizar cookies que conten\u00edan barras invertidas para caracteres entrecomillados en el valor de la cookie, el analizador usar\u00eda un algoritmo con complejidad cuadr\u00e1tica, lo que resultar\u00eda en un exceso de recursos de CPU que se usar\u00edan al analizar el valor.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.8.20\",\"matchCriteriaId\":\"B475FA53-D1F3-44C8-80CD-0CEA88129109\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.9.0\",\"versionEndExcluding\":\"3.9.20\",\"matchCriteriaId\":\"9365E878-106E-49B6-98FC-9FA339CD5216\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.10.0\",\"versionEndExcluding\":\"3.10.15\",\"matchCriteriaId\":\"BFD756EB-DF07-4485-A2AA-59FBD7260A21\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.11.0\",\"versionEndExcluding\":\"3.11.10\",\"matchCriteriaId\":\"9EE0E5D8-452F-4862-9C23-23AC1DDEFB1E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.12.0\",\"versionEndExcluding\":\"3.12.6\",\"matchCriteriaId\":\"5D4E662B-59E4-495E-941E-2246D2168B42\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha0:*:*:*:*:*:*\",\"matchCriteriaId\":\"3BA51E41-D221-431F-870F-536AF2867B50\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha1:*:*:*:*:*:*\",\"matchCriteriaId\":\"978582FF-B8F3-479F-AE77-359E9AEE6F23\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha2:*:*:*:*:*:*\",\"matchCriteriaId\":\"84E3F62C-7218-4DC3-8473-8A576739643A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha3:*:*:*:*:*:*\",\"matchCriteriaId\":\"1FD15706-B8BC-4801-9F93-06771F2E12C1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha4:*:*:*:*:*:*\",\"matchCriteriaId\":\"0FDC359F-E8ED-4777-83FB-1EC63F095CBF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha5:*:*:*:*:*:*\",\"matchCriteriaId\":\"6893BDDE-4D90-4592-8701-C6B3FFEB0CFE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha6:*:*:*:*:*:*\",\"matchCriteriaId\":\"E316F712-F03A-4378-8192-D1640819698B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:beta1:*:*:*:*:*:*\",\"matchCriteriaId\":\"8566F034-27CB-422E-950B-DCAA926CF64F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:beta2:*:*:*:*:*:*\",\"matchCriteriaId\":\"EACCE6C3-7701-4966-9D88-E949C82FCA46\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:beta3:*:*:*:*:*:*\",\"matchCriteriaId\":\"A4853BF2-9C27-465F-9840-5B37013C9F74\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:beta4:*:*:*:*:*:*\",\"matchCriteriaId\":\"B266541A-E877-4CAD-A1EF-08A069441F36\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"8384A34C-50CD-439C-A2BB-DEA6161342C1\"}]}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/391e5626e3ee5af267b97e37abc7475732e67621\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/44e458357fca05ca0ae2658d62c8c595b048b5ef\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/a77ab24427a18bff817025adb03ca920dc3f1a06\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/b2f11ca7667e4d57c71c1c88b255115f16042d9a\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/d4ac921a4b081f7f996a5d2b101684b67ba0ed7f\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/d662e2db2605515a767f88ad48096b8ac623c774\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/dcc3eaef98cd94d6cb6cb0f44bd1c903d04f33b1\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/issues/123067\",\"source\":\"cna@python.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://github.com/python/cpython/pull/123075\",\"source\":\"cna@python.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/HXJAAAALNUNGCQUS2W7WR6GFIZIHFOOK/\",\"source\":\"cna@python.org\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20241018-0006/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20241018-0006/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-10-18T13:07:47.143Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"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:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-7592\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-03T17:21:02.520596Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*\"], \"vendor\": \"python\", \"product\": \"cpython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.8.20\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.9.0\", \"lessThan\": \"3.9.20\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.10.0\", \"lessThan\": \"3.10.15\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.10\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.6\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0a1\", \"lessThan\": \"3.13.0rc2\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-03T17:21:26.897Z\"}}], \"cna\": {\"title\": \"Quadratic complexity parsing cookies with backslashes\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.8.20\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.9.0\", \"lessThan\": \"3.9.20\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.10.0\", \"lessThan\": \"3.10.15\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.10\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.6\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0a1\", \"lessThan\": \"3.13.0rc2\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2024-08-16T16:15:00.000Z\", \"references\": [{\"url\": \"https://github.com/python/cpython/pull/123075\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/issues/123067\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/HXJAAAALNUNGCQUS2W7WR6GFIZIHFOOK/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/391e5626e3ee5af267b97e37abc7475732e67621\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/dcc3eaef98cd94d6cb6cb0f44bd1c903d04f33b1\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/a77ab24427a18bff817025adb03ca920dc3f1a06\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/b2f11ca7667e4d57c71c1c88b255115f16042d9a\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/d4ac921a4b081f7f996a5d2b101684b67ba0ed7f\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/d662e2db2605515a767f88ad48096b8ac623c774\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/44e458357fca05ca0ae2658d62c8c595b048b5ef\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"There is a LOW severity vulnerability affecting CPython, specifically the\\n\u0027http.cookies\u0027 standard library module.\\n\\n\\nWhen parsing cookies that contained backslashes for quoted characters in\\nthe cookie value, the parser would use an algorithm with quadratic\\ncomplexity, resulting in excess CPU resources being used while parsing the\\nvalue.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eThere is a LOW severity vulnerability affecting CPython, specifically the\\n\u0027\u003ci\u003e\u003cb\u003ehttp.cookies\u003c/b\u003e\u003c/i\u003e\u0027 standard library module.\u003c/p\u003e\\n\u003cp\u003eWhen parsing cookies that contained backslashes for quoted characters in\\nthe cookie value, the parser would use an algorithm with quadratic\\ncomplexity, resulting in excess CPU resources being used while parsing the\\nvalue.\u003c/p\u003e\u003cbr\u003e\u003cp\u003e\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400 Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2025-01-31T19:55:12.119Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-7592\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-01-31T19:55:12.119Z\", \"dateReserved\": \"2024-08-07T15:53:07.135Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2024-08-19T19:06:45.311Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2024:3384-1
Vulnerability from csaf_suse - Published: 2024-09-23 08:32 - Updated: 2024-09-23 08:32Summary
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-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)
- CVE-2024-7592: quadratic algorithm used when parsing cookies leads to excessive resource consumption. (bsc#1229596)
Patchnames: SUSE-2024-3384,SUSE-SLE-Module-Web-Scripting-12-2024-3384,SUSE-SLE-SDK-12-SP5-2024-3384,SUSE-SLE-SERVER-12-SP5-2024-3384
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
76 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
76 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.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 python3",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python3 fixes the following issues:\n\n- CVE-2024-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)\n- CVE-2024-7592: quadratic algorithm used when parsing cookies leads to excessive resource consumption. (bsc#1229596)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3384,SUSE-SLE-Module-Web-Scripting-12-2024-3384,SUSE-SLE-SDK-12-SP5-2024-3384,SUSE-SLE-SERVER-12-SP5-2024-3384",
"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-2024_3384-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3384-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243384-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3384-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019496.html"
},
{
"category": "self",
"summary": "SUSE Bug 1229596",
"url": "https://bugzilla.suse.com/1229596"
},
{
"category": "self",
"summary": "SUSE Bug 1230227",
"url": "https://bugzilla.suse.com/1230227"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6232 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6232/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-7592 page",
"url": "https://www.suse.com/security/cve/CVE-2024-7592/"
}
],
"title": "Security update for python3",
"tracking": {
"current_release_date": "2024-09-23T08:32:28Z",
"generator": {
"date": "2024-09-23T08:32:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3384-1",
"initial_release_date": "2024-09-23T08:32:28Z",
"revision_history": [
{
"date": "2024-09-23T08:32:28Z",
"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.139.1.aarch64",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"product_id": "libpython3_4m1_0-3.4.10-25.139.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.139.1.aarch64",
"product": {
"name": "python3-3.4.10-25.139.1.aarch64",
"product_id": "python3-3.4.10-25.139.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.139.1.aarch64",
"product": {
"name": "python3-base-3.4.10-25.139.1.aarch64",
"product_id": "python3-base-3.4.10-25.139.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.139.1.aarch64",
"product": {
"name": "python3-curses-3.4.10-25.139.1.aarch64",
"product_id": "python3-curses-3.4.10-25.139.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.139.1.aarch64",
"product": {
"name": "python3-dbm-3.4.10-25.139.1.aarch64",
"product_id": "python3-dbm-3.4.10-25.139.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.139.1.aarch64",
"product": {
"name": "python3-devel-3.4.10-25.139.1.aarch64",
"product_id": "python3-devel-3.4.10-25.139.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.139.1.aarch64",
"product": {
"name": "python3-idle-3.4.10-25.139.1.aarch64",
"product_id": "python3-idle-3.4.10-25.139.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.139.1.aarch64",
"product": {
"name": "python3-testsuite-3.4.10-25.139.1.aarch64",
"product_id": "python3-testsuite-3.4.10-25.139.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.139.1.aarch64",
"product": {
"name": "python3-tk-3.4.10-25.139.1.aarch64",
"product_id": "python3-tk-3.4.10-25.139.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.139.1.aarch64",
"product": {
"name": "python3-tools-3.4.10-25.139.1.aarch64",
"product_id": "python3-tools-3.4.10-25.139.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-64bit-3.4.10-25.139.1.aarch64_ilp32",
"product": {
"name": "libpython3_4m1_0-64bit-3.4.10-25.139.1.aarch64_ilp32",
"product_id": "libpython3_4m1_0-64bit-3.4.10-25.139.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python3-64bit-3.4.10-25.139.1.aarch64_ilp32",
"product": {
"name": "python3-64bit-3.4.10-25.139.1.aarch64_ilp32",
"product_id": "python3-64bit-3.4.10-25.139.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python3-base-64bit-3.4.10-25.139.1.aarch64_ilp32",
"product": {
"name": "python3-base-64bit-3.4.10-25.139.1.aarch64_ilp32",
"product_id": "python3-base-64bit-3.4.10-25.139.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.139.1.i586",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.i586",
"product_id": "libpython3_4m1_0-3.4.10-25.139.1.i586"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.139.1.i586",
"product": {
"name": "python3-3.4.10-25.139.1.i586",
"product_id": "python3-3.4.10-25.139.1.i586"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.139.1.i586",
"product": {
"name": "python3-base-3.4.10-25.139.1.i586",
"product_id": "python3-base-3.4.10-25.139.1.i586"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.139.1.i586",
"product": {
"name": "python3-curses-3.4.10-25.139.1.i586",
"product_id": "python3-curses-3.4.10-25.139.1.i586"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.139.1.i586",
"product": {
"name": "python3-dbm-3.4.10-25.139.1.i586",
"product_id": "python3-dbm-3.4.10-25.139.1.i586"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.139.1.i586",
"product": {
"name": "python3-devel-3.4.10-25.139.1.i586",
"product_id": "python3-devel-3.4.10-25.139.1.i586"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.139.1.i586",
"product": {
"name": "python3-idle-3.4.10-25.139.1.i586",
"product_id": "python3-idle-3.4.10-25.139.1.i586"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.139.1.i586",
"product": {
"name": "python3-testsuite-3.4.10-25.139.1.i586",
"product_id": "python3-testsuite-3.4.10-25.139.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.139.1.i586",
"product": {
"name": "python3-tk-3.4.10-25.139.1.i586",
"product_id": "python3-tk-3.4.10-25.139.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.139.1.i586",
"product": {
"name": "python3-tools-3.4.10-25.139.1.i586",
"product_id": "python3-tools-3.4.10-25.139.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-doc-3.4.10-25.139.1.noarch",
"product": {
"name": "python3-doc-3.4.10-25.139.1.noarch",
"product_id": "python3-doc-3.4.10-25.139.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-doc-pdf-3.4.10-25.139.1.noarch",
"product": {
"name": "python3-doc-pdf-3.4.10-25.139.1.noarch",
"product_id": "python3-doc-pdf-3.4.10-25.139.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"product_id": "libpython3_4m1_0-3.4.10-25.139.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.139.1.ppc64le",
"product": {
"name": "python3-3.4.10-25.139.1.ppc64le",
"product_id": "python3-3.4.10-25.139.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.139.1.ppc64le",
"product": {
"name": "python3-base-3.4.10-25.139.1.ppc64le",
"product_id": "python3-base-3.4.10-25.139.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.139.1.ppc64le",
"product": {
"name": "python3-curses-3.4.10-25.139.1.ppc64le",
"product_id": "python3-curses-3.4.10-25.139.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.139.1.ppc64le",
"product": {
"name": "python3-dbm-3.4.10-25.139.1.ppc64le",
"product_id": "python3-dbm-3.4.10-25.139.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.139.1.ppc64le",
"product": {
"name": "python3-devel-3.4.10-25.139.1.ppc64le",
"product_id": "python3-devel-3.4.10-25.139.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.139.1.ppc64le",
"product": {
"name": "python3-idle-3.4.10-25.139.1.ppc64le",
"product_id": "python3-idle-3.4.10-25.139.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.139.1.ppc64le",
"product": {
"name": "python3-testsuite-3.4.10-25.139.1.ppc64le",
"product_id": "python3-testsuite-3.4.10-25.139.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.139.1.ppc64le",
"product": {
"name": "python3-tk-3.4.10-25.139.1.ppc64le",
"product_id": "python3-tk-3.4.10-25.139.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.139.1.ppc64le",
"product": {
"name": "python3-tools-3.4.10-25.139.1.ppc64le",
"product_id": "python3-tools-3.4.10-25.139.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.139.1.s390",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.s390",
"product_id": "libpython3_4m1_0-3.4.10-25.139.1.s390"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.139.1.s390",
"product": {
"name": "python3-3.4.10-25.139.1.s390",
"product_id": "python3-3.4.10-25.139.1.s390"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.139.1.s390",
"product": {
"name": "python3-base-3.4.10-25.139.1.s390",
"product_id": "python3-base-3.4.10-25.139.1.s390"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.139.1.s390",
"product": {
"name": "python3-curses-3.4.10-25.139.1.s390",
"product_id": "python3-curses-3.4.10-25.139.1.s390"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.139.1.s390",
"product": {
"name": "python3-dbm-3.4.10-25.139.1.s390",
"product_id": "python3-dbm-3.4.10-25.139.1.s390"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.139.1.s390",
"product": {
"name": "python3-devel-3.4.10-25.139.1.s390",
"product_id": "python3-devel-3.4.10-25.139.1.s390"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.139.1.s390",
"product": {
"name": "python3-idle-3.4.10-25.139.1.s390",
"product_id": "python3-idle-3.4.10-25.139.1.s390"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.139.1.s390",
"product": {
"name": "python3-testsuite-3.4.10-25.139.1.s390",
"product_id": "python3-testsuite-3.4.10-25.139.1.s390"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.139.1.s390",
"product": {
"name": "python3-tk-3.4.10-25.139.1.s390",
"product_id": "python3-tk-3.4.10-25.139.1.s390"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.139.1.s390",
"product": {
"name": "python3-tools-3.4.10-25.139.1.s390",
"product_id": "python3-tools-3.4.10-25.139.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.139.1.s390x",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.s390x",
"product_id": "libpython3_4m1_0-3.4.10-25.139.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"product": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"product_id": "libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.139.1.s390x",
"product": {
"name": "python3-3.4.10-25.139.1.s390x",
"product_id": "python3-3.4.10-25.139.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-32bit-3.4.10-25.139.1.s390x",
"product": {
"name": "python3-32bit-3.4.10-25.139.1.s390x",
"product_id": "python3-32bit-3.4.10-25.139.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.139.1.s390x",
"product": {
"name": "python3-base-3.4.10-25.139.1.s390x",
"product_id": "python3-base-3.4.10-25.139.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-32bit-3.4.10-25.139.1.s390x",
"product": {
"name": "python3-base-32bit-3.4.10-25.139.1.s390x",
"product_id": "python3-base-32bit-3.4.10-25.139.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.139.1.s390x",
"product": {
"name": "python3-curses-3.4.10-25.139.1.s390x",
"product_id": "python3-curses-3.4.10-25.139.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.139.1.s390x",
"product": {
"name": "python3-dbm-3.4.10-25.139.1.s390x",
"product_id": "python3-dbm-3.4.10-25.139.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.139.1.s390x",
"product": {
"name": "python3-devel-3.4.10-25.139.1.s390x",
"product_id": "python3-devel-3.4.10-25.139.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.139.1.s390x",
"product": {
"name": "python3-idle-3.4.10-25.139.1.s390x",
"product_id": "python3-idle-3.4.10-25.139.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.139.1.s390x",
"product": {
"name": "python3-testsuite-3.4.10-25.139.1.s390x",
"product_id": "python3-testsuite-3.4.10-25.139.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.139.1.s390x",
"product": {
"name": "python3-tk-3.4.10-25.139.1.s390x",
"product_id": "python3-tk-3.4.10-25.139.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.139.1.s390x",
"product": {
"name": "python3-tools-3.4.10-25.139.1.s390x",
"product_id": "python3-tools-3.4.10-25.139.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"product_id": "libpython3_4m1_0-3.4.10-25.139.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"product": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"product_id": "libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.139.1.x86_64",
"product": {
"name": "python3-3.4.10-25.139.1.x86_64",
"product_id": "python3-3.4.10-25.139.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-32bit-3.4.10-25.139.1.x86_64",
"product": {
"name": "python3-32bit-3.4.10-25.139.1.x86_64",
"product_id": "python3-32bit-3.4.10-25.139.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.139.1.x86_64",
"product": {
"name": "python3-base-3.4.10-25.139.1.x86_64",
"product_id": "python3-base-3.4.10-25.139.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-32bit-3.4.10-25.139.1.x86_64",
"product": {
"name": "python3-base-32bit-3.4.10-25.139.1.x86_64",
"product_id": "python3-base-32bit-3.4.10-25.139.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.139.1.x86_64",
"product": {
"name": "python3-curses-3.4.10-25.139.1.x86_64",
"product_id": "python3-curses-3.4.10-25.139.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.139.1.x86_64",
"product": {
"name": "python3-dbm-3.4.10-25.139.1.x86_64",
"product_id": "python3-dbm-3.4.10-25.139.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.139.1.x86_64",
"product": {
"name": "python3-devel-3.4.10-25.139.1.x86_64",
"product_id": "python3-devel-3.4.10-25.139.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.139.1.x86_64",
"product": {
"name": "python3-idle-3.4.10-25.139.1.x86_64",
"product_id": "python3-idle-3.4.10-25.139.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.139.1.x86_64",
"product": {
"name": "python3-testsuite-3.4.10-25.139.1.x86_64",
"product_id": "python3-testsuite-3.4.10-25.139.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.139.1.x86_64",
"product": {
"name": "python3-tk-3.4.10-25.139.1.x86_64",
"product_id": "python3-tk-3.4.10-25.139.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.139.1.x86_64",
"product": {
"name": "python3-tools-3.4.10-25.139.1.x86_64",
"product_id": "python3-tools-3.4.10-25.139.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap: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.139.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.aarch64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.ppc64le"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.s390x"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.x86_64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-base-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-base-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-base-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-base-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-curses-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-curses-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-curses-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-curses-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-dbm-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-dbm-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-dbm-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-dbm-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-devel-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-devel-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-devel-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-devel-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-base-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-base-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-base-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-base-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-curses-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-curses-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-curses-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-curses-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-devel-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-devel-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-devel-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-devel-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-tk-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-tk-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-tk-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-tk-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-base-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-base-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-base-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-base-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-curses-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-curses-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-curses-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-curses-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-devel-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-devel-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-devel-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-devel-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.139.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.aarch64"
},
"product_reference": "python3-tk-3.4.10-25.139.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.139.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le"
},
"product_reference": "python3-tk-3.4.10-25.139.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.139.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.s390x"
},
"product_reference": "python3-tk-3.4.10-25.139.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.139.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.x86_64"
},
"product_reference": "python3-tk-3.4.10-25.139.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6232",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6232"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6232",
"url": "https://www.suse.com/security/cve/CVE-2024-6232"
},
{
"category": "external",
"summary": "SUSE Bug 1230227 for CVE-2024-6232",
"url": "https://bugzilla.suse.com/1230227"
}
],
"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 Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-23T08:32:28Z",
"details": "important"
}
],
"title": "CVE-2024-6232"
},
{
"cve": "CVE-2024-7592",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-7592"
}
],
"notes": [
{
"category": "general",
"text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-7592",
"url": "https://www.suse.com/security/cve/CVE-2024-7592"
},
{
"category": "external",
"summary": "SUSE Bug 1229596 for CVE-2024-7592",
"url": "https://bugzilla.suse.com/1229596"
}
],
"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 Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.139.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.139.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-23T08:32:28Z",
"details": "moderate"
}
],
"title": "CVE-2024-7592"
}
]
}
SUSE-SU-2024:3411-1
Vulnerability from csaf_suse - Published: 2024-09-24 07:40 - Updated: 2024-09-24 07:40Summary
Security update for python39
Severity
Important
Notes
Title of the patch: Security update for python39
Description of the patch: This update for python39 fixes the following issues:
- Update to 3.9.20:
- CVE-2024-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)
- CVE-2024-7592: quadratic algorithm used when parsing cookies leads to excessive resource consumption. (bsc#1229596)
- CVE-2024-8088: lack of name validation when extracting a zip archive leads to infinite loops. (bsc#1229704)
Patchnames: SUSE-2024-3411,SUSE-SLE-Module-Legacy-15-SP5-2024-3411,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3411,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3411,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3411,SUSE-Storage-7.1-2024-3411,openSUSE-SLE-15.5-2024-3411,openSUSE-SLE-15.6-2024-3411
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
212 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
212 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
212 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.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 python39",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python39 fixes the following issues:\n\n- Update to 3.9.20:\n- CVE-2024-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)\n- CVE-2024-7592: quadratic algorithm used when parsing cookies leads to excessive resource consumption. (bsc#1229596)\n- CVE-2024-8088: lack of name validation when extracting a zip archive leads to infinite loops. (bsc#1229704)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3411,SUSE-SLE-Module-Legacy-15-SP5-2024-3411,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3411,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3411,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3411,SUSE-Storage-7.1-2024-3411,openSUSE-SLE-15.5-2024-3411,openSUSE-SLE-15.6-2024-3411",
"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-2024_3411-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3411-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243411-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3411-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019505.html"
},
{
"category": "self",
"summary": "SUSE Bug 1229596",
"url": "https://bugzilla.suse.com/1229596"
},
{
"category": "self",
"summary": "SUSE Bug 1229704",
"url": "https://bugzilla.suse.com/1229704"
},
{
"category": "self",
"summary": "SUSE Bug 1230227",
"url": "https://bugzilla.suse.com/1230227"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6232 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6232/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-7592 page",
"url": "https://www.suse.com/security/cve/CVE-2024-7592/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8088 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8088/"
}
],
"title": "Security update for python39",
"tracking": {
"current_release_date": "2024-09-24T07:40:52Z",
"generator": {
"date": "2024-09-24T07:40:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3411-1",
"initial_release_date": "2024-09-24T07:40:52Z",
"revision_history": [
{
"date": "2024-09-24T07:40:52Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"product": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"product_id": "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-3.9.20-150300.4.52.1.aarch64",
"product": {
"name": "python39-3.9.20-150300.4.52.1.aarch64",
"product_id": "python39-3.9.20-150300.4.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.20-150300.4.52.1.aarch64",
"product": {
"name": "python39-base-3.9.20-150300.4.52.1.aarch64",
"product_id": "python39-base-3.9.20-150300.4.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.20-150300.4.52.1.aarch64",
"product": {
"name": "python39-curses-3.9.20-150300.4.52.1.aarch64",
"product_id": "python39-curses-3.9.20-150300.4.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.20-150300.4.52.1.aarch64",
"product": {
"name": "python39-dbm-3.9.20-150300.4.52.1.aarch64",
"product_id": "python39-dbm-3.9.20-150300.4.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.20-150300.4.52.1.aarch64",
"product": {
"name": "python39-devel-3.9.20-150300.4.52.1.aarch64",
"product_id": "python39-devel-3.9.20-150300.4.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.20-150300.4.52.1.aarch64",
"product": {
"name": "python39-doc-3.9.20-150300.4.52.1.aarch64",
"product_id": "python39-doc-3.9.20-150300.4.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"product": {
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"product_id": "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.20-150300.4.52.1.aarch64",
"product": {
"name": "python39-idle-3.9.20-150300.4.52.1.aarch64",
"product_id": "python39-idle-3.9.20-150300.4.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"product": {
"name": "python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"product_id": "python39-testsuite-3.9.20-150300.4.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.20-150300.4.52.1.aarch64",
"product": {
"name": "python39-tk-3.9.20-150300.4.52.1.aarch64",
"product_id": "python39-tk-3.9.20-150300.4.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.20-150300.4.52.1.aarch64",
"product": {
"name": "python39-tools-3.9.20-150300.4.52.1.aarch64",
"product_id": "python39-tools-3.9.20-150300.4.52.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-64bit-3.9.20-150300.4.52.1.aarch64_ilp32",
"product": {
"name": "libpython3_9-1_0-64bit-3.9.20-150300.4.52.1.aarch64_ilp32",
"product_id": "libpython3_9-1_0-64bit-3.9.20-150300.4.52.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-64bit-3.9.20-150300.4.52.1.aarch64_ilp32",
"product": {
"name": "python39-64bit-3.9.20-150300.4.52.1.aarch64_ilp32",
"product_id": "python39-64bit-3.9.20-150300.4.52.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-base-64bit-3.9.20-150300.4.52.1.aarch64_ilp32",
"product": {
"name": "python39-base-64bit-3.9.20-150300.4.52.1.aarch64_ilp32",
"product_id": "python39-base-64bit-3.9.20-150300.4.52.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.i586",
"product": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.i586",
"product_id": "libpython3_9-1_0-3.9.20-150300.4.52.1.i586"
}
},
{
"category": "product_version",
"name": "python39-3.9.20-150300.4.52.1.i586",
"product": {
"name": "python39-3.9.20-150300.4.52.1.i586",
"product_id": "python39-3.9.20-150300.4.52.1.i586"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.20-150300.4.52.1.i586",
"product": {
"name": "python39-base-3.9.20-150300.4.52.1.i586",
"product_id": "python39-base-3.9.20-150300.4.52.1.i586"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.20-150300.4.52.1.i586",
"product": {
"name": "python39-curses-3.9.20-150300.4.52.1.i586",
"product_id": "python39-curses-3.9.20-150300.4.52.1.i586"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.20-150300.4.52.1.i586",
"product": {
"name": "python39-dbm-3.9.20-150300.4.52.1.i586",
"product_id": "python39-dbm-3.9.20-150300.4.52.1.i586"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.20-150300.4.52.1.i586",
"product": {
"name": "python39-devel-3.9.20-150300.4.52.1.i586",
"product_id": "python39-devel-3.9.20-150300.4.52.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.20-150300.4.52.1.i586",
"product": {
"name": "python39-doc-3.9.20-150300.4.52.1.i586",
"product_id": "python39-doc-3.9.20-150300.4.52.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.i586",
"product": {
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.i586",
"product_id": "python39-doc-devhelp-3.9.20-150300.4.52.1.i586"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.20-150300.4.52.1.i586",
"product": {
"name": "python39-idle-3.9.20-150300.4.52.1.i586",
"product_id": "python39-idle-3.9.20-150300.4.52.1.i586"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.20-150300.4.52.1.i586",
"product": {
"name": "python39-testsuite-3.9.20-150300.4.52.1.i586",
"product_id": "python39-testsuite-3.9.20-150300.4.52.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.20-150300.4.52.1.i586",
"product": {
"name": "python39-tk-3.9.20-150300.4.52.1.i586",
"product_id": "python39-tk-3.9.20-150300.4.52.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.20-150300.4.52.1.i586",
"product": {
"name": "python39-tools-3.9.20-150300.4.52.1.i586",
"product_id": "python39-tools-3.9.20-150300.4.52.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"product": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"product_id": "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-3.9.20-150300.4.52.1.ppc64le",
"product": {
"name": "python39-3.9.20-150300.4.52.1.ppc64le",
"product_id": "python39-3.9.20-150300.4.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.20-150300.4.52.1.ppc64le",
"product": {
"name": "python39-base-3.9.20-150300.4.52.1.ppc64le",
"product_id": "python39-base-3.9.20-150300.4.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.20-150300.4.52.1.ppc64le",
"product": {
"name": "python39-curses-3.9.20-150300.4.52.1.ppc64le",
"product_id": "python39-curses-3.9.20-150300.4.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"product": {
"name": "python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"product_id": "python39-dbm-3.9.20-150300.4.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.20-150300.4.52.1.ppc64le",
"product": {
"name": "python39-devel-3.9.20-150300.4.52.1.ppc64le",
"product_id": "python39-devel-3.9.20-150300.4.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.20-150300.4.52.1.ppc64le",
"product": {
"name": "python39-doc-3.9.20-150300.4.52.1.ppc64le",
"product_id": "python39-doc-3.9.20-150300.4.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"product": {
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"product_id": "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.20-150300.4.52.1.ppc64le",
"product": {
"name": "python39-idle-3.9.20-150300.4.52.1.ppc64le",
"product_id": "python39-idle-3.9.20-150300.4.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"product": {
"name": "python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"product_id": "python39-testsuite-3.9.20-150300.4.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.20-150300.4.52.1.ppc64le",
"product": {
"name": "python39-tk-3.9.20-150300.4.52.1.ppc64le",
"product_id": "python39-tk-3.9.20-150300.4.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.20-150300.4.52.1.ppc64le",
"product": {
"name": "python39-tools-3.9.20-150300.4.52.1.ppc64le",
"product_id": "python39-tools-3.9.20-150300.4.52.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"product": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"product_id": "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-3.9.20-150300.4.52.1.s390x",
"product": {
"name": "python39-3.9.20-150300.4.52.1.s390x",
"product_id": "python39-3.9.20-150300.4.52.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.20-150300.4.52.1.s390x",
"product": {
"name": "python39-base-3.9.20-150300.4.52.1.s390x",
"product_id": "python39-base-3.9.20-150300.4.52.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.20-150300.4.52.1.s390x",
"product": {
"name": "python39-curses-3.9.20-150300.4.52.1.s390x",
"product_id": "python39-curses-3.9.20-150300.4.52.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.20-150300.4.52.1.s390x",
"product": {
"name": "python39-dbm-3.9.20-150300.4.52.1.s390x",
"product_id": "python39-dbm-3.9.20-150300.4.52.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.20-150300.4.52.1.s390x",
"product": {
"name": "python39-devel-3.9.20-150300.4.52.1.s390x",
"product_id": "python39-devel-3.9.20-150300.4.52.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.20-150300.4.52.1.s390x",
"product": {
"name": "python39-doc-3.9.20-150300.4.52.1.s390x",
"product_id": "python39-doc-3.9.20-150300.4.52.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"product": {
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"product_id": "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.20-150300.4.52.1.s390x",
"product": {
"name": "python39-idle-3.9.20-150300.4.52.1.s390x",
"product_id": "python39-idle-3.9.20-150300.4.52.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.20-150300.4.52.1.s390x",
"product": {
"name": "python39-testsuite-3.9.20-150300.4.52.1.s390x",
"product_id": "python39-testsuite-3.9.20-150300.4.52.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.20-150300.4.52.1.s390x",
"product": {
"name": "python39-tk-3.9.20-150300.4.52.1.s390x",
"product_id": "python39-tk-3.9.20-150300.4.52.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.20-150300.4.52.1.s390x",
"product": {
"name": "python39-tools-3.9.20-150300.4.52.1.s390x",
"product_id": "python39-tools-3.9.20-150300.4.52.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"product_id": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"product_id": "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "python39-3.9.20-150300.4.52.1.x86_64",
"product_id": "python39-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-32bit-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "python39-32bit-3.9.20-150300.4.52.1.x86_64",
"product_id": "python39-32bit-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "python39-base-3.9.20-150300.4.52.1.x86_64",
"product_id": "python39-base-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"product_id": "python39-base-32bit-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "python39-curses-3.9.20-150300.4.52.1.x86_64",
"product_id": "python39-curses-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "python39-dbm-3.9.20-150300.4.52.1.x86_64",
"product_id": "python39-dbm-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "python39-devel-3.9.20-150300.4.52.1.x86_64",
"product_id": "python39-devel-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "python39-doc-3.9.20-150300.4.52.1.x86_64",
"product_id": "python39-doc-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"product_id": "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "python39-idle-3.9.20-150300.4.52.1.x86_64",
"product_id": "python39-idle-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"product_id": "python39-testsuite-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "python39-tk-3.9.20-150300.4.52.1.x86_64",
"product_id": "python39-tk-3.9.20-150300.4.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.20-150300.4.52.1.x86_64",
"product": {
"name": "python39-tools-3.9.20-150300.4.52.1.x86_64",
"product_id": "python39-tools-3.9.20-150300.4.52.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp5"
}
}
},
{
"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 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 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 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.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
},
{
"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_9-1_0-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.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_9-1_0-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.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_9-1_0-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.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:python39-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.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:python39-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.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:python39-base-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.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:python39-base-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.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:python39-curses-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.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:python39-curses-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.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:python39-dbm-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.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:python39-dbm-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.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:python39-devel-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.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:python39-devel-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.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:python39-idle-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.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:python39-idle-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.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:python39-tk-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.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:python39-tk-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.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:python39-tools-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.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:python39-tools-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.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_9-1_0-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.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_9-1_0-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.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_9-1_0-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.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:python39-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.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:python39-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.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:python39-base-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.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:python39-base-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.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:python39-curses-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.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:python39-curses-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.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:python39-dbm-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.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:python39-dbm-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.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:python39-devel-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.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:python39-devel-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.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:python39-idle-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.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:python39-idle-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.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:python39-tk-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.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:python39-tk-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.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:python39-tools-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.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:python39-tools-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.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_9-1_0-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-32bit-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-32bit-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-doc-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-doc-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-doc-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-doc-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-32bit-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-base-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-32bit-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-curses-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-devel-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-doc-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-doc-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-doc-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-doc-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-idle-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-tk-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.52.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64"
},
"product_reference": "python39-tools-3.9.20-150300.4.52.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6232",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6232"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6232",
"url": "https://www.suse.com/security/cve/CVE-2024-6232"
},
{
"category": "external",
"summary": "SUSE Bug 1230227 for CVE-2024-6232",
"url": "https://bugzilla.suse.com/1230227"
}
],
"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_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-24T07:40:52Z",
"details": "important"
}
],
"title": "CVE-2024-6232"
},
{
"cve": "CVE-2024-7592",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-7592"
}
],
"notes": [
{
"category": "general",
"text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-7592",
"url": "https://www.suse.com/security/cve/CVE-2024-7592"
},
{
"category": "external",
"summary": "SUSE Bug 1229596 for CVE-2024-7592",
"url": "https://bugzilla.suse.com/1229596"
}
],
"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_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-24T07:40:52Z",
"details": "moderate"
}
],
"title": "CVE-2024-7592"
},
{
"cve": "CVE-2024-8088",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8088"
}
],
"notes": [
{
"category": "general",
"text": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8088",
"url": "https://www.suse.com/security/cve/CVE-2024-8088"
},
{
"category": "external",
"summary": "SUSE Bug 1229704 for CVE-2024-8088",
"url": "https://bugzilla.suse.com/1229704"
}
],
"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_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.20-150300.4.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.52.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.52.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-24T07:40:52Z",
"details": "moderate"
}
],
"title": "CVE-2024-8088"
}
]
}
SUSE-SU-2024:3418-1
Vulnerability from csaf_suse - Published: 2024-09-24 13:38 - Updated: 2024-09-24 13:38Summary
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:
- Update python311 to version 3.11.10.
- CVE-2024-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)
- CVE-2024-7592: quadratic algorithm used when parsing cookies leads to excessive resource consumption. (bsc#1229596)
- CVE-2024-8088: lack of name validation when extracting a zip archive leads to infinite loops. (bsc#1229704)
Patchnames: SUSE-2024-3418,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-3418,SUSE-SLE-Module-Python3-15-SP5-2024-3418,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3418,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3418,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3418,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3418,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3418,openSUSE-SLE-15.5-2024-3418
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
217 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
217 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
217 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.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- Update python311 to version 3.11.10.\n- CVE-2024-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)\n- CVE-2024-7592: quadratic algorithm used when parsing cookies leads to excessive resource consumption. (bsc#1229596)\n- CVE-2024-8088: lack of name validation when extracting a zip archive leads to infinite loops. (bsc#1229704)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3418,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-3418,SUSE-SLE-Module-Python3-15-SP5-2024-3418,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3418,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3418,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3418,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3418,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3418,openSUSE-SLE-15.5-2024-3418",
"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-2024_3418-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3418-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243418-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3418-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019511.html"
},
{
"category": "self",
"summary": "SUSE Bug 1229596",
"url": "https://bugzilla.suse.com/1229596"
},
{
"category": "self",
"summary": "SUSE Bug 1229704",
"url": "https://bugzilla.suse.com/1229704"
},
{
"category": "self",
"summary": "SUSE Bug 1230227",
"url": "https://bugzilla.suse.com/1230227"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6232 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6232/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-7592 page",
"url": "https://www.suse.com/security/cve/CVE-2024-7592/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8088 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8088/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2024-09-24T13:38:59Z",
"generator": {
"date": "2024-09-24T13:38:59Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3418-1",
"initial_release_date": "2024-09-24T13:38:59Z",
"revision_history": [
{
"date": "2024-09-24T13:38:59Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150400.9.35.1.aarch64",
"product": {
"name": "python311-3.11.10-150400.9.35.1.aarch64",
"product_id": "python311-3.11.10-150400.9.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150400.9.35.1.aarch64",
"product": {
"name": "python311-base-3.11.10-150400.9.35.1.aarch64",
"product_id": "python311-base-3.11.10-150400.9.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150400.9.35.1.aarch64",
"product": {
"name": "python311-curses-3.11.10-150400.9.35.1.aarch64",
"product_id": "python311-curses-3.11.10-150400.9.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150400.9.35.1.aarch64",
"product": {
"name": "python311-dbm-3.11.10-150400.9.35.1.aarch64",
"product_id": "python311-dbm-3.11.10-150400.9.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150400.9.35.1.aarch64",
"product": {
"name": "python311-devel-3.11.10-150400.9.35.1.aarch64",
"product_id": "python311-devel-3.11.10-150400.9.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150400.9.35.1.aarch64",
"product": {
"name": "python311-doc-3.11.10-150400.9.35.1.aarch64",
"product_id": "python311-doc-3.11.10-150400.9.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"product": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"product_id": "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150400.9.35.1.aarch64",
"product": {
"name": "python311-idle-3.11.10-150400.9.35.1.aarch64",
"product_id": "python311-idle-3.11.10-150400.9.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150400.9.35.1.aarch64",
"product": {
"name": "python311-testsuite-3.11.10-150400.9.35.1.aarch64",
"product_id": "python311-testsuite-3.11.10-150400.9.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150400.9.35.1.aarch64",
"product": {
"name": "python311-tk-3.11.10-150400.9.35.1.aarch64",
"product_id": "python311-tk-3.11.10-150400.9.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150400.9.35.1.aarch64",
"product": {
"name": "python311-tools-3.11.10-150400.9.35.1.aarch64",
"product_id": "python311-tools-3.11.10-150400.9.35.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-64bit-3.11.10-150400.9.35.1.aarch64_ilp32",
"product": {
"name": "libpython3_11-1_0-64bit-3.11.10-150400.9.35.1.aarch64_ilp32",
"product_id": "libpython3_11-1_0-64bit-3.11.10-150400.9.35.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-64bit-3.11.10-150400.9.35.1.aarch64_ilp32",
"product": {
"name": "python311-64bit-3.11.10-150400.9.35.1.aarch64_ilp32",
"product_id": "python311-64bit-3.11.10-150400.9.35.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-base-64bit-3.11.10-150400.9.35.1.aarch64_ilp32",
"product": {
"name": "python311-base-64bit-3.11.10-150400.9.35.1.aarch64_ilp32",
"product_id": "python311-base-64bit-3.11.10-150400.9.35.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.i586",
"product": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.i586",
"product_id": "libpython3_11-1_0-3.11.10-150400.9.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150400.9.35.1.i586",
"product": {
"name": "python311-3.11.10-150400.9.35.1.i586",
"product_id": "python311-3.11.10-150400.9.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150400.9.35.1.i586",
"product": {
"name": "python311-base-3.11.10-150400.9.35.1.i586",
"product_id": "python311-base-3.11.10-150400.9.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150400.9.35.1.i586",
"product": {
"name": "python311-curses-3.11.10-150400.9.35.1.i586",
"product_id": "python311-curses-3.11.10-150400.9.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150400.9.35.1.i586",
"product": {
"name": "python311-dbm-3.11.10-150400.9.35.1.i586",
"product_id": "python311-dbm-3.11.10-150400.9.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150400.9.35.1.i586",
"product": {
"name": "python311-devel-3.11.10-150400.9.35.1.i586",
"product_id": "python311-devel-3.11.10-150400.9.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150400.9.35.1.i586",
"product": {
"name": "python311-doc-3.11.10-150400.9.35.1.i586",
"product_id": "python311-doc-3.11.10-150400.9.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.i586",
"product": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.i586",
"product_id": "python311-doc-devhelp-3.11.10-150400.9.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150400.9.35.1.i586",
"product": {
"name": "python311-idle-3.11.10-150400.9.35.1.i586",
"product_id": "python311-idle-3.11.10-150400.9.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150400.9.35.1.i586",
"product": {
"name": "python311-testsuite-3.11.10-150400.9.35.1.i586",
"product_id": "python311-testsuite-3.11.10-150400.9.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150400.9.35.1.i586",
"product": {
"name": "python311-tk-3.11.10-150400.9.35.1.i586",
"product_id": "python311-tk-3.11.10-150400.9.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150400.9.35.1.i586",
"product": {
"name": "python311-tools-3.11.10-150400.9.35.1.i586",
"product_id": "python311-tools-3.11.10-150400.9.35.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"product_id": "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150400.9.35.1.ppc64le",
"product": {
"name": "python311-3.11.10-150400.9.35.1.ppc64le",
"product_id": "python311-3.11.10-150400.9.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150400.9.35.1.ppc64le",
"product": {
"name": "python311-base-3.11.10-150400.9.35.1.ppc64le",
"product_id": "python311-base-3.11.10-150400.9.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150400.9.35.1.ppc64le",
"product": {
"name": "python311-curses-3.11.10-150400.9.35.1.ppc64le",
"product_id": "python311-curses-3.11.10-150400.9.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"product": {
"name": "python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"product_id": "python311-dbm-3.11.10-150400.9.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150400.9.35.1.ppc64le",
"product": {
"name": "python311-devel-3.11.10-150400.9.35.1.ppc64le",
"product_id": "python311-devel-3.11.10-150400.9.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150400.9.35.1.ppc64le",
"product": {
"name": "python311-doc-3.11.10-150400.9.35.1.ppc64le",
"product_id": "python311-doc-3.11.10-150400.9.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"product": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"product_id": "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150400.9.35.1.ppc64le",
"product": {
"name": "python311-idle-3.11.10-150400.9.35.1.ppc64le",
"product_id": "python311-idle-3.11.10-150400.9.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150400.9.35.1.ppc64le",
"product": {
"name": "python311-testsuite-3.11.10-150400.9.35.1.ppc64le",
"product_id": "python311-testsuite-3.11.10-150400.9.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150400.9.35.1.ppc64le",
"product": {
"name": "python311-tk-3.11.10-150400.9.35.1.ppc64le",
"product_id": "python311-tk-3.11.10-150400.9.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150400.9.35.1.ppc64le",
"product": {
"name": "python311-tools-3.11.10-150400.9.35.1.ppc64le",
"product_id": "python311-tools-3.11.10-150400.9.35.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"product_id": "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150400.9.35.1.s390x",
"product": {
"name": "python311-3.11.10-150400.9.35.1.s390x",
"product_id": "python311-3.11.10-150400.9.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150400.9.35.1.s390x",
"product": {
"name": "python311-base-3.11.10-150400.9.35.1.s390x",
"product_id": "python311-base-3.11.10-150400.9.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150400.9.35.1.s390x",
"product": {
"name": "python311-curses-3.11.10-150400.9.35.1.s390x",
"product_id": "python311-curses-3.11.10-150400.9.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150400.9.35.1.s390x",
"product": {
"name": "python311-dbm-3.11.10-150400.9.35.1.s390x",
"product_id": "python311-dbm-3.11.10-150400.9.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150400.9.35.1.s390x",
"product": {
"name": "python311-devel-3.11.10-150400.9.35.1.s390x",
"product_id": "python311-devel-3.11.10-150400.9.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150400.9.35.1.s390x",
"product": {
"name": "python311-doc-3.11.10-150400.9.35.1.s390x",
"product_id": "python311-doc-3.11.10-150400.9.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"product": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"product_id": "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150400.9.35.1.s390x",
"product": {
"name": "python311-idle-3.11.10-150400.9.35.1.s390x",
"product_id": "python311-idle-3.11.10-150400.9.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150400.9.35.1.s390x",
"product": {
"name": "python311-testsuite-3.11.10-150400.9.35.1.s390x",
"product_id": "python311-testsuite-3.11.10-150400.9.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150400.9.35.1.s390x",
"product": {
"name": "python311-tk-3.11.10-150400.9.35.1.s390x",
"product_id": "python311-tk-3.11.10-150400.9.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150400.9.35.1.s390x",
"product": {
"name": "python311-tools-3.11.10-150400.9.35.1.s390x",
"product_id": "python311-tools-3.11.10-150400.9.35.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64",
"product_id": "libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "python311-3.11.10-150400.9.35.1.x86_64",
"product_id": "python311-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "python311-32bit-3.11.10-150400.9.35.1.x86_64",
"product_id": "python311-32bit-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "python311-base-3.11.10-150400.9.35.1.x86_64",
"product_id": "python311-base-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-32bit-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "python311-base-32bit-3.11.10-150400.9.35.1.x86_64",
"product_id": "python311-base-32bit-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "python311-curses-3.11.10-150400.9.35.1.x86_64",
"product_id": "python311-curses-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "python311-dbm-3.11.10-150400.9.35.1.x86_64",
"product_id": "python311-dbm-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "python311-devel-3.11.10-150400.9.35.1.x86_64",
"product_id": "python311-devel-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "python311-doc-3.11.10-150400.9.35.1.x86_64",
"product_id": "python311-doc-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"product_id": "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "python311-idle-3.11.10-150400.9.35.1.x86_64",
"product_id": "python311-idle-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "python311-testsuite-3.11.10-150400.9.35.1.x86_64",
"product_id": "python311-testsuite-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "python311-tk-3.11.10-150400.9.35.1.x86_64",
"product_id": "python311-tk-3.11.10-150400.9.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150400.9.35.1.x86_64",
"product": {
"name": "python311-tools-3.11.10-150400.9.35.1.x86_64",
"product_id": "python311-tools-3.11.10-150400.9.35.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp5"
}
}
},
{
"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 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 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": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"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.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.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_11-1_0-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.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_11-1_0-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.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:python311-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.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:python311-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.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:python311-base-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.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:python311-base-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.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:python311-curses-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.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:python311-curses-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.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:python311-dbm-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.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:python311-dbm-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.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:python311-devel-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.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:python311-devel-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.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:python311-doc-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.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:python311-doc-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.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:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.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:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.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:python311-idle-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.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:python311-idle-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.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:python311-tk-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.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:python311-tk-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.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:python311-tools-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.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:python311-tools-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.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_11-1_0-3.11.10-150400.9.35.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_11-1_0-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.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_11-1_0-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.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:python311-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.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:python311-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.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:python311-base-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.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:python311-base-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.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:python311-curses-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.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:python311-curses-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.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:python311-dbm-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.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:python311-dbm-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.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:python311-devel-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.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:python311-devel-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.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:python311-doc-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.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:python311-doc-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.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:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.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:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.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:python311-idle-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.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:python311-idle-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.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:python311-tk-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.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:python311-tk-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.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:python311-tools-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.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:python311-tools-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.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_11-1_0-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.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_11-1_0-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.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_11-1_0-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.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:python311-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.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:python311-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.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:python311-base-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.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:python311-base-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.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:python311-curses-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.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:python311-curses-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.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:python311-dbm-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.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:python311-dbm-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.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:python311-devel-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.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:python311-devel-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.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:python311-doc-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.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:python311-doc-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.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:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.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:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.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:python311-idle-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.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:python311-idle-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.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:python311-tk-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.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:python311-tk-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.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:python311-tools-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.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:python311-tools-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.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_11-1_0-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-32bit-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-base-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-32bit-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-base-32bit-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-curses-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-devel-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-doc-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-idle-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-testsuite-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-testsuite-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-testsuite-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-testsuite-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-tk-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.35.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64"
},
"product_reference": "python311-tools-3.11.10-150400.9.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6232",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6232"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6232",
"url": "https://www.suse.com/security/cve/CVE-2024-6232"
},
{
"category": "external",
"summary": "SUSE Bug 1230227 for CVE-2024-6232",
"url": "https://bugzilla.suse.com/1230227"
}
],
"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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-24T13:38:59Z",
"details": "important"
}
],
"title": "CVE-2024-6232"
},
{
"cve": "CVE-2024-7592",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-7592"
}
],
"notes": [
{
"category": "general",
"text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-7592",
"url": "https://www.suse.com/security/cve/CVE-2024-7592"
},
{
"category": "external",
"summary": "SUSE Bug 1229596 for CVE-2024-7592",
"url": "https://bugzilla.suse.com/1229596"
}
],
"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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-24T13:38:59Z",
"details": "moderate"
}
],
"title": "CVE-2024-7592"
},
{
"cve": "CVE-2024-8088",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8088"
}
],
"notes": [
{
"category": "general",
"text": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8088",
"url": "https://www.suse.com/security/cve/CVE-2024-8088"
},
{
"category": "external",
"summary": "SUSE Bug 1229704 for CVE-2024-8088",
"url": "https://bugzilla.suse.com/1229704"
}
],
"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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.10-150400.9.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.35.1.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.35.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-24T13:38:59Z",
"details": "moderate"
}
],
"title": "CVE-2024-8088"
}
]
}
SUSE-SU-2024:3427-1
Vulnerability from csaf_suse - Published: 2024-09-24 16:42 - Updated: 2024-09-24 16:42Summary
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:
Update python311 to version 3.11.10.
- CVE-2024-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)
- CVE-2024-7592: quadratic algorithm used when parsing cookies leads to excessive resource consumption. (bsc#1229596)
- CVE-2024-8088: lack of name validation when extracting a zip archive leads to infinite loops. (bsc#1229704)
Patchnames: SUSE-2024-3427,SUSE-SLE-Module-Basesystem-15-SP6-2024-3427,SUSE-SLE-Module-Python3-15-SP6-2024-3427,openSUSE-SLE-15.6-2024-3427
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.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\nUpdate python311 to version 3.11.10.\n\n- CVE-2024-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)\n- CVE-2024-7592: quadratic algorithm used when parsing cookies leads to excessive resource consumption. (bsc#1229596)\n- CVE-2024-8088: lack of name validation when extracting a zip archive leads to infinite loops. (bsc#1229704)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3427,SUSE-SLE-Module-Basesystem-15-SP6-2024-3427,SUSE-SLE-Module-Python3-15-SP6-2024-3427,openSUSE-SLE-15.6-2024-3427",
"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-2024_3427-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3427-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243427-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3427-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019516.html"
},
{
"category": "self",
"summary": "SUSE Bug 1229596",
"url": "https://bugzilla.suse.com/1229596"
},
{
"category": "self",
"summary": "SUSE Bug 1229704",
"url": "https://bugzilla.suse.com/1229704"
},
{
"category": "self",
"summary": "SUSE Bug 1230227",
"url": "https://bugzilla.suse.com/1230227"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6232 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6232/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-7592 page",
"url": "https://www.suse.com/security/cve/CVE-2024-7592/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8088 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8088/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2024-09-24T16:42:50Z",
"generator": {
"date": "2024-09-24T16:42:50Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3427-1",
"initial_release_date": "2024-09-24T16:42:50Z",
"revision_history": [
{
"date": "2024-09-24T16:42:50Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150600.3.6.1.aarch64",
"product": {
"name": "python311-3.11.10-150600.3.6.1.aarch64",
"product_id": "python311-3.11.10-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150600.3.6.1.aarch64",
"product": {
"name": "python311-base-3.11.10-150600.3.6.1.aarch64",
"product_id": "python311-base-3.11.10-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150600.3.6.1.aarch64",
"product": {
"name": "python311-curses-3.11.10-150600.3.6.1.aarch64",
"product_id": "python311-curses-3.11.10-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150600.3.6.1.aarch64",
"product": {
"name": "python311-dbm-3.11.10-150600.3.6.1.aarch64",
"product_id": "python311-dbm-3.11.10-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150600.3.6.1.aarch64",
"product": {
"name": "python311-devel-3.11.10-150600.3.6.1.aarch64",
"product_id": "python311-devel-3.11.10-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150600.3.6.1.aarch64",
"product": {
"name": "python311-doc-3.11.10-150600.3.6.1.aarch64",
"product_id": "python311-doc-3.11.10-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64",
"product": {
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64",
"product_id": "python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150600.3.6.1.aarch64",
"product": {
"name": "python311-idle-3.11.10-150600.3.6.1.aarch64",
"product_id": "python311-idle-3.11.10-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150600.3.6.1.aarch64",
"product": {
"name": "python311-testsuite-3.11.10-150600.3.6.1.aarch64",
"product_id": "python311-testsuite-3.11.10-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150600.3.6.1.aarch64",
"product": {
"name": "python311-tk-3.11.10-150600.3.6.1.aarch64",
"product_id": "python311-tk-3.11.10-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150600.3.6.1.aarch64",
"product": {
"name": "python311-tools-3.11.10-150600.3.6.1.aarch64",
"product_id": "python311-tools-3.11.10-150600.3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-64bit-3.11.10-150600.3.6.1.aarch64_ilp32",
"product": {
"name": "libpython3_11-1_0-64bit-3.11.10-150600.3.6.1.aarch64_ilp32",
"product_id": "libpython3_11-1_0-64bit-3.11.10-150600.3.6.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-64bit-3.11.10-150600.3.6.1.aarch64_ilp32",
"product": {
"name": "python311-64bit-3.11.10-150600.3.6.1.aarch64_ilp32",
"product_id": "python311-64bit-3.11.10-150600.3.6.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-base-64bit-3.11.10-150600.3.6.1.aarch64_ilp32",
"product": {
"name": "python311-base-64bit-3.11.10-150600.3.6.1.aarch64_ilp32",
"product_id": "python311-base-64bit-3.11.10-150600.3.6.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150600.3.6.1.i586",
"product": {
"name": "libpython3_11-1_0-3.11.10-150600.3.6.1.i586",
"product_id": "libpython3_11-1_0-3.11.10-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150600.3.6.1.i586",
"product": {
"name": "python311-3.11.10-150600.3.6.1.i586",
"product_id": "python311-3.11.10-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150600.3.6.1.i586",
"product": {
"name": "python311-base-3.11.10-150600.3.6.1.i586",
"product_id": "python311-base-3.11.10-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150600.3.6.1.i586",
"product": {
"name": "python311-curses-3.11.10-150600.3.6.1.i586",
"product_id": "python311-curses-3.11.10-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150600.3.6.1.i586",
"product": {
"name": "python311-dbm-3.11.10-150600.3.6.1.i586",
"product_id": "python311-dbm-3.11.10-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150600.3.6.1.i586",
"product": {
"name": "python311-devel-3.11.10-150600.3.6.1.i586",
"product_id": "python311-devel-3.11.10-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150600.3.6.1.i586",
"product": {
"name": "python311-doc-3.11.10-150600.3.6.1.i586",
"product_id": "python311-doc-3.11.10-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.i586",
"product": {
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.i586",
"product_id": "python311-doc-devhelp-3.11.10-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150600.3.6.1.i586",
"product": {
"name": "python311-idle-3.11.10-150600.3.6.1.i586",
"product_id": "python311-idle-3.11.10-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150600.3.6.1.i586",
"product": {
"name": "python311-testsuite-3.11.10-150600.3.6.1.i586",
"product_id": "python311-testsuite-3.11.10-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150600.3.6.1.i586",
"product": {
"name": "python311-tk-3.11.10-150600.3.6.1.i586",
"product_id": "python311-tk-3.11.10-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150600.3.6.1.i586",
"product": {
"name": "python311-tools-3.11.10-150600.3.6.1.i586",
"product_id": "python311-tools-3.11.10-150600.3.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"product_id": "libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150600.3.6.1.ppc64le",
"product": {
"name": "python311-3.11.10-150600.3.6.1.ppc64le",
"product_id": "python311-3.11.10-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150600.3.6.1.ppc64le",
"product": {
"name": "python311-base-3.11.10-150600.3.6.1.ppc64le",
"product_id": "python311-base-3.11.10-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150600.3.6.1.ppc64le",
"product": {
"name": "python311-curses-3.11.10-150600.3.6.1.ppc64le",
"product_id": "python311-curses-3.11.10-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"product": {
"name": "python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"product_id": "python311-dbm-3.11.10-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150600.3.6.1.ppc64le",
"product": {
"name": "python311-devel-3.11.10-150600.3.6.1.ppc64le",
"product_id": "python311-devel-3.11.10-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150600.3.6.1.ppc64le",
"product": {
"name": "python311-doc-3.11.10-150600.3.6.1.ppc64le",
"product_id": "python311-doc-3.11.10-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le",
"product": {
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le",
"product_id": "python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150600.3.6.1.ppc64le",
"product": {
"name": "python311-idle-3.11.10-150600.3.6.1.ppc64le",
"product_id": "python311-idle-3.11.10-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150600.3.6.1.ppc64le",
"product": {
"name": "python311-testsuite-3.11.10-150600.3.6.1.ppc64le",
"product_id": "python311-testsuite-3.11.10-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150600.3.6.1.ppc64le",
"product": {
"name": "python311-tk-3.11.10-150600.3.6.1.ppc64le",
"product_id": "python311-tk-3.11.10-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150600.3.6.1.ppc64le",
"product": {
"name": "python311-tools-3.11.10-150600.3.6.1.ppc64le",
"product_id": "python311-tools-3.11.10-150600.3.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"product_id": "libpython3_11-1_0-3.11.10-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150600.3.6.1.s390x",
"product": {
"name": "python311-3.11.10-150600.3.6.1.s390x",
"product_id": "python311-3.11.10-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150600.3.6.1.s390x",
"product": {
"name": "python311-base-3.11.10-150600.3.6.1.s390x",
"product_id": "python311-base-3.11.10-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150600.3.6.1.s390x",
"product": {
"name": "python311-curses-3.11.10-150600.3.6.1.s390x",
"product_id": "python311-curses-3.11.10-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150600.3.6.1.s390x",
"product": {
"name": "python311-dbm-3.11.10-150600.3.6.1.s390x",
"product_id": "python311-dbm-3.11.10-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150600.3.6.1.s390x",
"product": {
"name": "python311-devel-3.11.10-150600.3.6.1.s390x",
"product_id": "python311-devel-3.11.10-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150600.3.6.1.s390x",
"product": {
"name": "python311-doc-3.11.10-150600.3.6.1.s390x",
"product_id": "python311-doc-3.11.10-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.s390x",
"product": {
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.s390x",
"product_id": "python311-doc-devhelp-3.11.10-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150600.3.6.1.s390x",
"product": {
"name": "python311-idle-3.11.10-150600.3.6.1.s390x",
"product_id": "python311-idle-3.11.10-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150600.3.6.1.s390x",
"product": {
"name": "python311-testsuite-3.11.10-150600.3.6.1.s390x",
"product_id": "python311-testsuite-3.11.10-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150600.3.6.1.s390x",
"product": {
"name": "python311-tk-3.11.10-150600.3.6.1.s390x",
"product_id": "python311-tk-3.11.10-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150600.3.6.1.s390x",
"product": {
"name": "python311-tools-3.11.10-150600.3.6.1.s390x",
"product_id": "python311-tools-3.11.10-150600.3.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64",
"product_id": "libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "python311-3.11.10-150600.3.6.1.x86_64",
"product_id": "python311-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "python311-32bit-3.11.10-150600.3.6.1.x86_64",
"product_id": "python311-32bit-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "python311-base-3.11.10-150600.3.6.1.x86_64",
"product_id": "python311-base-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-32bit-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "python311-base-32bit-3.11.10-150600.3.6.1.x86_64",
"product_id": "python311-base-32bit-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "python311-curses-3.11.10-150600.3.6.1.x86_64",
"product_id": "python311-curses-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "python311-dbm-3.11.10-150600.3.6.1.x86_64",
"product_id": "python311-dbm-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "python311-devel-3.11.10-150600.3.6.1.x86_64",
"product_id": "python311-devel-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "python311-doc-3.11.10-150600.3.6.1.x86_64",
"product_id": "python311-doc-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64",
"product_id": "python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "python311-idle-3.11.10-150600.3.6.1.x86_64",
"product_id": "python311-idle-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "python311-testsuite-3.11.10-150600.3.6.1.x86_64",
"product_id": "python311-testsuite-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "python311-tk-3.11.10-150600.3.6.1.x86_64",
"product_id": "python311-tk-3.11.10-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150600.3.6.1.x86_64",
"product": {
"name": "python311-tools-3.11.10-150600.3.6.1.x86_64",
"product_id": "python311-tools-3.11.10-150600.3.6.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 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_11-1_0-3.11.10-150600.3.6.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.10-150600.3.6.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.6.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.10-150600.3.6.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.10-150600.3.6.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.6.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.10-150600.3.6.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.10-150600.3.6.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.6.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.10-150600.3.6.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.10-150600.3.6.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.6.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.10-150600.3.6.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.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-base-3.11.10-150600.3.6.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.10-150600.3.6.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.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-base-3.11.10-150600.3.6.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.10-150600.3.6.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.10-150600.3.6.1.s390x"
},
"product_reference": "python311-base-3.11.10-150600.3.6.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.10-150600.3.6.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.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-base-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150600.3.6.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-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-3.11.10-150600.3.6.1.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.10-150600.3.6.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-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-3.11.10-150600.3.6.1.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.10-150600.3.6.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-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-3.11.10-150600.3.6.1.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.10-150600.3.6.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-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-3.11.10-150600.3.6.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-curses-3.11.10-150600.3.6.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-curses-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-curses-3.11.10-150600.3.6.1.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.10-150600.3.6.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-curses-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-curses-3.11.10-150600.3.6.1.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.10-150600.3.6.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-curses-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-curses-3.11.10-150600.3.6.1.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.10-150600.3.6.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-curses-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-curses-3.11.10-150600.3.6.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-dbm-3.11.10-150600.3.6.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-dbm-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-dbm-3.11.10-150600.3.6.1.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.10-150600.3.6.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-dbm-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.10-150600.3.6.1.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.10-150600.3.6.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-dbm-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-dbm-3.11.10-150600.3.6.1.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.10-150600.3.6.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-dbm-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-dbm-3.11.10-150600.3.6.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-devel-3.11.10-150600.3.6.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.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-devel-3.11.10-150600.3.6.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.10-150600.3.6.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.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-devel-3.11.10-150600.3.6.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.10-150600.3.6.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.10-150600.3.6.1.s390x"
},
"product_reference": "python311-devel-3.11.10-150600.3.6.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.10-150600.3.6.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.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-devel-3.11.10-150600.3.6.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.10-150600.3.6.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-idle-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-idle-3.11.10-150600.3.6.1.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.10-150600.3.6.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-idle-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-idle-3.11.10-150600.3.6.1.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.10-150600.3.6.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-idle-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-idle-3.11.10-150600.3.6.1.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.10-150600.3.6.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-idle-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-idle-3.11.10-150600.3.6.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-tk-3.11.10-150600.3.6.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-tk-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-tk-3.11.10-150600.3.6.1.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.10-150600.3.6.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-tk-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-tk-3.11.10-150600.3.6.1.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.10-150600.3.6.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-tk-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-tk-3.11.10-150600.3.6.1.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.10-150600.3.6.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-tk-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-tk-3.11.10-150600.3.6.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-tools-3.11.10-150600.3.6.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.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-tools-3.11.10-150600.3.6.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.10-150600.3.6.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.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-tools-3.11.10-150600.3.6.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.10-150600.3.6.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.10-150600.3.6.1.s390x"
},
"product_reference": "python311-tools-3.11.10-150600.3.6.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.10-150600.3.6.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.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-tools-3.11.10-150600.3.6.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_11-1_0-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.6.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.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-3.11.10-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-3.11.10-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-3.11.10-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-32bit-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-base-3.11.10-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-base-3.11.10-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-base-3.11.10-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-base-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-32bit-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-base-32bit-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-curses-3.11.10-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-curses-3.11.10-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-curses-3.11.10-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-curses-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-dbm-3.11.10-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-dbm-3.11.10-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-dbm-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-devel-3.11.10-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-devel-3.11.10-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-devel-3.11.10-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-devel-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-doc-3.11.10-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-doc-3.11.10-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-doc-3.11.10-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-doc-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.10-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-idle-3.11.10-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-idle-3.11.10-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-idle-3.11.10-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-idle-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-testsuite-3.11.10-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-testsuite-3.11.10-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-testsuite-3.11.10-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-testsuite-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-tk-3.11.10-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-tk-3.11.10-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-tk-3.11.10-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-tk-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64"
},
"product_reference": "python311-tools-3.11.10-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le"
},
"product_reference": "python311-tools-3.11.10-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x"
},
"product_reference": "python311-tools-3.11.10-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64"
},
"product_reference": "python311-tools-3.11.10-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6232",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6232"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6232",
"url": "https://www.suse.com/security/cve/CVE-2024-6232"
},
{
"category": "external",
"summary": "SUSE Bug 1230227 for CVE-2024-6232",
"url": "https://bugzilla.suse.com/1230227"
}
],
"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.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-24T16:42:50Z",
"details": "important"
}
],
"title": "CVE-2024-6232"
},
{
"cve": "CVE-2024-7592",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-7592"
}
],
"notes": [
{
"category": "general",
"text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-7592",
"url": "https://www.suse.com/security/cve/CVE-2024-7592"
},
{
"category": "external",
"summary": "SUSE Bug 1229596 for CVE-2024-7592",
"url": "https://bugzilla.suse.com/1229596"
}
],
"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.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-24T16:42:50Z",
"details": "moderate"
}
],
"title": "CVE-2024-7592"
},
{
"cve": "CVE-2024-8088",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8088"
}
],
"notes": [
{
"category": "general",
"text": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8088",
"url": "https://www.suse.com/security/cve/CVE-2024-8088"
},
{
"category": "external",
"summary": "SUSE Bug 1229704 for CVE-2024-8088",
"url": "https://bugzilla.suse.com/1229704"
}
],
"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.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/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.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-24T16:42:50Z",
"details": "moderate"
}
],
"title": "CVE-2024-8088"
}
]
}
SUSE-SU-2024:3470-1
Vulnerability from csaf_suse - Published: 2024-09-27 12:35 - Updated: 2024-09-27 12:35Summary
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-6923: Fixed uncontrolled CPU resource consumption when in http.cookies module (bsc#1228780).
- CVE-2024-5642: Fixed buffer overread when NPN is used and invalid values are sent to the OpenSSL API (bsc#1227233).
- CVE-2024-7592: Fixed Email header injection due to unquoted newlines (bsc#1229596).
- CVE-2024-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)
Bug fixes:
- %{profileopt} variable is set according to the variable %{do_profiling} (bsc#1227999).
- Stop using %%defattr, it seems to be breaking proper executable attributes on /usr/bin/ scripts (bsc#1227378).
- Remove %suse_update_desktop_file macro as it is not useful any more.
Patchnames: SUSE-2024-3470,SUSE-SLE-Micro-5.3-2024-3470,SUSE-SLE-Micro-5.4-2024-3470,SUSE-SLE-Micro-5.5-2024-3470,SUSE-SLE-Module-Basesystem-15-SP5-2024-3470,SUSE-SLE-Module-Basesystem-15-SP6-2024-3470,SUSE-SLE-Module-Development-Tools-15-SP5-2024-3470,SUSE-SLE-Module-Development-Tools-15-SP6-2024-3470,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3470,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3470,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3470,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3470,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3470,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3470,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3470,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3470,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-3470,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-3470,SUSE-SUSE-MicroOS-5.2-2024-3470,SUSE-Storage-7.1-2024-3470,openSUSE-Leap-Micro-5.5-2024-3470,openSUSE-SLE-15.5-2024-3470,openSUSE-SLE-15.6-2024-3470
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.8 (Medium)
Affected products
Recommended
430 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
430 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
430 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
430 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
22 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-6923: Fixed uncontrolled CPU resource consumption when in http.cookies module (bsc#1228780).\n- CVE-2024-5642: Fixed buffer overread when NPN is used and invalid values are sent to the OpenSSL API (bsc#1227233).\n- CVE-2024-7592: Fixed Email header injection due to unquoted newlines (bsc#1229596).\n- CVE-2024-6232: excessive backtracking when parsing tarfile headers leads to ReDoS. (bsc#1230227)\n\nBug fixes:\n\n- %{profileopt} variable is set according to the variable %{do_profiling} (bsc#1227999).\n- Stop using %%defattr, it seems to be breaking proper executable attributes on /usr/bin/ scripts (bsc#1227378).\n- Remove %suse_update_desktop_file macro as it is not useful any more.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3470,SUSE-SLE-Micro-5.3-2024-3470,SUSE-SLE-Micro-5.4-2024-3470,SUSE-SLE-Micro-5.5-2024-3470,SUSE-SLE-Module-Basesystem-15-SP5-2024-3470,SUSE-SLE-Module-Basesystem-15-SP6-2024-3470,SUSE-SLE-Module-Development-Tools-15-SP5-2024-3470,SUSE-SLE-Module-Development-Tools-15-SP6-2024-3470,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3470,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3470,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3470,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3470,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3470,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3470,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3470,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3470,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-3470,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-3470,SUSE-SUSE-MicroOS-5.2-2024-3470,SUSE-Storage-7.1-2024-3470,openSUSE-Leap-Micro-5.5-2024-3470,openSUSE-SLE-15.5-2024-3470,openSUSE-SLE-15.6-2024-3470",
"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-2024_3470-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3470-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243470-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3470-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-September/037102.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227233",
"url": "https://bugzilla.suse.com/1227233"
},
{
"category": "self",
"summary": "SUSE Bug 1227378",
"url": "https://bugzilla.suse.com/1227378"
},
{
"category": "self",
"summary": "SUSE Bug 1227999",
"url": "https://bugzilla.suse.com/1227999"
},
{
"category": "self",
"summary": "SUSE Bug 1228780",
"url": "https://bugzilla.suse.com/1228780"
},
{
"category": "self",
"summary": "SUSE Bug 1229596",
"url": "https://bugzilla.suse.com/1229596"
},
{
"category": "self",
"summary": "SUSE Bug 1230227",
"url": "https://bugzilla.suse.com/1230227"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-5642 page",
"url": "https://www.suse.com/security/cve/CVE-2024-5642/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6232 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6232/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6923 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-7592 page",
"url": "https://www.suse.com/security/cve/CVE-2024-7592/"
}
],
"title": "Security update for python3",
"tracking": {
"current_release_date": "2024-09-27T12:35:59Z",
"generator": {
"date": "2024-09-27T12:35:59Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3470-1",
"initial_release_date": "2024-09-27T12:35:59Z",
"revision_history": [
{
"date": "2024-09-27T12:35:59Z",
"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.72.1.aarch64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.72.1.aarch64",
"product": {
"name": "python3-3.6.15-150300.10.72.1.aarch64",
"product_id": "python3-3.6.15-150300.10.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.72.1.aarch64",
"product": {
"name": "python3-base-3.6.15-150300.10.72.1.aarch64",
"product_id": "python3-base-3.6.15-150300.10.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.72.1.aarch64",
"product": {
"name": "python3-curses-3.6.15-150300.10.72.1.aarch64",
"product_id": "python3-curses-3.6.15-150300.10.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
"product": {
"name": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
"product_id": "python3-dbm-3.6.15-150300.10.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.72.1.aarch64",
"product": {
"name": "python3-devel-3.6.15-150300.10.72.1.aarch64",
"product_id": "python3-devel-3.6.15-150300.10.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.72.1.aarch64",
"product": {
"name": "python3-doc-3.6.15-150300.10.72.1.aarch64",
"product_id": "python3-doc-3.6.15-150300.10.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.72.1.aarch64",
"product": {
"name": "python3-idle-3.6.15-150300.10.72.1.aarch64",
"product_id": "python3-idle-3.6.15-150300.10.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"product_id": "python3-testsuite-3.6.15-150300.10.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.72.1.aarch64",
"product": {
"name": "python3-tk-3.6.15-150300.10.72.1.aarch64",
"product_id": "python3-tk-3.6.15-150300.10.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.72.1.aarch64",
"product": {
"name": "python3-tools-3.6.15-150300.10.72.1.aarch64",
"product_id": "python3-tools-3.6.15-150300.10.72.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-64bit-3.6.15-150300.10.72.1.aarch64_ilp32",
"product": {
"name": "libpython3_6m1_0-64bit-3.6.15-150300.10.72.1.aarch64_ilp32",
"product_id": "libpython3_6m1_0-64bit-3.6.15-150300.10.72.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.i586",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.i586",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.72.1.i586"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.72.1.i586",
"product": {
"name": "python3-3.6.15-150300.10.72.1.i586",
"product_id": "python3-3.6.15-150300.10.72.1.i586"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.72.1.i586",
"product": {
"name": "python3-base-3.6.15-150300.10.72.1.i586",
"product_id": "python3-base-3.6.15-150300.10.72.1.i586"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.72.1.i586",
"product": {
"name": "python3-curses-3.6.15-150300.10.72.1.i586",
"product_id": "python3-curses-3.6.15-150300.10.72.1.i586"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.72.1.i586",
"product": {
"name": "python3-dbm-3.6.15-150300.10.72.1.i586",
"product_id": "python3-dbm-3.6.15-150300.10.72.1.i586"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.72.1.i586",
"product": {
"name": "python3-devel-3.6.15-150300.10.72.1.i586",
"product_id": "python3-devel-3.6.15-150300.10.72.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.72.1.i586",
"product": {
"name": "python3-doc-3.6.15-150300.10.72.1.i586",
"product_id": "python3-doc-3.6.15-150300.10.72.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.i586",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.i586",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.72.1.i586"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.72.1.i586",
"product": {
"name": "python3-idle-3.6.15-150300.10.72.1.i586",
"product_id": "python3-idle-3.6.15-150300.10.72.1.i586"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.72.1.i586",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.72.1.i586",
"product_id": "python3-testsuite-3.6.15-150300.10.72.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.72.1.i586",
"product": {
"name": "python3-tk-3.6.15-150300.10.72.1.i586",
"product_id": "python3-tk-3.6.15-150300.10.72.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.72.1.i586",
"product": {
"name": "python3-tools-3.6.15-150300.10.72.1.i586",
"product_id": "python3-tools-3.6.15-150300.10.72.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.72.1.ppc64le",
"product": {
"name": "python3-3.6.15-150300.10.72.1.ppc64le",
"product_id": "python3-3.6.15-150300.10.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.72.1.ppc64le",
"product": {
"name": "python3-base-3.6.15-150300.10.72.1.ppc64le",
"product_id": "python3-base-3.6.15-150300.10.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
"product": {
"name": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
"product_id": "python3-curses-3.6.15-150300.10.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"product": {
"name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"product_id": "python3-dbm-3.6.15-150300.10.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
"product": {
"name": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
"product_id": "python3-devel-3.6.15-150300.10.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.72.1.ppc64le",
"product": {
"name": "python3-doc-3.6.15-150300.10.72.1.ppc64le",
"product_id": "python3-doc-3.6.15-150300.10.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
"product": {
"name": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
"product_id": "python3-idle-3.6.15-150300.10.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"product_id": "python3-testsuite-3.6.15-150300.10.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
"product": {
"name": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
"product_id": "python3-tk-3.6.15-150300.10.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
"product": {
"name": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
"product_id": "python3-tools-3.6.15-150300.10.72.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.72.1.s390x",
"product": {
"name": "python3-3.6.15-150300.10.72.1.s390x",
"product_id": "python3-3.6.15-150300.10.72.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.72.1.s390x",
"product": {
"name": "python3-base-3.6.15-150300.10.72.1.s390x",
"product_id": "python3-base-3.6.15-150300.10.72.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.72.1.s390x",
"product": {
"name": "python3-curses-3.6.15-150300.10.72.1.s390x",
"product_id": "python3-curses-3.6.15-150300.10.72.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.72.1.s390x",
"product": {
"name": "python3-dbm-3.6.15-150300.10.72.1.s390x",
"product_id": "python3-dbm-3.6.15-150300.10.72.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.72.1.s390x",
"product": {
"name": "python3-devel-3.6.15-150300.10.72.1.s390x",
"product_id": "python3-devel-3.6.15-150300.10.72.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.72.1.s390x",
"product": {
"name": "python3-doc-3.6.15-150300.10.72.1.s390x",
"product_id": "python3-doc-3.6.15-150300.10.72.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.72.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.72.1.s390x",
"product": {
"name": "python3-idle-3.6.15-150300.10.72.1.s390x",
"product_id": "python3-idle-3.6.15-150300.10.72.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.72.1.s390x",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.72.1.s390x",
"product_id": "python3-testsuite-3.6.15-150300.10.72.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.72.1.s390x",
"product": {
"name": "python3-tk-3.6.15-150300.10.72.1.s390x",
"product_id": "python3-tk-3.6.15-150300.10.72.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.72.1.s390x",
"product": {
"name": "python3-tools-3.6.15-150300.10.72.1.s390x",
"product_id": "python3-tools-3.6.15-150300.10.72.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"product_id": "libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.72.1.x86_64",
"product": {
"name": "python3-3.6.15-150300.10.72.1.x86_64",
"product_id": "python3-3.6.15-150300.10.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.72.1.x86_64",
"product": {
"name": "python3-base-3.6.15-150300.10.72.1.x86_64",
"product_id": "python3-base-3.6.15-150300.10.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.72.1.x86_64",
"product": {
"name": "python3-curses-3.6.15-150300.10.72.1.x86_64",
"product_id": "python3-curses-3.6.15-150300.10.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
"product": {
"name": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
"product_id": "python3-dbm-3.6.15-150300.10.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.72.1.x86_64",
"product": {
"name": "python3-devel-3.6.15-150300.10.72.1.x86_64",
"product_id": "python3-devel-3.6.15-150300.10.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.72.1.x86_64",
"product": {
"name": "python3-doc-3.6.15-150300.10.72.1.x86_64",
"product_id": "python3-doc-3.6.15-150300.10.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.72.1.x86_64",
"product": {
"name": "python3-idle-3.6.15-150300.10.72.1.x86_64",
"product_id": "python3-idle-3.6.15-150300.10.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"product_id": "python3-testsuite-3.6.15-150300.10.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.72.1.x86_64",
"product": {
"name": "python3-tk-3.6.15-150300.10.72.1.x86_64",
"product_id": "python3-tk-3.6.15-150300.10.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.72.1.x86_64",
"product": {
"name": "python3-tools-3.6.15-150300.10.72.1.x86_64",
"product_id": "python3-tools-3.6.15-150300.10.72.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 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
}
}
},
{
"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 Development Tools 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp5"
}
}
},
{
"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 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 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 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 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 Micro 5.5",
"product": {
"name": "openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
},
{
"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.72.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.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.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-curses-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.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-dbm-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.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.72.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.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-idle-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.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-tk-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.72.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.72.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.72.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.72.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.72.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.72.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.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-base-3.6.15-150300.10.72.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.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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-curses-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.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-curses-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.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-dbm-3.6.15-150300.10.72.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-dbm-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.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-dbm-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.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-devel-3.6.15-150300.10.72.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.72.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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-idle-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.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-idle-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.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-tk-3.6.15-150300.10.72.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-tk-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.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-tk-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.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-tools-3.6.15-150300.10.72.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.72.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.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-base-3.6.15-150300.10.72.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.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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-curses-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.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-curses-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.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-dbm-3.6.15-150300.10.72.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-dbm-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.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-dbm-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.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-devel-3.6.15-150300.10.72.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.72.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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-idle-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.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-idle-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.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-tk-3.6.15-150300.10.72.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-tk-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.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-tk-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.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-tools-3.6.15-150300.10.72.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.72.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.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-base-3.6.15-150300.10.72.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.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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-curses-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.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-curses-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.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-dbm-3.6.15-150300.10.72.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-dbm-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.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-dbm-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.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-devel-3.6.15-150300.10.72.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.72.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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-idle-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.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-idle-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.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-tk-3.6.15-150300.10.72.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-tk-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.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-tk-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.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-tools-3.6.15-150300.10.72.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.72.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.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.72.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.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.72.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.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.72.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.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.72.1.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.1.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.72.1.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.1.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.72.1.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.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.72.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.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-base-3.6.15-150300.10.72.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.72.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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-curses-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.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-curses-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.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-dbm-3.6.15-150300.10.72.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-dbm-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.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-dbm-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.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-devel-3.6.15-150300.10.72.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.72.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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-idle-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.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-idle-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.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-tk-3.6.15-150300.10.72.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-tk-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.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-tk-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.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-tools-3.6.15-150300.10.72.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.72.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.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-base-3.6.15-150300.10.72.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.72.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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-curses-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.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-curses-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.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-dbm-3.6.15-150300.10.72.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-dbm-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.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-dbm-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.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-devel-3.6.15-150300.10.72.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.72.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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-idle-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.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-idle-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.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-tk-3.6.15-150300.10.72.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-tk-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.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-tk-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.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-tools-3.6.15-150300.10.72.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.72.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.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.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.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.72.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.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.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.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.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.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.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.1.aarch64 as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-doc-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-doc-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-doc-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-doc-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testsuite-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testsuite-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testsuite-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testsuite-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.72.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.72.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.72.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-150300.10.72.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.72.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.72.1.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.72.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.72.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.72.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.72.1.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.72.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.72.1.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.72.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.72.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.72.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-doc-3.6.15-150300.10.72.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.72.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-doc-3.6.15-150300.10.72.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.72.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-doc-3.6.15-150300.10.72.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.72.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-doc-3.6.15-150300.10.72.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.72.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.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.72.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.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.72.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.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.72.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.72.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.72.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.72.1.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.72.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.72.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.72.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.72.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.72.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.72.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.72.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.72.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.72.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.72.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.72.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.72.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.72.1.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.72.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.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.72.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.72.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-5642",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-5642"
}
],
"notes": [
{
"category": "general",
"text": "CPython 3.9 and earlier doesn\u0027t disallow configuring an empty list (\"[]\") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low severity due to NPN being not widely used and specifying an empty list likely being uncommon in-practice (typically a protocol name would be configured).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-5642",
"url": "https://www.suse.com/security/cve/CVE-2024-5642"
},
{
"category": "external",
"summary": "SUSE Bug 1227233 for CVE-2024-5642",
"url": "https://bugzilla.suse.com/1227233"
}
],
"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.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-27T12:35:59Z",
"details": "moderate"
}
],
"title": "CVE-2024-5642"
},
{
"cve": "CVE-2024-6232",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6232"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6232",
"url": "https://www.suse.com/security/cve/CVE-2024-6232"
},
{
"category": "external",
"summary": "SUSE Bug 1230227 for CVE-2024-6232",
"url": "https://bugzilla.suse.com/1230227"
}
],
"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.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/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.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-27T12:35:59Z",
"details": "important"
}
],
"title": "CVE-2024-6232"
},
{
"cve": "CVE-2024-6923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6923"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6923",
"url": "https://www.suse.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "SUSE Bug 1228780 for CVE-2024-6923",
"url": "https://bugzilla.suse.com/1228780"
}
],
"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.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-27T12:35:59Z",
"details": "important"
}
],
"title": "CVE-2024-6923"
},
{
"cve": "CVE-2024-7592",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-7592"
}
],
"notes": [
{
"category": "general",
"text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-7592",
"url": "https://www.suse.com/security/cve/CVE-2024-7592"
},
{
"category": "external",
"summary": "SUSE Bug 1229596 for CVE-2024-7592",
"url": "https://bugzilla.suse.com/1229596"
}
],
"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.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.72.1.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.72.1.x86_64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.aarch64",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.s390x",
"openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.72.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-27T12:35:59Z",
"details": "moderate"
}
],
"title": "CVE-2024-7592"
}
]
}
SUSE-SU-2024:4020-1
Vulnerability from csaf_suse - Published: 2024-11-18 13:25 - Updated: 2024-11-18 13:25Summary
Security update for SUSE Manager Salt Bundle
Severity
Important
Notes
Title of the patch: Security update for SUSE Manager Salt Bundle
Description of the patch: This update fixes the following issues:
venv-salt-minion:
- Security fixes on Python 3.11 interpreter:
* CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes
(bsc#1229873, bsc#1230059)
* CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)
* CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)
* CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)
* CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the
certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)
- Security fixes on Python dependencies:
* CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library
(bsc#1227547, bsc#1229996)
* CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)
* CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()
(bsc#1222842, bsc#1229994)
* CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests
when redirecting to a different host (bsc#1226469, bsc#1229654)
- Other bugs fixed:
* Added passlib Python module to the bundle
* Allow NamedLoaderContexts to be returned from loader
* Avoid crash on wrong output of systemctl version (bsc#1229539)
* Avoid explicit reading of /etc/salt/minion (bsc#1220357)
* Enable post_start_cleanup.sh to work in a transaction
* Fixed cloud Minion configuration for multiple Masters (bsc#1229109)
* Fixed failing x509 tests with OpenSSL < 1.1
* Fixed the SELinux context for Salt Minion service (bsc#1219041)
* Fixed zyppnotify plugin after latest zypp/libzypp upgrades (bsc#1231697, bsc#1231045)
* Improved error handling with different OpenSSL versions
* Increase warn_until_date date for code we still support
* Prevent using SyncWrapper with no reason
* Reverted the change making reactor less blocking (bsc#1230322)
* Use --cachedir for extension_modules in salt-call (bsc#1226141)
* Use Pygit2 id instead of deprecated oid in gitfs
Patchnames: SUSE-2024-4020,SUSE-SLE-Manager-Tools-12-2024-4020
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.8 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
54 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 SUSE Manager Salt Bundle",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\nvenv-salt-minion:\n\n- Security fixes on Python 3.11 interpreter:\n\n * CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes\n (bsc#1229873, bsc#1230059)\n * CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)\n * CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)\n * CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)\n * CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the\n certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)\n\n- Security fixes on Python dependencies:\n\n * CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library\n (bsc#1227547, bsc#1229996)\n * CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)\n * CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()\n (bsc#1222842, bsc#1229994)\n * CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests\n when redirecting to a different host (bsc#1226469, bsc#1229654)\n\n- Other bugs fixed:\n\n * Added passlib Python module to the bundle\n * Allow NamedLoaderContexts to be returned from loader\n * Avoid crash on wrong output of systemctl version (bsc#1229539)\n * Avoid explicit reading of /etc/salt/minion (bsc#1220357)\n * Enable post_start_cleanup.sh to work in a transaction\n * Fixed cloud Minion configuration for multiple Masters (bsc#1229109)\n * Fixed failing x509 tests with OpenSSL \u003c 1.1 \n * Fixed the SELinux context for Salt Minion service (bsc#1219041)\n * Fixed zyppnotify plugin after latest zypp/libzypp upgrades (bsc#1231697, bsc#1231045)\n * Improved error handling with different OpenSSL versions\n * Increase warn_until_date date for code we still support\n * Prevent using SyncWrapper with no reason\n * Reverted the change making reactor less blocking (bsc#1230322)\n * Use --cachedir for extension_modules in salt-call (bsc#1226141)\n * Use Pygit2 id instead of deprecated oid in gitfs\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-4020,SUSE-SLE-Manager-Tools-12-2024-4020",
"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-2024_4020-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:4020-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244020-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:4020-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019831.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219041",
"url": "https://bugzilla.suse.com/1219041"
},
{
"category": "self",
"summary": "SUSE Bug 1220357",
"url": "https://bugzilla.suse.com/1220357"
},
{
"category": "self",
"summary": "SUSE Bug 1222842",
"url": "https://bugzilla.suse.com/1222842"
},
{
"category": "self",
"summary": "SUSE Bug 1226141",
"url": "https://bugzilla.suse.com/1226141"
},
{
"category": "self",
"summary": "SUSE Bug 1226447",
"url": "https://bugzilla.suse.com/1226447"
},
{
"category": "self",
"summary": "SUSE Bug 1226448",
"url": "https://bugzilla.suse.com/1226448"
},
{
"category": "self",
"summary": "SUSE Bug 1226469",
"url": "https://bugzilla.suse.com/1226469"
},
{
"category": "self",
"summary": "SUSE Bug 1227547",
"url": "https://bugzilla.suse.com/1227547"
},
{
"category": "self",
"summary": "SUSE Bug 1228105",
"url": "https://bugzilla.suse.com/1228105"
},
{
"category": "self",
"summary": "SUSE Bug 1228780",
"url": "https://bugzilla.suse.com/1228780"
},
{
"category": "self",
"summary": "SUSE Bug 1229109",
"url": "https://bugzilla.suse.com/1229109"
},
{
"category": "self",
"summary": "SUSE Bug 1229539",
"url": "https://bugzilla.suse.com/1229539"
},
{
"category": "self",
"summary": "SUSE Bug 1229654",
"url": "https://bugzilla.suse.com/1229654"
},
{
"category": "self",
"summary": "SUSE Bug 1229704",
"url": "https://bugzilla.suse.com/1229704"
},
{
"category": "self",
"summary": "SUSE Bug 1229873",
"url": "https://bugzilla.suse.com/1229873"
},
{
"category": "self",
"summary": "SUSE Bug 1229994",
"url": "https://bugzilla.suse.com/1229994"
},
{
"category": "self",
"summary": "SUSE Bug 1229995",
"url": "https://bugzilla.suse.com/1229995"
},
{
"category": "self",
"summary": "SUSE Bug 1229996",
"url": "https://bugzilla.suse.com/1229996"
},
{
"category": "self",
"summary": "SUSE Bug 1230058",
"url": "https://bugzilla.suse.com/1230058"
},
{
"category": "self",
"summary": "SUSE Bug 1230059",
"url": "https://bugzilla.suse.com/1230059"
},
{
"category": "self",
"summary": "SUSE Bug 1230322",
"url": "https://bugzilla.suse.com/1230322"
},
{
"category": "self",
"summary": "SUSE Bug 1231045",
"url": "https://bugzilla.suse.com/1231045"
},
{
"category": "self",
"summary": "SUSE Bug 1231697",
"url": "https://bugzilla.suse.com/1231697"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-0397 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0397/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-3651 page",
"url": "https://www.suse.com/security/cve/CVE-2024-3651/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-37891 page",
"url": "https://www.suse.com/security/cve/CVE-2024-37891/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4032 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4032/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-5569 page",
"url": "https://www.suse.com/security/cve/CVE-2024-5569/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6345 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6345/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6923 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-7592 page",
"url": "https://www.suse.com/security/cve/CVE-2024-7592/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8088 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8088/"
}
],
"title": "Security update for SUSE Manager Salt Bundle",
"tracking": {
"current_release_date": "2024-11-18T13:25:06Z",
"generator": {
"date": "2024-11-18T13:25:06Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:4020-1",
"initial_release_date": "2024-11-18T13:25:06Z",
"revision_history": [
{
"date": "2024-11-18T13:25:06Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-3.11.9-3.35.1.aarch64",
"product": {
"name": "saltbundlepy-3.11.9-3.35.1.aarch64",
"product_id": "saltbundlepy-3.11.9-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.9-3.35.1.aarch64",
"product": {
"name": "saltbundlepy-base-3.11.9-3.35.1.aarch64",
"product_id": "saltbundlepy-base-3.11.9-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-cryptography-3.3.2-3.27.1.aarch64",
"product": {
"name": "saltbundlepy-cryptography-3.3.2-3.27.1.aarch64",
"product_id": "saltbundlepy-cryptography-3.3.2-3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.9-3.35.1.aarch64",
"product": {
"name": "saltbundlepy-curses-3.11.9-3.35.1.aarch64",
"product_id": "saltbundlepy-curses-3.11.9-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.9-3.35.1.aarch64",
"product": {
"name": "saltbundlepy-dbm-3.11.9-3.35.1.aarch64",
"product_id": "saltbundlepy-dbm-3.11.9-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.9-3.35.1.aarch64",
"product": {
"name": "saltbundlepy-devel-3.11.9-3.35.1.aarch64",
"product_id": "saltbundlepy-devel-3.11.9-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.9-3.35.1.aarch64",
"product": {
"name": "saltbundlepy-libs-3.11.9-3.35.1.aarch64",
"product_id": "saltbundlepy-libs-3.11.9-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.9-3.35.1.aarch64",
"product": {
"name": "saltbundlepy-testsuite-3.11.9-3.35.1.aarch64",
"product_id": "saltbundlepy-testsuite-3.11.9-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.9-3.35.1.aarch64",
"product": {
"name": "saltbundlepy-tools-3.11.9-3.35.1.aarch64",
"product_id": "saltbundlepy-tools-3.11.9-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-3.65.1.aarch64",
"product": {
"name": "venv-salt-minion-3006.0-3.65.1.aarch64",
"product_id": "venv-salt-minion-3006.0-3.65.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-docker-7.0.0-3.11.1.noarch",
"product": {
"name": "saltbundlepy-docker-7.0.0-3.11.1.noarch",
"product_id": "saltbundlepy-docker-7.0.0-3.11.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-idna-3.4-3.12.2.noarch",
"product": {
"name": "saltbundlepy-idna-3.4-3.12.2.noarch",
"product_id": "saltbundlepy-idna-3.4-3.12.2.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-passlib-1.7.4-3.3.1.noarch",
"product": {
"name": "saltbundlepy-passlib-1.7.4-3.3.1.noarch",
"product_id": "saltbundlepy-passlib-1.7.4-3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-setuptools-67.7.2-3.15.2.noarch",
"product": {
"name": "saltbundlepy-setuptools-67.7.2-3.15.2.noarch",
"product_id": "saltbundlepy-setuptools-67.7.2-3.15.2.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-urllib3-2.0.7-3.18.1.noarch",
"product": {
"name": "saltbundlepy-urllib3-2.0.7-3.18.1.noarch",
"product_id": "saltbundlepy-urllib3-2.0.7-3.18.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-zipp-3.15.0-3.12.1.noarch",
"product": {
"name": "saltbundlepy-zipp-3.15.0-3.12.1.noarch",
"product_id": "saltbundlepy-zipp-3.15.0-3.12.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-zypp-plugin-0.6.4-3.11.1.noarch",
"product": {
"name": "saltbundlepy-zypp-plugin-0.6.4-3.11.1.noarch",
"product_id": "saltbundlepy-zypp-plugin-0.6.4-3.11.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-3.11.9-3.35.1.ppc64le",
"product": {
"name": "saltbundlepy-3.11.9-3.35.1.ppc64le",
"product_id": "saltbundlepy-3.11.9-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.9-3.35.1.ppc64le",
"product": {
"name": "saltbundlepy-base-3.11.9-3.35.1.ppc64le",
"product_id": "saltbundlepy-base-3.11.9-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-cryptography-3.3.2-3.27.1.ppc64le",
"product": {
"name": "saltbundlepy-cryptography-3.3.2-3.27.1.ppc64le",
"product_id": "saltbundlepy-cryptography-3.3.2-3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.9-3.35.1.ppc64le",
"product": {
"name": "saltbundlepy-curses-3.11.9-3.35.1.ppc64le",
"product_id": "saltbundlepy-curses-3.11.9-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.9-3.35.1.ppc64le",
"product": {
"name": "saltbundlepy-dbm-3.11.9-3.35.1.ppc64le",
"product_id": "saltbundlepy-dbm-3.11.9-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.9-3.35.1.ppc64le",
"product": {
"name": "saltbundlepy-devel-3.11.9-3.35.1.ppc64le",
"product_id": "saltbundlepy-devel-3.11.9-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.9-3.35.1.ppc64le",
"product": {
"name": "saltbundlepy-libs-3.11.9-3.35.1.ppc64le",
"product_id": "saltbundlepy-libs-3.11.9-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.9-3.35.1.ppc64le",
"product": {
"name": "saltbundlepy-testsuite-3.11.9-3.35.1.ppc64le",
"product_id": "saltbundlepy-testsuite-3.11.9-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.9-3.35.1.ppc64le",
"product": {
"name": "saltbundlepy-tools-3.11.9-3.35.1.ppc64le",
"product_id": "saltbundlepy-tools-3.11.9-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-3.65.1.ppc64le",
"product": {
"name": "venv-salt-minion-3006.0-3.65.1.ppc64le",
"product_id": "venv-salt-minion-3006.0-3.65.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-3.11.9-3.35.1.s390x",
"product": {
"name": "saltbundlepy-3.11.9-3.35.1.s390x",
"product_id": "saltbundlepy-3.11.9-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.9-3.35.1.s390x",
"product": {
"name": "saltbundlepy-base-3.11.9-3.35.1.s390x",
"product_id": "saltbundlepy-base-3.11.9-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-cryptography-3.3.2-3.27.1.s390x",
"product": {
"name": "saltbundlepy-cryptography-3.3.2-3.27.1.s390x",
"product_id": "saltbundlepy-cryptography-3.3.2-3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.9-3.35.1.s390x",
"product": {
"name": "saltbundlepy-curses-3.11.9-3.35.1.s390x",
"product_id": "saltbundlepy-curses-3.11.9-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.9-3.35.1.s390x",
"product": {
"name": "saltbundlepy-dbm-3.11.9-3.35.1.s390x",
"product_id": "saltbundlepy-dbm-3.11.9-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.9-3.35.1.s390x",
"product": {
"name": "saltbundlepy-devel-3.11.9-3.35.1.s390x",
"product_id": "saltbundlepy-devel-3.11.9-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.9-3.35.1.s390x",
"product": {
"name": "saltbundlepy-libs-3.11.9-3.35.1.s390x",
"product_id": "saltbundlepy-libs-3.11.9-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.9-3.35.1.s390x",
"product": {
"name": "saltbundlepy-testsuite-3.11.9-3.35.1.s390x",
"product_id": "saltbundlepy-testsuite-3.11.9-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.9-3.35.1.s390x",
"product": {
"name": "saltbundlepy-tools-3.11.9-3.35.1.s390x",
"product_id": "saltbundlepy-tools-3.11.9-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-3.65.1.s390x",
"product": {
"name": "venv-salt-minion-3006.0-3.65.1.s390x",
"product_id": "venv-salt-minion-3006.0-3.65.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-3.11.9-3.35.1.x86_64",
"product": {
"name": "saltbundlepy-3.11.9-3.35.1.x86_64",
"product_id": "saltbundlepy-3.11.9-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.9-3.35.1.x86_64",
"product": {
"name": "saltbundlepy-base-3.11.9-3.35.1.x86_64",
"product_id": "saltbundlepy-base-3.11.9-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-cryptography-3.3.2-3.27.1.x86_64",
"product": {
"name": "saltbundlepy-cryptography-3.3.2-3.27.1.x86_64",
"product_id": "saltbundlepy-cryptography-3.3.2-3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.9-3.35.1.x86_64",
"product": {
"name": "saltbundlepy-curses-3.11.9-3.35.1.x86_64",
"product_id": "saltbundlepy-curses-3.11.9-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.9-3.35.1.x86_64",
"product": {
"name": "saltbundlepy-dbm-3.11.9-3.35.1.x86_64",
"product_id": "saltbundlepy-dbm-3.11.9-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.9-3.35.1.x86_64",
"product": {
"name": "saltbundlepy-devel-3.11.9-3.35.1.x86_64",
"product_id": "saltbundlepy-devel-3.11.9-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.9-3.35.1.x86_64",
"product": {
"name": "saltbundlepy-libs-3.11.9-3.35.1.x86_64",
"product_id": "saltbundlepy-libs-3.11.9-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.9-3.35.1.x86_64",
"product": {
"name": "saltbundlepy-testsuite-3.11.9-3.35.1.x86_64",
"product_id": "saltbundlepy-testsuite-3.11.9-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.9-3.35.1.x86_64",
"product": {
"name": "saltbundlepy-tools-3.11.9-3.35.1.x86_64",
"product_id": "saltbundlepy-tools-3.11.9-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-3.65.1.x86_64",
"product": {
"name": "venv-salt-minion-3006.0-3.65.1.x86_64",
"product_id": "venv-salt-minion-3006.0-3.65.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Client Tools 12",
"product": {
"name": "SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-3.65.1.aarch64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64"
},
"product_reference": "venv-salt-minion-3006.0-3.65.1.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-3.65.1.ppc64le as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le"
},
"product_reference": "venv-salt-minion-3006.0-3.65.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-3.65.1.s390x as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x"
},
"product_reference": "venv-salt-minion-3006.0-3.65.1.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-3.65.1.x86_64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
},
"product_reference": "venv-salt-minion-3006.0-3.65.1.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0397",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-0397"
}
],
"notes": [
{
"category": "general",
"text": "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-0397",
"url": "https://www.suse.com/security/cve/CVE-2024-0397"
},
{
"category": "external",
"summary": "SUSE Bug 1226447 for CVE-2024-0397",
"url": "https://bugzilla.suse.com/1226447"
}
],
"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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:06Z",
"details": "moderate"
}
],
"title": "CVE-2024-0397"
},
{
"cve": "CVE-2024-3651",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-3651"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function\u0027s handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-3651",
"url": "https://www.suse.com/security/cve/CVE-2024-3651"
},
{
"category": "external",
"summary": "SUSE Bug 1222842 for CVE-2024-3651",
"url": "https://bugzilla.suse.com/1222842"
}
],
"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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:06Z",
"details": "moderate"
}
],
"title": "CVE-2024-3651"
},
{
"cve": "CVE-2024-37891",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-37891"
}
],
"notes": [
{
"category": "general",
"text": " urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-37891",
"url": "https://www.suse.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "SUSE Bug 1226469 for CVE-2024-37891",
"url": "https://bugzilla.suse.com/1226469"
}
],
"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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:06Z",
"details": "moderate"
}
],
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-4032",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4032"
}
],
"notes": [
{
"category": "general",
"text": "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn\u0027t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4032",
"url": "https://www.suse.com/security/cve/CVE-2024-4032"
},
{
"category": "external",
"summary": "SUSE Bug 1226448 for CVE-2024-4032",
"url": "https://bugzilla.suse.com/1226448"
}
],
"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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:06Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
},
{
"cve": "CVE-2024-5569",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-5569"
}
],
"notes": [
{
"category": "general",
"text": "A Denial of Service (DoS) vulnerability exists in the jaraco/zipp library, affecting all versions prior to 3.19.1. The vulnerability is triggered when processing a specially crafted zip file that leads to an infinite loop. This issue also impacts the zipfile module of CPython, as features from the third-party zipp library are later merged into CPython, and the affected code is identical in both projects. The infinite loop can be initiated through the use of functions affecting the `Path` module in both zipp and zipfile, such as `joinpath`, the overloaded division operator, and `iterdir`. Although the infinite loop is not resource exhaustive, it prevents the application from responding. The vulnerability was addressed in version 3.19.1 of jaraco/zipp.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-5569",
"url": "https://www.suse.com/security/cve/CVE-2024-5569"
},
{
"category": "external",
"summary": "SUSE Bug 1227547 for CVE-2024-5569",
"url": "https://bugzilla.suse.com/1227547"
}
],
"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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:06Z",
"details": "moderate"
}
],
"title": "CVE-2024-5569"
},
{
"cve": "CVE-2024-6345",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6345"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in the package_index module of pypa/setuptools versions up to 69.1.1 allows for remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system. The issue is fixed in version 70.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6345",
"url": "https://www.suse.com/security/cve/CVE-2024-6345"
},
{
"category": "external",
"summary": "SUSE Bug 1228105 for CVE-2024-6345",
"url": "https://bugzilla.suse.com/1228105"
}
],
"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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:06Z",
"details": "important"
}
],
"title": "CVE-2024-6345"
},
{
"cve": "CVE-2024-6923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6923"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6923",
"url": "https://www.suse.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "SUSE Bug 1228780 for CVE-2024-6923",
"url": "https://bugzilla.suse.com/1228780"
}
],
"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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:06Z",
"details": "important"
}
],
"title": "CVE-2024-6923"
},
{
"cve": "CVE-2024-7592",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-7592"
}
],
"notes": [
{
"category": "general",
"text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-7592",
"url": "https://www.suse.com/security/cve/CVE-2024-7592"
},
{
"category": "external",
"summary": "SUSE Bug 1229596 for CVE-2024-7592",
"url": "https://bugzilla.suse.com/1229596"
}
],
"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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:06Z",
"details": "moderate"
}
],
"title": "CVE-2024-7592"
},
{
"cve": "CVE-2024-8088",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8088"
}
],
"notes": [
{
"category": "general",
"text": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8088",
"url": "https://www.suse.com/security/cve/CVE-2024-8088"
},
{
"category": "external",
"summary": "SUSE Bug 1229704 for CVE-2024-8088",
"url": "https://bugzilla.suse.com/1229704"
}
],
"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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x",
"SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:06Z",
"details": "moderate"
}
],
"title": "CVE-2024-8088"
}
]
}
SUSE-SU-2024:4021-1
Vulnerability from csaf_suse - Published: 2024-11-18 13:25 - Updated: 2024-11-18 13:25Summary
Security update for SUSE Manager Salt Bundle
Severity
Important
Notes
Title of the patch: Security update for SUSE Manager Salt Bundle
Description of the patch: This update fixes the following issues:
venv-salt-minion:
- Security fixes on Python 3.11 interpreter:
* CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes
(bsc#1229873, bsc#1230059)
* CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)
* CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)
* CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)
* CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the
certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)
- Security fixes on Python dependencies:
* CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library (bsc#1227547, bsc#1229996)
* CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)
* CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()
(bsc#1222842, bsc#1229994)
* CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests
when redirecting to a different host (bsc#1226469, bsc#1229654)
- Other bugs fixed:
* Added passlib Python module to the bundle
* Allow NamedLoaderContexts to be returned from loader
* Avoid crash on wrong output of systemctl version (bsc#1229539)
* Avoid explicit reading of /etc/salt/minion (bsc#1220357)
* Enable post_start_cleanup.sh to work in a transaction
* Fixed cloud Minion configuration for multiple Masters (bsc#1229109)
* Fixed failing x509 tests with OpenSSL < 1.1
* Fixed the SELinux context for Salt Minion service (bsc#1219041)
* Fixed too frequent systemd service restart in test_system test
* Fixed zyppnotify plugin after latest zypp/libzypp upgrades (bsc#1231697, bsc#1231045)
* Improved error handling with different OpenSSL versions
* Increase warn_until_date date for code we still support
* Prevent using SyncWrapper with no reason
* Reverted the change making reactor less blocking (bsc#1230322)
* Use --cachedir for extension_modules in salt-call (bsc#1226141)
* Use Pygit2 id instead of deprecated oid in gitfs
Patchnames: SUSE-2024-4021,SUSE-SLE-Manager-Tools-15-2024-4021,SUSE-SLE-Manager-Tools-For-Micro-5-2024-4021,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2024-4021,SUSE-SLE-Module-SUSE-Manager-Server-4.3-2024-4021
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.8 (Medium)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
54 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 SUSE Manager Salt Bundle",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\nvenv-salt-minion:\n\n- Security fixes on Python 3.11 interpreter:\n\n * CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes\n (bsc#1229873, bsc#1230059)\n * CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)\n * CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)\n * CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)\n * CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the\n certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)\n\n- Security fixes on Python dependencies:\n\n * CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library (bsc#1227547, bsc#1229996)\n * CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)\n * CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()\n (bsc#1222842, bsc#1229994)\n * CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests\n when redirecting to a different host (bsc#1226469, bsc#1229654)\n\n- Other bugs fixed:\n\n * Added passlib Python module to the bundle\n * Allow NamedLoaderContexts to be returned from loader\n * Avoid crash on wrong output of systemctl version (bsc#1229539)\n * Avoid explicit reading of /etc/salt/minion (bsc#1220357)\n * Enable post_start_cleanup.sh to work in a transaction\n * Fixed cloud Minion configuration for multiple Masters (bsc#1229109)\n * Fixed failing x509 tests with OpenSSL \u003c 1.1 \n * Fixed the SELinux context for Salt Minion service (bsc#1219041)\n * Fixed too frequent systemd service restart in test_system test\n * Fixed zyppnotify plugin after latest zypp/libzypp upgrades (bsc#1231697, bsc#1231045)\n * Improved error handling with different OpenSSL versions\n * Increase warn_until_date date for code we still support\n * Prevent using SyncWrapper with no reason\n * Reverted the change making reactor less blocking (bsc#1230322)\n * Use --cachedir for extension_modules in salt-call (bsc#1226141)\n * Use Pygit2 id instead of deprecated oid in gitfs\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-4021,SUSE-SLE-Manager-Tools-15-2024-4021,SUSE-SLE-Manager-Tools-For-Micro-5-2024-4021,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2024-4021,SUSE-SLE-Module-SUSE-Manager-Server-4.3-2024-4021",
"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-2024_4021-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:4021-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244021-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:4021-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019830.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219041",
"url": "https://bugzilla.suse.com/1219041"
},
{
"category": "self",
"summary": "SUSE Bug 1220357",
"url": "https://bugzilla.suse.com/1220357"
},
{
"category": "self",
"summary": "SUSE Bug 1222842",
"url": "https://bugzilla.suse.com/1222842"
},
{
"category": "self",
"summary": "SUSE Bug 1226141",
"url": "https://bugzilla.suse.com/1226141"
},
{
"category": "self",
"summary": "SUSE Bug 1226447",
"url": "https://bugzilla.suse.com/1226447"
},
{
"category": "self",
"summary": "SUSE Bug 1226448",
"url": "https://bugzilla.suse.com/1226448"
},
{
"category": "self",
"summary": "SUSE Bug 1226469",
"url": "https://bugzilla.suse.com/1226469"
},
{
"category": "self",
"summary": "SUSE Bug 1227547",
"url": "https://bugzilla.suse.com/1227547"
},
{
"category": "self",
"summary": "SUSE Bug 1228105",
"url": "https://bugzilla.suse.com/1228105"
},
{
"category": "self",
"summary": "SUSE Bug 1228780",
"url": "https://bugzilla.suse.com/1228780"
},
{
"category": "self",
"summary": "SUSE Bug 1229109",
"url": "https://bugzilla.suse.com/1229109"
},
{
"category": "self",
"summary": "SUSE Bug 1229539",
"url": "https://bugzilla.suse.com/1229539"
},
{
"category": "self",
"summary": "SUSE Bug 1229654",
"url": "https://bugzilla.suse.com/1229654"
},
{
"category": "self",
"summary": "SUSE Bug 1229704",
"url": "https://bugzilla.suse.com/1229704"
},
{
"category": "self",
"summary": "SUSE Bug 1229873",
"url": "https://bugzilla.suse.com/1229873"
},
{
"category": "self",
"summary": "SUSE Bug 1229994",
"url": "https://bugzilla.suse.com/1229994"
},
{
"category": "self",
"summary": "SUSE Bug 1229995",
"url": "https://bugzilla.suse.com/1229995"
},
{
"category": "self",
"summary": "SUSE Bug 1229996",
"url": "https://bugzilla.suse.com/1229996"
},
{
"category": "self",
"summary": "SUSE Bug 1230058",
"url": "https://bugzilla.suse.com/1230058"
},
{
"category": "self",
"summary": "SUSE Bug 1230059",
"url": "https://bugzilla.suse.com/1230059"
},
{
"category": "self",
"summary": "SUSE Bug 1230322",
"url": "https://bugzilla.suse.com/1230322"
},
{
"category": "self",
"summary": "SUSE Bug 1231045",
"url": "https://bugzilla.suse.com/1231045"
},
{
"category": "self",
"summary": "SUSE Bug 1231697",
"url": "https://bugzilla.suse.com/1231697"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-0397 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0397/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-3651 page",
"url": "https://www.suse.com/security/cve/CVE-2024-3651/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-37891 page",
"url": "https://www.suse.com/security/cve/CVE-2024-37891/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4032 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4032/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-5569 page",
"url": "https://www.suse.com/security/cve/CVE-2024-5569/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6345 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6345/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6923 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-7592 page",
"url": "https://www.suse.com/security/cve/CVE-2024-7592/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8088 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8088/"
}
],
"title": "Security update for SUSE Manager Salt Bundle",
"tracking": {
"current_release_date": "2024-11-18T13:25:44Z",
"generator": {
"date": "2024-11-18T13:25:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:4021-1",
"initial_release_date": "2024-11-18T13:25:44Z",
"revision_history": [
{
"date": "2024-11-18T13:25:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-3.11.9-150000.3.35.2.aarch64",
"product": {
"name": "saltbundlepy-3.11.9-150000.3.35.2.aarch64",
"product_id": "saltbundlepy-3.11.9-150000.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.9-150000.3.35.2.aarch64",
"product": {
"name": "saltbundlepy-base-3.11.9-150000.3.35.2.aarch64",
"product_id": "saltbundlepy-base-3.11.9-150000.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-cryptography-3.3.2-150000.3.27.1.aarch64",
"product": {
"name": "saltbundlepy-cryptography-3.3.2-150000.3.27.1.aarch64",
"product_id": "saltbundlepy-cryptography-3.3.2-150000.3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.9-150000.3.35.2.aarch64",
"product": {
"name": "saltbundlepy-curses-3.11.9-150000.3.35.2.aarch64",
"product_id": "saltbundlepy-curses-3.11.9-150000.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.9-150000.3.35.2.aarch64",
"product": {
"name": "saltbundlepy-dbm-3.11.9-150000.3.35.2.aarch64",
"product_id": "saltbundlepy-dbm-3.11.9-150000.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.9-150000.3.35.2.aarch64",
"product": {
"name": "saltbundlepy-devel-3.11.9-150000.3.35.2.aarch64",
"product_id": "saltbundlepy-devel-3.11.9-150000.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.9-150000.3.35.2.aarch64",
"product": {
"name": "saltbundlepy-libs-3.11.9-150000.3.35.2.aarch64",
"product_id": "saltbundlepy-libs-3.11.9-150000.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.9-150000.3.35.2.aarch64",
"product": {
"name": "saltbundlepy-testsuite-3.11.9-150000.3.35.2.aarch64",
"product_id": "saltbundlepy-testsuite-3.11.9-150000.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.9-150000.3.35.2.aarch64",
"product": {
"name": "saltbundlepy-tools-3.11.9-150000.3.35.2.aarch64",
"product_id": "saltbundlepy-tools-3.11.9-150000.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"product": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"product_id": "venv-salt-minion-3006.0-150000.3.67.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-docker-7.0.0-150000.3.11.1.noarch",
"product": {
"name": "saltbundlepy-docker-7.0.0-150000.3.11.1.noarch",
"product_id": "saltbundlepy-docker-7.0.0-150000.3.11.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-idna-3.4-150000.3.12.1.noarch",
"product": {
"name": "saltbundlepy-idna-3.4-150000.3.12.1.noarch",
"product_id": "saltbundlepy-idna-3.4-150000.3.12.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-passlib-1.7.4-150000.3.3.1.noarch",
"product": {
"name": "saltbundlepy-passlib-1.7.4-150000.3.3.1.noarch",
"product_id": "saltbundlepy-passlib-1.7.4-150000.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-setuptools-67.7.2-150000.3.15.1.noarch",
"product": {
"name": "saltbundlepy-setuptools-67.7.2-150000.3.15.1.noarch",
"product_id": "saltbundlepy-setuptools-67.7.2-150000.3.15.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-urllib3-2.0.7-150000.3.18.1.noarch",
"product": {
"name": "saltbundlepy-urllib3-2.0.7-150000.3.18.1.noarch",
"product_id": "saltbundlepy-urllib3-2.0.7-150000.3.18.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-zipp-3.15.0-150000.3.12.1.noarch",
"product": {
"name": "saltbundlepy-zipp-3.15.0-150000.3.12.1.noarch",
"product_id": "saltbundlepy-zipp-3.15.0-150000.3.12.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-zypp-plugin-0.6.4-150000.3.11.1.noarch",
"product": {
"name": "saltbundlepy-zypp-plugin-0.6.4-150000.3.11.1.noarch",
"product_id": "saltbundlepy-zypp-plugin-0.6.4-150000.3.11.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-3.11.9-150000.3.35.2.ppc64le",
"product": {
"name": "saltbundlepy-3.11.9-150000.3.35.2.ppc64le",
"product_id": "saltbundlepy-3.11.9-150000.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.9-150000.3.35.2.ppc64le",
"product": {
"name": "saltbundlepy-base-3.11.9-150000.3.35.2.ppc64le",
"product_id": "saltbundlepy-base-3.11.9-150000.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-cryptography-3.3.2-150000.3.27.1.ppc64le",
"product": {
"name": "saltbundlepy-cryptography-3.3.2-150000.3.27.1.ppc64le",
"product_id": "saltbundlepy-cryptography-3.3.2-150000.3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.9-150000.3.35.2.ppc64le",
"product": {
"name": "saltbundlepy-curses-3.11.9-150000.3.35.2.ppc64le",
"product_id": "saltbundlepy-curses-3.11.9-150000.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.9-150000.3.35.2.ppc64le",
"product": {
"name": "saltbundlepy-dbm-3.11.9-150000.3.35.2.ppc64le",
"product_id": "saltbundlepy-dbm-3.11.9-150000.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.9-150000.3.35.2.ppc64le",
"product": {
"name": "saltbundlepy-devel-3.11.9-150000.3.35.2.ppc64le",
"product_id": "saltbundlepy-devel-3.11.9-150000.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.9-150000.3.35.2.ppc64le",
"product": {
"name": "saltbundlepy-libs-3.11.9-150000.3.35.2.ppc64le",
"product_id": "saltbundlepy-libs-3.11.9-150000.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.9-150000.3.35.2.ppc64le",
"product": {
"name": "saltbundlepy-testsuite-3.11.9-150000.3.35.2.ppc64le",
"product_id": "saltbundlepy-testsuite-3.11.9-150000.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.9-150000.3.35.2.ppc64le",
"product": {
"name": "saltbundlepy-tools-3.11.9-150000.3.35.2.ppc64le",
"product_id": "saltbundlepy-tools-3.11.9-150000.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"product": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"product_id": "venv-salt-minion-3006.0-150000.3.67.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-3.11.9-150000.3.35.2.s390x",
"product": {
"name": "saltbundlepy-3.11.9-150000.3.35.2.s390x",
"product_id": "saltbundlepy-3.11.9-150000.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.9-150000.3.35.2.s390x",
"product": {
"name": "saltbundlepy-base-3.11.9-150000.3.35.2.s390x",
"product_id": "saltbundlepy-base-3.11.9-150000.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-cryptography-3.3.2-150000.3.27.1.s390x",
"product": {
"name": "saltbundlepy-cryptography-3.3.2-150000.3.27.1.s390x",
"product_id": "saltbundlepy-cryptography-3.3.2-150000.3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.9-150000.3.35.2.s390x",
"product": {
"name": "saltbundlepy-curses-3.11.9-150000.3.35.2.s390x",
"product_id": "saltbundlepy-curses-3.11.9-150000.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.9-150000.3.35.2.s390x",
"product": {
"name": "saltbundlepy-dbm-3.11.9-150000.3.35.2.s390x",
"product_id": "saltbundlepy-dbm-3.11.9-150000.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.9-150000.3.35.2.s390x",
"product": {
"name": "saltbundlepy-devel-3.11.9-150000.3.35.2.s390x",
"product_id": "saltbundlepy-devel-3.11.9-150000.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.9-150000.3.35.2.s390x",
"product": {
"name": "saltbundlepy-libs-3.11.9-150000.3.35.2.s390x",
"product_id": "saltbundlepy-libs-3.11.9-150000.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.9-150000.3.35.2.s390x",
"product": {
"name": "saltbundlepy-testsuite-3.11.9-150000.3.35.2.s390x",
"product_id": "saltbundlepy-testsuite-3.11.9-150000.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.9-150000.3.35.2.s390x",
"product": {
"name": "saltbundlepy-tools-3.11.9-150000.3.35.2.s390x",
"product_id": "saltbundlepy-tools-3.11.9-150000.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-150000.3.67.1.s390x",
"product": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.s390x",
"product_id": "venv-salt-minion-3006.0-150000.3.67.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-3.11.9-150000.3.35.2.x86_64",
"product": {
"name": "saltbundlepy-3.11.9-150000.3.35.2.x86_64",
"product_id": "saltbundlepy-3.11.9-150000.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.9-150000.3.35.2.x86_64",
"product": {
"name": "saltbundlepy-base-3.11.9-150000.3.35.2.x86_64",
"product_id": "saltbundlepy-base-3.11.9-150000.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-cryptography-3.3.2-150000.3.27.1.x86_64",
"product": {
"name": "saltbundlepy-cryptography-3.3.2-150000.3.27.1.x86_64",
"product_id": "saltbundlepy-cryptography-3.3.2-150000.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.9-150000.3.35.2.x86_64",
"product": {
"name": "saltbundlepy-curses-3.11.9-150000.3.35.2.x86_64",
"product_id": "saltbundlepy-curses-3.11.9-150000.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.9-150000.3.35.2.x86_64",
"product": {
"name": "saltbundlepy-dbm-3.11.9-150000.3.35.2.x86_64",
"product_id": "saltbundlepy-dbm-3.11.9-150000.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.9-150000.3.35.2.x86_64",
"product": {
"name": "saltbundlepy-devel-3.11.9-150000.3.35.2.x86_64",
"product_id": "saltbundlepy-devel-3.11.9-150000.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.9-150000.3.35.2.x86_64",
"product": {
"name": "saltbundlepy-libs-3.11.9-150000.3.35.2.x86_64",
"product_id": "saltbundlepy-libs-3.11.9-150000.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.9-150000.3.35.2.x86_64",
"product": {
"name": "saltbundlepy-testsuite-3.11.9-150000.3.35.2.x86_64",
"product_id": "saltbundlepy-testsuite-3.11.9-150000.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.9-150000.3.35.2.x86_64",
"product": {
"name": "saltbundlepy-tools-3.11.9-150000.3.35.2.x86_64",
"product_id": "saltbundlepy-tools-3.11.9-150000.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"product": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"product_id": "venv-salt-minion-3006.0-150000.3.67.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Client Tools 15",
"product": {
"name": "SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15"
}
},
{
"category": "product_name",
"name": "SUSE Manager Client Tools for SLE Micro 5",
"product": {
"name": "SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-manager-tools-micro:5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy Module 4.3",
"product": {
"name": "SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server Module 4.3",
"product": {
"name": "SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-server:4.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.aarch64 as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.s390x as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.x86_64 as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.aarch64 as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.ppc64le as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.s390x as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.s390x",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.x86_64 as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.aarch64 as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.ppc64le as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.s390x as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-150000.3.67.1.x86_64 as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
},
"product_reference": "venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0397",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-0397"
}
],
"notes": [
{
"category": "general",
"text": "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-0397",
"url": "https://www.suse.com/security/cve/CVE-2024-0397"
},
{
"category": "external",
"summary": "SUSE Bug 1226447 for CVE-2024-0397",
"url": "https://bugzilla.suse.com/1226447"
}
],
"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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:44Z",
"details": "moderate"
}
],
"title": "CVE-2024-0397"
},
{
"cve": "CVE-2024-3651",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-3651"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function\u0027s handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-3651",
"url": "https://www.suse.com/security/cve/CVE-2024-3651"
},
{
"category": "external",
"summary": "SUSE Bug 1222842 for CVE-2024-3651",
"url": "https://bugzilla.suse.com/1222842"
}
],
"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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:44Z",
"details": "moderate"
}
],
"title": "CVE-2024-3651"
},
{
"cve": "CVE-2024-37891",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-37891"
}
],
"notes": [
{
"category": "general",
"text": " urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-37891",
"url": "https://www.suse.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "SUSE Bug 1226469 for CVE-2024-37891",
"url": "https://bugzilla.suse.com/1226469"
}
],
"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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:44Z",
"details": "moderate"
}
],
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-4032",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4032"
}
],
"notes": [
{
"category": "general",
"text": "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn\u0027t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4032",
"url": "https://www.suse.com/security/cve/CVE-2024-4032"
},
{
"category": "external",
"summary": "SUSE Bug 1226448 for CVE-2024-4032",
"url": "https://bugzilla.suse.com/1226448"
}
],
"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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:44Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
},
{
"cve": "CVE-2024-5569",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-5569"
}
],
"notes": [
{
"category": "general",
"text": "A Denial of Service (DoS) vulnerability exists in the jaraco/zipp library, affecting all versions prior to 3.19.1. The vulnerability is triggered when processing a specially crafted zip file that leads to an infinite loop. This issue also impacts the zipfile module of CPython, as features from the third-party zipp library are later merged into CPython, and the affected code is identical in both projects. The infinite loop can be initiated through the use of functions affecting the `Path` module in both zipp and zipfile, such as `joinpath`, the overloaded division operator, and `iterdir`. Although the infinite loop is not resource exhaustive, it prevents the application from responding. The vulnerability was addressed in version 3.19.1 of jaraco/zipp.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-5569",
"url": "https://www.suse.com/security/cve/CVE-2024-5569"
},
{
"category": "external",
"summary": "SUSE Bug 1227547 for CVE-2024-5569",
"url": "https://bugzilla.suse.com/1227547"
}
],
"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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:44Z",
"details": "moderate"
}
],
"title": "CVE-2024-5569"
},
{
"cve": "CVE-2024-6345",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6345"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in the package_index module of pypa/setuptools versions up to 69.1.1 allows for remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system. The issue is fixed in version 70.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6345",
"url": "https://www.suse.com/security/cve/CVE-2024-6345"
},
{
"category": "external",
"summary": "SUSE Bug 1228105 for CVE-2024-6345",
"url": "https://bugzilla.suse.com/1228105"
}
],
"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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:44Z",
"details": "important"
}
],
"title": "CVE-2024-6345"
},
{
"cve": "CVE-2024-6923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6923"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6923",
"url": "https://www.suse.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "SUSE Bug 1228780 for CVE-2024-6923",
"url": "https://bugzilla.suse.com/1228780"
}
],
"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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:44Z",
"details": "important"
}
],
"title": "CVE-2024-6923"
},
{
"cve": "CVE-2024-7592",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-7592"
}
],
"notes": [
{
"category": "general",
"text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-7592",
"url": "https://www.suse.com/security/cve/CVE-2024-7592"
},
{
"category": "external",
"summary": "SUSE Bug 1229596 for CVE-2024-7592",
"url": "https://bugzilla.suse.com/1229596"
}
],
"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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:44Z",
"details": "moderate"
}
],
"title": "CVE-2024-7592"
},
{
"cve": "CVE-2024-8088",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8088"
}
],
"notes": [
{
"category": "general",
"text": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8088",
"url": "https://www.suse.com/security/cve/CVE-2024-8088"
},
{
"category": "external",
"summary": "SUSE Bug 1229704 for CVE-2024-8088",
"url": "https://bugzilla.suse.com/1229704"
}
],
"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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x",
"SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:25:44Z",
"details": "moderate"
}
],
"title": "CVE-2024-8088"
}
]
}
SUSE-SU-2024:4029-1
Vulnerability from csaf_suse - Published: 2024-11-18 13:29 - Updated: 2024-11-18 13:29Summary
Security update for SUSE Manager Salt Bundle
Severity
Important
Notes
Title of the patch: Security update for SUSE Manager Salt Bundle
Description of the patch: This update fixes the following issues:
venv-salt-minion:
- Security fixes on Python 3.11 interpreter:
* CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes
(bsc#1229873, bsc#1230059)
* CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)
* CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)
* CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)
* CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the
certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)
- Security fixes on Python dependencies:
* CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library
(bsc#1227547, bsc#1229996)
* CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)
* CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()
(bsc#1222842, bsc#1229994)
* CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests
when redirecting to a different host (bsc#1226469, bsc#1229654)
- Other bugs fixed:
* Fixed failing x509 tests with OpenSSL < 1.1
* Avoid explicit reading of /etc/salt/minion (bsc#1220357)
* Allow NamedLoaderContexts to be returned from loader
* Reverted the change making reactor less blocking (bsc#1230322)
* Use --cachedir for extension_modules in salt-call (bsc#1226141)
* Prevent using SyncWrapper with no reason
* Enable post_start_cleanup.sh to work in a transaction
* Fixed the SELinux context for Salt Minion service (bsc#1219041)
* Increase warn_until_date date for code we still support
* Avoid crash on wrong output of systemctl version (bsc#1229539)
* Improved error handling with different OpenSSL versions
* Fixed cloud Minion configuration for multiple Masters (bsc#1229109)
* Use Pygit2 id instead of deprecated oid in gitfs
* Added passlib Python module to the bundle
Patchnames: SUSE-2024-4029,SUSE-EL-9-CLIENT-TOOLS-2024-4029
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.8 (Medium)
Affected products
Recommended
50 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
50 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
50 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
50 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
Affected products
Recommended
50 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
50 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
50 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
50 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
50 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
52 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 SUSE Manager Salt Bundle",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\nvenv-salt-minion:\n\n- Security fixes on Python 3.11 interpreter:\n\n * CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes\n (bsc#1229873, bsc#1230059)\n * CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)\n * CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)\n * CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)\n * CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the\n certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)\n\n- Security fixes on Python dependencies:\n\n * CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library\n (bsc#1227547, bsc#1229996)\n * CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)\n * CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()\n (bsc#1222842, bsc#1229994)\n * CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests\n when redirecting to a different host (bsc#1226469, bsc#1229654)\n\n- Other bugs fixed:\n\n * Fixed failing x509 tests with OpenSSL \u003c 1.1 \n * Avoid explicit reading of /etc/salt/minion (bsc#1220357)\n * Allow NamedLoaderContexts to be returned from loader\n * Reverted the change making reactor less blocking (bsc#1230322)\n * Use --cachedir for extension_modules in salt-call (bsc#1226141)\n * Prevent using SyncWrapper with no reason\n * Enable post_start_cleanup.sh to work in a transaction\n * Fixed the SELinux context for Salt Minion service (bsc#1219041)\n * Increase warn_until_date date for code we still support\n * Avoid crash on wrong output of systemctl version (bsc#1229539)\n * Improved error handling with different OpenSSL versions\n * Fixed cloud Minion configuration for multiple Masters (bsc#1229109)\n * Use Pygit2 id instead of deprecated oid in gitfs\n * Added passlib Python module to the bundle\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-4029,SUSE-EL-9-CLIENT-TOOLS-2024-4029",
"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-2024_4029-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:4029-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244029-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:4029-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019825.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219041",
"url": "https://bugzilla.suse.com/1219041"
},
{
"category": "self",
"summary": "SUSE Bug 1220357",
"url": "https://bugzilla.suse.com/1220357"
},
{
"category": "self",
"summary": "SUSE Bug 1222842",
"url": "https://bugzilla.suse.com/1222842"
},
{
"category": "self",
"summary": "SUSE Bug 1226141",
"url": "https://bugzilla.suse.com/1226141"
},
{
"category": "self",
"summary": "SUSE Bug 1226447",
"url": "https://bugzilla.suse.com/1226447"
},
{
"category": "self",
"summary": "SUSE Bug 1226448",
"url": "https://bugzilla.suse.com/1226448"
},
{
"category": "self",
"summary": "SUSE Bug 1226469",
"url": "https://bugzilla.suse.com/1226469"
},
{
"category": "self",
"summary": "SUSE Bug 1227547",
"url": "https://bugzilla.suse.com/1227547"
},
{
"category": "self",
"summary": "SUSE Bug 1228105",
"url": "https://bugzilla.suse.com/1228105"
},
{
"category": "self",
"summary": "SUSE Bug 1228780",
"url": "https://bugzilla.suse.com/1228780"
},
{
"category": "self",
"summary": "SUSE Bug 1229109",
"url": "https://bugzilla.suse.com/1229109"
},
{
"category": "self",
"summary": "SUSE Bug 1229539",
"url": "https://bugzilla.suse.com/1229539"
},
{
"category": "self",
"summary": "SUSE Bug 1229654",
"url": "https://bugzilla.suse.com/1229654"
},
{
"category": "self",
"summary": "SUSE Bug 1229704",
"url": "https://bugzilla.suse.com/1229704"
},
{
"category": "self",
"summary": "SUSE Bug 1229873",
"url": "https://bugzilla.suse.com/1229873"
},
{
"category": "self",
"summary": "SUSE Bug 1229994",
"url": "https://bugzilla.suse.com/1229994"
},
{
"category": "self",
"summary": "SUSE Bug 1229995",
"url": "https://bugzilla.suse.com/1229995"
},
{
"category": "self",
"summary": "SUSE Bug 1229996",
"url": "https://bugzilla.suse.com/1229996"
},
{
"category": "self",
"summary": "SUSE Bug 1230058",
"url": "https://bugzilla.suse.com/1230058"
},
{
"category": "self",
"summary": "SUSE Bug 1230059",
"url": "https://bugzilla.suse.com/1230059"
},
{
"category": "self",
"summary": "SUSE Bug 1230322",
"url": "https://bugzilla.suse.com/1230322"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-0397 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0397/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-3651 page",
"url": "https://www.suse.com/security/cve/CVE-2024-3651/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-37891 page",
"url": "https://www.suse.com/security/cve/CVE-2024-37891/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4032 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4032/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-5569 page",
"url": "https://www.suse.com/security/cve/CVE-2024-5569/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6345 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6345/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6923 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-7592 page",
"url": "https://www.suse.com/security/cve/CVE-2024-7592/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8088 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8088/"
}
],
"title": "Security update for SUSE Manager Salt Bundle",
"tracking": {
"current_release_date": "2024-11-18T13:29:50Z",
"generator": {
"date": "2024-11-18T13:29:50Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:4029-1",
"initial_release_date": "2024-11-18T13:29:50Z",
"revision_history": [
{
"date": "2024-11-18T13:29:50Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-3.11.9-1.26.1.aarch64",
"product": {
"name": "saltbundlepy-3.11.9-1.26.1.aarch64",
"product_id": "saltbundlepy-3.11.9-1.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.9-1.26.1.aarch64",
"product": {
"name": "saltbundlepy-base-3.11.9-1.26.1.aarch64",
"product_id": "saltbundlepy-base-3.11.9-1.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"product": {
"name": "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"product_id": "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"product": {
"name": "saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"product_id": "saltbundlepy-curses-3.11.9-1.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"product": {
"name": "saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"product_id": "saltbundlepy-dbm-3.11.9-1.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"product": {
"name": "saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"product_id": "saltbundlepy-devel-3.11.9-1.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"product": {
"name": "saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"product_id": "saltbundlepy-libs-3.11.9-1.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"product": {
"name": "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"product_id": "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"product": {
"name": "saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"product_id": "saltbundlepy-tools-3.11.9-1.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-1.47.1.aarch64",
"product": {
"name": "venv-salt-minion-3006.0-1.47.1.aarch64",
"product_id": "venv-salt-minion-3006.0-1.47.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-docker-7.0.0-1.8.1.noarch",
"product": {
"name": "saltbundlepy-docker-7.0.0-1.8.1.noarch",
"product_id": "saltbundlepy-docker-7.0.0-1.8.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-idna-3.4-1.9.2.noarch",
"product": {
"name": "saltbundlepy-idna-3.4-1.9.2.noarch",
"product_id": "saltbundlepy-idna-3.4-1.9.2.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"product": {
"name": "saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"product_id": "saltbundlepy-passlib-1.7.4-1.3.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"product": {
"name": "saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"product_id": "saltbundlepy-setuptools-67.7.2-1.12.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"product": {
"name": "saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"product_id": "saltbundlepy-urllib3-2.0.7-1.12.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"product": {
"name": "saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"product_id": "saltbundlepy-zipp-3.15.0-1.9.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-3.11.9-1.26.1.ppc64le",
"product": {
"name": "saltbundlepy-3.11.9-1.26.1.ppc64le",
"product_id": "saltbundlepy-3.11.9-1.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"product": {
"name": "saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"product_id": "saltbundlepy-base-3.11.9-1.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"product": {
"name": "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"product_id": "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"product": {
"name": "saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"product_id": "saltbundlepy-curses-3.11.9-1.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"product": {
"name": "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"product_id": "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"product": {
"name": "saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"product_id": "saltbundlepy-devel-3.11.9-1.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"product": {
"name": "saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"product_id": "saltbundlepy-libs-3.11.9-1.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"product": {
"name": "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"product_id": "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"product": {
"name": "saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"product_id": "saltbundlepy-tools-3.11.9-1.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-1.47.1.ppc64le",
"product": {
"name": "venv-salt-minion-3006.0-1.47.1.ppc64le",
"product_id": "venv-salt-minion-3006.0-1.47.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-3.11.9-1.26.1.s390x",
"product": {
"name": "saltbundlepy-3.11.9-1.26.1.s390x",
"product_id": "saltbundlepy-3.11.9-1.26.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.9-1.26.1.s390x",
"product": {
"name": "saltbundlepy-base-3.11.9-1.26.1.s390x",
"product_id": "saltbundlepy-base-3.11.9-1.26.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"product": {
"name": "saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"product_id": "saltbundlepy-cryptography-3.3.2-1.18.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.9-1.26.1.s390x",
"product": {
"name": "saltbundlepy-curses-3.11.9-1.26.1.s390x",
"product_id": "saltbundlepy-curses-3.11.9-1.26.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"product": {
"name": "saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"product_id": "saltbundlepy-dbm-3.11.9-1.26.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.9-1.26.1.s390x",
"product": {
"name": "saltbundlepy-devel-3.11.9-1.26.1.s390x",
"product_id": "saltbundlepy-devel-3.11.9-1.26.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.9-1.26.1.s390x",
"product": {
"name": "saltbundlepy-libs-3.11.9-1.26.1.s390x",
"product_id": "saltbundlepy-libs-3.11.9-1.26.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"product": {
"name": "saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"product_id": "saltbundlepy-testsuite-3.11.9-1.26.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.9-1.26.1.s390x",
"product": {
"name": "saltbundlepy-tools-3.11.9-1.26.1.s390x",
"product_id": "saltbundlepy-tools-3.11.9-1.26.1.s390x"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-1.47.1.s390x",
"product": {
"name": "venv-salt-minion-3006.0-1.47.1.s390x",
"product_id": "venv-salt-minion-3006.0-1.47.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "saltbundlepy-3.11.9-1.26.1.x86_64",
"product": {
"name": "saltbundlepy-3.11.9-1.26.1.x86_64",
"product_id": "saltbundlepy-3.11.9-1.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.9-1.26.1.x86_64",
"product": {
"name": "saltbundlepy-base-3.11.9-1.26.1.x86_64",
"product_id": "saltbundlepy-base-3.11.9-1.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"product": {
"name": "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"product_id": "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"product": {
"name": "saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"product_id": "saltbundlepy-curses-3.11.9-1.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"product": {
"name": "saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"product_id": "saltbundlepy-dbm-3.11.9-1.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"product": {
"name": "saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"product_id": "saltbundlepy-devel-3.11.9-1.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"product": {
"name": "saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"product_id": "saltbundlepy-libs-3.11.9-1.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"product": {
"name": "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"product_id": "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"product": {
"name": "saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"product_id": "saltbundlepy-tools-3.11.9-1.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-1.47.1.x86_64",
"product": {
"name": "venv-salt-minion-3006.0-1.47.1.x86_64",
"product_id": "venv-salt-minion-3006.0-1.47.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE:EL-9:Update:Products:SaltBundle:Update",
"product": {
"name": "SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update"
}
},
{
"category": "product_name",
"name": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product": {
"name": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64"
},
"product_reference": "saltbundlepy-3.11.9-1.26.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le"
},
"product_reference": "saltbundlepy-3.11.9-1.26.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x"
},
"product_reference": "saltbundlepy-3.11.9-1.26.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64"
},
"product_reference": "saltbundlepy-3.11.9-1.26.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64"
},
"product_reference": "saltbundlepy-base-3.11.9-1.26.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le"
},
"product_reference": "saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x"
},
"product_reference": "saltbundlepy-base-3.11.9-1.26.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64"
},
"product_reference": "saltbundlepy-base-3.11.9-1.26.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64"
},
"product_reference": "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le"
},
"product_reference": "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-cryptography-3.3.2-1.18.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x"
},
"product_reference": "saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64"
},
"product_reference": "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64"
},
"product_reference": "saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le"
},
"product_reference": "saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x"
},
"product_reference": "saltbundlepy-curses-3.11.9-1.26.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64"
},
"product_reference": "saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64"
},
"product_reference": "saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le"
},
"product_reference": "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x"
},
"product_reference": "saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64"
},
"product_reference": "saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64"
},
"product_reference": "saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le"
},
"product_reference": "saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x"
},
"product_reference": "saltbundlepy-devel-3.11.9-1.26.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64"
},
"product_reference": "saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-docker-7.0.0-1.8.1.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch"
},
"product_reference": "saltbundlepy-docker-7.0.0-1.8.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-idna-3.4-1.9.2.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch"
},
"product_reference": "saltbundlepy-idna-3.4-1.9.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64"
},
"product_reference": "saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le"
},
"product_reference": "saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x"
},
"product_reference": "saltbundlepy-libs-3.11.9-1.26.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64"
},
"product_reference": "saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-passlib-1.7.4-1.3.1.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch"
},
"product_reference": "saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-setuptools-67.7.2-1.12.1.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch"
},
"product_reference": "saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64"
},
"product_reference": "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le"
},
"product_reference": "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x"
},
"product_reference": "saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64"
},
"product_reference": "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64"
},
"product_reference": "saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le"
},
"product_reference": "saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x"
},
"product_reference": "saltbundlepy-tools-3.11.9-1.26.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64"
},
"product_reference": "saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-urllib3-2.0.7-1.12.1.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch"
},
"product_reference": "saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-zipp-3.15.0-1.9.2.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch"
},
"product_reference": "saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-1.47.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64"
},
"product_reference": "venv-salt-minion-3006.0-1.47.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-1.47.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le"
},
"product_reference": "venv-salt-minion-3006.0-1.47.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-1.47.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x"
},
"product_reference": "venv-salt-minion-3006.0-1.47.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-1.47.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update",
"product_id": "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
},
"product_reference": "venv-salt-minion-3006.0-1.47.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:SaltBundle:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-1.47.1.aarch64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64"
},
"product_reference": "venv-salt-minion-3006.0-1.47.1.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-1.47.1.ppc64le as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le"
},
"product_reference": "venv-salt-minion-3006.0-1.47.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-1.47.1.s390x as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x"
},
"product_reference": "venv-salt-minion-3006.0-1.47.1.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-1.47.1.x86_64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64"
},
"product_reference": "venv-salt-minion-3006.0-1.47.1.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0397",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-0397"
}
],
"notes": [
{
"category": "general",
"text": "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-0397",
"url": "https://www.suse.com/security/cve/CVE-2024-0397"
},
{
"category": "external",
"summary": "SUSE Bug 1226447 for CVE-2024-0397",
"url": "https://bugzilla.suse.com/1226447"
}
],
"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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:29:50Z",
"details": "moderate"
}
],
"title": "CVE-2024-0397"
},
{
"cve": "CVE-2024-3651",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-3651"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function\u0027s handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-3651",
"url": "https://www.suse.com/security/cve/CVE-2024-3651"
},
{
"category": "external",
"summary": "SUSE Bug 1222842 for CVE-2024-3651",
"url": "https://bugzilla.suse.com/1222842"
}
],
"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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:29:50Z",
"details": "moderate"
}
],
"title": "CVE-2024-3651"
},
{
"cve": "CVE-2024-37891",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-37891"
}
],
"notes": [
{
"category": "general",
"text": " urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-37891",
"url": "https://www.suse.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "SUSE Bug 1226469 for CVE-2024-37891",
"url": "https://bugzilla.suse.com/1226469"
}
],
"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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:29:50Z",
"details": "moderate"
}
],
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-4032",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4032"
}
],
"notes": [
{
"category": "general",
"text": "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn\u0027t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4032",
"url": "https://www.suse.com/security/cve/CVE-2024-4032"
},
{
"category": "external",
"summary": "SUSE Bug 1226448 for CVE-2024-4032",
"url": "https://bugzilla.suse.com/1226448"
}
],
"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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:29:50Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
},
{
"cve": "CVE-2024-5569",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-5569"
}
],
"notes": [
{
"category": "general",
"text": "A Denial of Service (DoS) vulnerability exists in the jaraco/zipp library, affecting all versions prior to 3.19.1. The vulnerability is triggered when processing a specially crafted zip file that leads to an infinite loop. This issue also impacts the zipfile module of CPython, as features from the third-party zipp library are later merged into CPython, and the affected code is identical in both projects. The infinite loop can be initiated through the use of functions affecting the `Path` module in both zipp and zipfile, such as `joinpath`, the overloaded division operator, and `iterdir`. Although the infinite loop is not resource exhaustive, it prevents the application from responding. The vulnerability was addressed in version 3.19.1 of jaraco/zipp.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-5569",
"url": "https://www.suse.com/security/cve/CVE-2024-5569"
},
{
"category": "external",
"summary": "SUSE Bug 1227547 for CVE-2024-5569",
"url": "https://bugzilla.suse.com/1227547"
}
],
"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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:29:50Z",
"details": "moderate"
}
],
"title": "CVE-2024-5569"
},
{
"cve": "CVE-2024-6345",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6345"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in the package_index module of pypa/setuptools versions up to 69.1.1 allows for remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system. The issue is fixed in version 70.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6345",
"url": "https://www.suse.com/security/cve/CVE-2024-6345"
},
{
"category": "external",
"summary": "SUSE Bug 1228105 for CVE-2024-6345",
"url": "https://bugzilla.suse.com/1228105"
}
],
"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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:29:50Z",
"details": "important"
}
],
"title": "CVE-2024-6345"
},
{
"cve": "CVE-2024-6923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6923"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6923",
"url": "https://www.suse.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "SUSE Bug 1228780 for CVE-2024-6923",
"url": "https://bugzilla.suse.com/1228780"
}
],
"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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:29:50Z",
"details": "important"
}
],
"title": "CVE-2024-6923"
},
{
"cve": "CVE-2024-7592",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-7592"
}
],
"notes": [
{
"category": "general",
"text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-7592",
"url": "https://www.suse.com/security/cve/CVE-2024-7592"
},
{
"category": "external",
"summary": "SUSE Bug 1229596 for CVE-2024-7592",
"url": "https://bugzilla.suse.com/1229596"
}
],
"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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:29:50Z",
"details": "moderate"
}
],
"title": "CVE-2024-7592"
},
{
"cve": "CVE-2024-8088",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8088"
}
],
"notes": [
{
"category": "general",
"text": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8088",
"url": "https://www.suse.com/security/cve/CVE-2024-8088"
},
{
"category": "external",
"summary": "SUSE Bug 1229704 for CVE-2024-8088",
"url": "https://bugzilla.suse.com/1229704"
}
],
"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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x",
"SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-18T13:29:50Z",
"details": "moderate"
}
],
"title": "CVE-2024-8088"
}
]
}
SUSE-SU-2025:20065-1
Vulnerability from csaf_suse - Published: 2025-02-03 09:01 - Updated: 2025-02-03 09:01Summary
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-2024-8088: Fixed a denial of service in zipfile (bsc#1229704)
- CVE-2024-6232: Fixed a ReDos via excessive backtracking while parsing header values (bsc#1230227)
- CVE-2024-7592: Fixed a denial of service in the http.cookies module (bsc#1229596)
Patchnames: SUSE-SLE-Micro-6.0-87
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.8-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.8-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.8-4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.8-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.8-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.8-4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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.8-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.8-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.8-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.8-4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.8-4.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-2024-8088: Fixed a denial of service in zipfile (bsc#1229704)\n- CVE-2024-6232: Fixed a ReDos via excessive backtracking while parsing header values (bsc#1230227)\n- CVE-2024-7592: Fixed a denial of service in the http.cookies module (bsc#1229596)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-87",
"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_20065-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20065-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520065-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20065-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021256.html"
},
{
"category": "self",
"summary": "SUSE Bug 1229596",
"url": "https://bugzilla.suse.com/1229596"
},
{
"category": "self",
"summary": "SUSE Bug 1229704",
"url": "https://bugzilla.suse.com/1229704"
},
{
"category": "self",
"summary": "SUSE Bug 1230227",
"url": "https://bugzilla.suse.com/1230227"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6232 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6232/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-7592 page",
"url": "https://www.suse.com/security/cve/CVE-2024-7592/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8088 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8088/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2025-02-03T09:01:09Z",
"generator": {
"date": "2025-02-03T09:01:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20065-1",
"initial_release_date": "2025-02-03T09:01:09Z",
"revision_history": [
{
"date": "2025-02-03T09:01:09Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.8-4.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.8-4.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.8-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.8-4.1.aarch64",
"product": {
"name": "python311-3.11.8-4.1.aarch64",
"product_id": "python311-3.11.8-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.8-4.1.aarch64",
"product": {
"name": "python311-base-3.11.8-4.1.aarch64",
"product_id": "python311-base-3.11.8-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.8-4.1.aarch64",
"product": {
"name": "python311-curses-3.11.8-4.1.aarch64",
"product_id": "python311-curses-3.11.8-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.8-4.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.8-4.1.s390x",
"product_id": "libpython3_11-1_0-3.11.8-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.8-4.1.s390x",
"product": {
"name": "python311-3.11.8-4.1.s390x",
"product_id": "python311-3.11.8-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.8-4.1.s390x",
"product": {
"name": "python311-base-3.11.8-4.1.s390x",
"product_id": "python311-base-3.11.8-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.8-4.1.s390x",
"product": {
"name": "python311-curses-3.11.8-4.1.s390x",
"product_id": "python311-curses-3.11.8-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.8-4.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.8-4.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.8-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.8-4.1.x86_64",
"product": {
"name": "python311-3.11.8-4.1.x86_64",
"product_id": "python311-3.11.8-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.8-4.1.x86_64",
"product": {
"name": "python311-base-3.11.8-4.1.x86_64",
"product_id": "python311-base-3.11.8-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.8-4.1.x86_64",
"product": {
"name": "python311-curses-3.11.8-4.1.x86_64",
"product_id": "python311-curses-3.11.8-4.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.8-4.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.8-4.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.8-4.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.8-4.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.8-4.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.8-4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.8-4.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.8-4.1.aarch64"
},
"product_reference": "python311-3.11.8-4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.8-4.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.8-4.1.s390x"
},
"product_reference": "python311-3.11.8-4.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.8-4.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.8-4.1.x86_64"
},
"product_reference": "python311-3.11.8-4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.8-4.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.aarch64"
},
"product_reference": "python311-base-3.11.8-4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.8-4.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.s390x"
},
"product_reference": "python311-base-3.11.8-4.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.8-4.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.x86_64"
},
"product_reference": "python311-base-3.11.8-4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.8-4.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.aarch64"
},
"product_reference": "python311-curses-3.11.8-4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.8-4.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.s390x"
},
"product_reference": "python311-curses-3.11.8-4.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.8-4.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.x86_64"
},
"product_reference": "python311-curses-3.11.8-4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6232",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6232"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6232",
"url": "https://www.suse.com/security/cve/CVE-2024-6232"
},
{
"category": "external",
"summary": "SUSE Bug 1230227 for CVE-2024-6232",
"url": "https://bugzilla.suse.com/1230227"
}
],
"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.8-4.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/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.8-4.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-03T09:01:09Z",
"details": "important"
}
],
"title": "CVE-2024-6232"
},
{
"cve": "CVE-2024-7592",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-7592"
}
],
"notes": [
{
"category": "general",
"text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-7592",
"url": "https://www.suse.com/security/cve/CVE-2024-7592"
},
{
"category": "external",
"summary": "SUSE Bug 1229596 for CVE-2024-7592",
"url": "https://bugzilla.suse.com/1229596"
}
],
"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.8-4.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-03T09:01:09Z",
"details": "moderate"
}
],
"title": "CVE-2024-7592"
},
{
"cve": "CVE-2024-8088",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8088"
}
],
"notes": [
{
"category": "general",
"text": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8088",
"url": "https://www.suse.com/security/cve/CVE-2024-8088"
},
{
"category": "external",
"summary": "SUSE Bug 1229704 for CVE-2024-8088",
"url": "https://bugzilla.suse.com/1229704"
}
],
"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.8-4.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.8-4.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.8-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-03T09:01:09Z",
"details": "moderate"
}
],
"title": "CVE-2024-8088"
}
]
}
SUSE-SU-2025:20154-1
Vulnerability from csaf_suse - Published: 2025-03-19 11:31 - Updated: 2025-03-19 11:31Summary
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:
- Skip PGO with %want_reproducible_builds (bsc#1239210)
- CVE-2025-0938: Disallows square brackets ([ and ]) in domain names for parsed
URLs (bsc#1236705).
- Configure externally_managed with a bcond (bsc#1228165).
- Update to 3.11.11:
- Tools/Demos
- gh-123418: Update GitHub CI workflows to use OpenSSL 3.0.15
and multissltests to use 3.0.15, 3.1.7, and 3.2.3.
- Tests
- gh-125041: Re-enable skipped tests for zlib on the
s390x architecture: only skip checks of the compressed
bytes, which can be different between zlib’s software
implementation and the hardware-accelerated implementation.
- Security
- gh-126623: Upgrade libexpat to 2.6.4
- gh-122792: Changed IPv4-mapped ipaddress.IPv6Address to
consistently use the mapped IPv4 address value for deciding
properties. Properties which have their behavior fixed are
is_multicast, is_reserved, is_link_local, is_global, and
is_unspecified.
- Library
- gh-124651: Properly quote template strings in venv
activation scripts (bsc#1232241, CVE-2024-9287).
- Remove -IVendor/ from python-config (bsc#1231795)
- CVE-2024-9287: Properly quote path names provided when creating a
virtual environment (bsc#1232241)
- Drop .pyc files from docdir for reproducible builds
(bsc#1230906).
- Update to 3.11.10:
- Security
- gh-123678: Upgrade libexpat to 2.6.3
- gh-121957: Fixed missing audit events around interactive
use of Python, now also properly firing for ``python -i``,
as well as for ``python -m asyncio``. The event in question
is ``cpython.run_stdin``.
- gh-122133: Authenticate the socket connection for the
``socket.socketpair()`` fallback on platforms where
``AF_UNIX`` is not available like Windows. Patch by
Gregory P. Smith <greg@krypto.org> and Seth Larson
<seth@python.org>. Reported by Ellie <el@horse64.org>
- gh-121285: Remove backtracking from tarfile header parsing
for ``hdrcharset``, PAX, and GNU sparse headers
(bsc#1230227, CVE-2024-6232).
- gh-118486: :func:`os.mkdir` on Windows now accepts
*mode* of ``0o700`` to restrict the new directory to
the current user. This fixes CVE-2024-4030 affecting
:func:`tempfile.mkdtemp` in scenarios where the base
temporary directory is more permissive than the default.
- gh-116741: Update bundled libexpat to 2.6.2
- Library
- gh-123270: Applied a more surgical fix for malformed
payloads in :class:`zipfile.Path` causing infinite loops
(gh-122905) without breaking contents using legitimate
characters (bsc#1229704, CVE-2024-8088).
- gh-123067: Fix quadratic complexity in parsing ``"``-quoted
cookie values with backslashes by :mod:`http.cookies`
(bsc#1229596, CVE-2024-7592).
- gh-122905: :class:`zipfile.Path` objects now sanitize names
from the zipfile.
- gh-121650: :mod:`email` headers with embedded newlines are
now quoted on output. The :mod:`~email.generator` will now
refuse to serialize (write) headers that are unsafely folded
or delimited; see :attr:`~email.policy.Policy.verify_generated_headers`.
(Contributed by Bas Bloemsaat and Petr Viktorin in
:gh:`121650`; CVE-2024-6923, bsc#1228780).
- gh-119506: Fix :meth:`!io.TextIOWrapper.write` method
breaks internal buffer when the method is called again
during flushing internal buffer.
- gh-118643: Fix an AttributeError in the :mod:`email` module
when re-fold a long address list. Also fix more cases of
incorrect encoding of the address separator in the address
list.
- gh-113171: Fixed various false positives and false
negatives in * :attr:`ipaddress.IPv4Address.is_private`
(see these docs for details) *
:attr:`ipaddress.IPv4Address.is_global` *
:attr:`ipaddress.IPv6Address.is_private` *
:attr:`ipaddress.IPv6Address.is_global` Also in the
corresponding :class:`ipaddress.IPv4Network` and
:class:`ipaddress.IPv6Network` attributes.
Fixes bsc#1226448 (CVE-2024-4032).
- gh-102988: :func:`email.utils.getaddresses` and
:func:`email.utils.parseaddr` now return ``('', '')``
2-tuples in more situations where invalid email addresses
are encountered instead of potentially inaccurate
values. Add optional *strict* parameter to these two
functions: use ``strict=False`` to get the old behavior,
accept malformed inputs. ``getattr(email.utils,
'supports_strict_parsing', False)`` can be use to check if
the *strict* paramater is available. Patch by Thomas Dwyer
and Victor Stinner to improve the CVE-2023-27043 fix
(bsc#1210638).
- gh-67693: Fix :func:`urllib.parse.urlunparse` and
:func:`urllib.parse.urlunsplit` for URIs with path starting
with multiple slashes and no authority. Based on patch by
Ashwin Ramaswami.
- Core and Builtins
- gh-112275: A deadlock involving ``pystate.c``'s
``HEAD_LOCK`` in ``posixmodule.c`` at fork is now
fixed. Patch by ChuBoning based on previous Python 3.12 fix
by Victor Stinner.
- gh-109120: Added handle of incorrect star expressions, e.g
``f(3, *)``. Patch by Grigoryev Semyon
- CVE-2024-8088: Prevent malformed payload to cause infinite loops in
zipfile.Path (bsc#1229704).
- Make pip and modern tools install directly in /usr/local when used by the user.
(bsc#1225660).
- CVE-2024-4032: Fix rearranging definition of private v global IP addresses (bsc#1226448).
- Update to 3.11.9:
* Security
- gh-115398: Allow controlling Expat >=2.6.0 reparse deferral
(CVE-2023-52425, bsc#1219559) by adding five new methods:
xml.etree.ElementTree.XMLParser.flush()
xml.etree.ElementTree.XMLPullParser.flush()
xml.parsers.expat.xmlparser.GetReparseDeferralEnabled()
xml.parsers.expat.xmlparser.SetReparseDeferralEnabled()
xml.sax.expatreader.ExpatParser.flush()
- gh-115399: Update bundled libexpat to 2.6.0
- gh-115243: Fix possible crashes in collections.deque.index()
when the deque is concurrently modified.
- gh-114572: ssl.SSLContext.cert_store_stats() and
ssl.SSLContext.get_ca_certs() now correctly lock access to the
certificate store, when the ssl.SSLContext is shared across
multiple threads (bsc#1226447, CVE-2024-0397).
* Core and Builtins
- gh-116296: Fix possible refleak in object.__reduce__() internal
error handling.
- gh-116034: Fix location of the error on a failed assertion.
- gh-115823: Properly calculate error ranges in the parser when
raising SyntaxError exceptions caused by invalid byte sequences.
Patch by Pablo Galindo
- gh-112087: For an empty reverse iterator for list will be
reduced to reversed(). Patch by Donghee Na.
- gh-115011: Setters for members with an unsigned integer type now
support the same range of valid values for objects that has a
__index__() method as for int.
- gh-96497: Fix incorrect resolution of mangled class variables
used in assignment expressions in comprehensions.
* Library
- gh-117310: Fixed an unlikely early & extra Py_DECREF triggered
crash in ssl when creating a new _ssl._SSLContext if CPython was
built implausibly such that the default cipher list is empty or
the SSL library it was linked against reports a failure from its
C SSL_CTX_set_cipher_list() API.
- gh-117178: Fix regression in lazy loading of self-referential
modules, introduced in gh-114781.
- gh-117084: Fix zipfile extraction for directory entries with the
name containing backslashes on Windows.
- gh-117110: Fix a bug that prevents subclasses of typing.Any to
be instantiated with arguments. Patch by Chris Fu.
- gh-90872: On Windows, subprocess.Popen.wait() no longer calls
WaitForSingleObject() with a negative timeout: pass 0 ms if the
timeout is negative. Patch by Victor Stinner.
- gh-116957: configparser: Don’t leave ConfigParser values in an
invalid state (stored as a list instead of a str) after an
earlier read raised DuplicateSectionError or
DuplicateOptionError.
- gh-90095: Ignore empty lines and comments in .pdbrc
- gh-116764: Restore support of None and other false values in
urllib.parse functions parse_qs() and parse_qsl(). Also, they
now raise a TypeError for non-zero integers and non-empty
sequences.
- gh-116811: In PathFinder.invalidate_caches, delegate to
MetadataPathFinder.invalidate_caches.
- gh-116600: Fix repr() for global Flag members.
- gh-116484: Change automatically generated tkinter.Checkbutton
widget names to avoid collisions with automatically generated
tkinter.ttk.Checkbutton widget names within the same parent
widget.
- gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on
opening named pipe.
- gh-116143: Fix a race in pydoc _start_server, eliminating a
window in which _start_server can return a thread that is
“serving” but without a docserver set.
- gh-116325: typing: raise SyntaxError instead of AttributeError
on forward references as empty strings.
- gh-90535: Fix support of interval values > 1 in
logging.TimedRotatingFileHandler for when='MIDNIGHT' and
when='Wx'.
- gh-115978: Disable preadv(), readv(), pwritev(), and writev() on
WASI.
- Under wasmtime for WASI 0.2, these functions don’t pass
test_posix
(https://github.com/bytecodealliance/wasmtime/issues/7830).
- gh-88352: Fix the computation of the next rollover time in the
logging.TimedRotatingFileHandler handler. computeRollover() now
always returns a timestamp larger than the specified time and
works correctly during the DST change. doRollover() no longer
overwrite the already rolled over file, saving from data loss
when run at midnight or during repeated time at the DST change.
- gh-87115: Set __main__.__spec__ to None when running a script
with pdb
- gh-76511: Fix UnicodeEncodeError in email.Message.as_string()
that results when a message that claims to be in the ascii
character set actually has non-ascii characters. Non-ascii
characters are now replaced with the U+FFFD replacement
character, like in the replace error handler.
- gh-75988: Fixed unittest.mock.create_autospec() to pass the call
through to the wrapped object to return the real result.
- gh-115881: Fix issue where ast.parse() would incorrectly flag
conditional context managers (such as with (x() if y else z()):
...) as invalid syntax if feature_version=(3, 8) was passed.
This reverts changes to the grammar made as part of gh-94949.
- gh-115886: Fix silent truncation of the name with an embedded
null character in multiprocessing.shared_memory.SharedMemory.
- gh-115809: Improve algorithm for computing which rolled-over log
files to delete in logging.TimedRotatingFileHandler. It is now
reliable for handlers without namer and with arbitrary
deterministic namer that leaves the datetime part in the file
name unmodified.
- gh-74668: urllib.parse functions parse_qs() and parse_qsl() now
support bytes arguments containing raw and percent-encoded
non-ASCII data.
- gh-67044: csv.writer() now always quotes or escapes '\r' and
'\n', regardless of lineterminator value.
- gh-115712: csv.writer() now quotes empty fields if delimiter is
a space and skipinitialspace is true and raises exception if
quoting is not possible.
- gh-115618: Fix improper decreasing the reference count for None
argument in property methods getter(), setter() and deleter().
- gh-115570: A DeprecationWarning is no longer omitted on access
to the __doc__ attributes of the deprecated typing.io and
typing.re pseudo-modules.
- gh-112006: Fix inspect.unwrap() for types with the __wrapper__
data descriptor.
- gh-101293: Support callables with the __call__() method and
types with __new__() and __init__() methods set to class
methods, static methods, bound methods, partial functions, and
other types of methods and descriptors in
inspect.Signature.from_callable().
- gh-115392: Fix a bug in doctest where incorrect line numbers
would be reported for decorated functions.
- gh-114563: Fix several format() bugs when using the C
implementation of Decimal: * memory leak in some rare cases when
using the z format option (coerce negative 0) * incorrect output
when applying the z format option to type F (fixed-point with
capital NAN / INF) * incorrect output when applying the # format
option (alternate form)
- gh-115197: urllib.request no longer resolves the hostname before
checking it against the system’s proxy bypass list on macOS and
Windows.
- gh-115198: Fix support of Docutils >= 0.19 in distutils.
- gh-115165: Most exceptions are now ignored when attempting to
set the __orig_class__ attribute on objects returned when
calling typing generic aliases (including generic aliases
created using typing.Annotated). Previously only AttributeError
was ignored. Patch by Dave Shawley.
- gh-115133: Fix tests for XMLPullParser with Expat 2.6.0.
- gh-115059: io.BufferedRandom.read1() now flushes the underlying
write buffer.
- gh-79382: Trailing ** no longer allows to match files and
non-existing paths in recursive glob().
- gh-114763: Protect modules loaded with importlib.util.LazyLoader
from race conditions when multiple threads try to access
attributes before the loading is complete.
- gh-97959: Fix rendering class methods, bound methods, method and
function aliases in pydoc. Class methods no longer have “method
of builtins.type instance” note. Corresponding notes are now
added for class and unbound methods. Method and function aliases
now have references to the module or the class where the origin
was defined if it differs from the current. Bound methods are
now listed in the static methods section. Methods of builtin
classes are now supported as well as methods of Python classes.
- gh-112281: Allow creating union of types for typing.Annotated
with unhashable metadata.
- gh-111775: Fix importlib.resources.simple.ResourceHandle.open()
for text mode, added missed stream argument.
- gh-90095: Make .pdbrc and -c work with any valid pdb commands.
- gh-107155: Fix incorrect output of help(x) where x is a lambda
function, which has an __annotations__ dictionary attribute with
a "return" key.
- gh-105866: Fixed _get_slots bug which caused error when defining
dataclasses with slots and a weakref_slot.
- gh-60346: Fix ArgumentParser inconsistent with parse_known_args.
- gh-100985: Update HTTPSConnection to consistently wrap IPv6
Addresses when using a proxy.
- gh-100884: email: fix misfolding of comma in address-lists
over multiple lines in combination with unicode encoding
(bsc#1238450 CVE-2025-1795)
- gh-95782: Fix io.BufferedReader.tell(),
io.BufferedReader.seek(), _pyio.BufferedReader.tell(),
io.BufferedRandom.tell(), io.BufferedRandom.seek() and
_pyio.BufferedRandom.tell() being able to return negative
offsets.
- gh-96310: Fix a traceback in argparse when all options in a
mutually exclusive group are suppressed.
- gh-93205: Fixed a bug in
logging.handlers.TimedRotatingFileHandler where multiple
rotating handler instances pointing to files with the same name
but different extensions would conflict and not delete the
correct files.
- bpo-44865: Add missing call to localization function in
argparse.
- bpo-43952: Fix multiprocessing.connection.Listener.accept() to
accept empty bytes as authkey. Not accepting empty bytes as key
causes it to hang indefinitely.
- bpo-42125: linecache: get module name from __spec__ if
available. This allows getting source code for the __main__
module when a custom loader is used.
- gh-66543: Make mimetypes.guess_type() properly parsing of URLs
with only a host name, URLs containing fragment or query, and
filenames with only a UNC sharepoint on Windows. Based on patch
by Dong-hee Na.
- bpo-33775: Add ‘default’ and ‘version’ help text for
localization in argparse.
* Documentation
- gh-115399: Document CVE-2023-52425 of Expat <2.6.0 under “XML
vulnerabilities”.
- gh-115233: Fix an example for LoggerAdapter in the Logging
Cookbook.
* Tests
- gh-83434: Disable JUnit XML output (--junit-xml=FILE command
line option) in regrtest when hunting for reference leaks (-R
option). Patch by Victor Stinner.
- gh-117187: Fix XML tests for vanilla Expat <2.6.0.
- gh-115979: Update test_importlib so that it passes under WASI
SDK 21.
- gh-116307: Added import helper isolated_modules as CleanImport
does not remove modules imported during the context.
- gh-115720: Leak tests (-R, --huntrleaks) now show a summary of
the number of leaks found in each iteration.
- gh-115122: Add --bisect option to regrtest test runner: run
failed tests with test.bisect_cmd to identify failing tests.
Patch by Victor Stinner.
- gh-115596: Fix ProgramPriorityTests in test_os permanently
changing the process priority.
- gh-115198: Fix test_check_metadata_deprecate in distutils tests
with a newer Docutils.
* Build
- gh-116313: Get WASI builds to work under wasmtime 18 w/ WASI
0.2/preview2 primitives.
- gh-115167: Avoid vendoring vcruntime140_threads.dll when
building with Visual Studio 2022 version 17.8.
* Windows
- gh-116773: Fix instances of <_overlapped.Overlapped object at
0xXXX> still has pending operation at deallocation, the process
may crash.
- gh-91227: Fix the asyncio ProactorEventLoop implementation so
that sending a datagram to an address that is not listening does
not prevent receiving any more datagrams.
- gh-115554: The installer now has more strict rules about
updating the Python Launcher for Windows. In general, most users
only have a single launcher installed and will see no
difference. When multiple launchers have been installed, the
option to install the launcher is disabled until all but one
have been removed. Downgrading the launcher (which was never
allowed) is now more obviously blocked.
- gh-115543: Python Launcher for Windows can now detect Python
3.13 when installed from the Microsoft Store, and will install
Python 3.12 by default when PYLAUNCHER_ALLOW_INSTALL is set.
- gh-115009: Update Windows installer to use SQLite 3.45.1.
* IDLE
- gh-88516: On macOS show a proxy icon in the title bar of editor
windows to match platform behaviour.
* Tools/Demos
- gh-113516: Don’t set LDSHARED when building for WASI.
* C API
- gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows
64-bit platforms.
- Add reference to CVE-2024-0450 (bsc#1221854) to changelog.
Patchnames: SUSE-SLE-Micro-6.0-253
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.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
7.5 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
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.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.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.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.2 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.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.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
7.5 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
94 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- Skip PGO with %want_reproducible_builds (bsc#1239210)\n\n- CVE-2025-0938: Disallows square brackets ([ and ]) in domain names for parsed\n URLs (bsc#1236705).\n\n- Configure externally_managed with a bcond (bsc#1228165).\n\n- Update to 3.11.11:\n - Tools/Demos\n - gh-123418: Update GitHub CI workflows to use OpenSSL 3.0.15\n and multissltests to use 3.0.15, 3.1.7, and 3.2.3.\n - Tests\n - gh-125041: Re-enable skipped tests for zlib on the\n s390x architecture: only skip checks of the compressed\n bytes, which can be different between zlib\u2019s software\n implementation and the hardware-accelerated implementation.\n - Security\n - gh-126623: Upgrade libexpat to 2.6.4\n - gh-122792: Changed IPv4-mapped ipaddress.IPv6Address to\n consistently use the mapped IPv4 address value for deciding\n properties. Properties which have their behavior fixed are\n is_multicast, is_reserved, is_link_local, is_global, and\n is_unspecified.\n - Library\n - gh-124651: Properly quote template strings in venv\n activation scripts (bsc#1232241, CVE-2024-9287).\n\n- Remove -IVendor/ from python-config (bsc#1231795)\n\n- CVE-2024-9287: Properly quote path names provided when creating a\n virtual environment (bsc#1232241)\n\n- Drop .pyc files from docdir for reproducible builds\n (bsc#1230906).\n\n- Update to 3.11.10:\n - Security\n - gh-123678: Upgrade libexpat to 2.6.3\n - gh-121957: Fixed missing audit events around interactive\n use of Python, now also properly firing for ``python -i``,\n as well as for ``python -m asyncio``. The event in question\n is ``cpython.run_stdin``.\n - gh-122133: Authenticate the socket connection for the\n ``socket.socketpair()`` fallback on platforms where\n ``AF_UNIX`` is not available like Windows. Patch by\n Gregory P. Smith \u003cgreg@krypto.org\u003e and Seth Larson\n \u003cseth@python.org\u003e. Reported by Ellie \u003cel@horse64.org\u003e\n - gh-121285: Remove backtracking from tarfile header parsing\n for ``hdrcharset``, PAX, and GNU sparse headers\n (bsc#1230227, CVE-2024-6232).\n - gh-118486: :func:`os.mkdir` on Windows now accepts\n *mode* of ``0o700`` to restrict the new directory to\n the current user. This fixes CVE-2024-4030 affecting\n :func:`tempfile.mkdtemp` in scenarios where the base\n temporary directory is more permissive than the default.\n - gh-116741: Update bundled libexpat to 2.6.2\n - Library\n - gh-123270: Applied a more surgical fix for malformed\n payloads in :class:`zipfile.Path` causing infinite loops\n (gh-122905) without breaking contents using legitimate\n characters (bsc#1229704, CVE-2024-8088).\n - gh-123067: Fix quadratic complexity in parsing ``\"``-quoted\n cookie values with backslashes by :mod:`http.cookies`\n (bsc#1229596, CVE-2024-7592).\n - gh-122905: :class:`zipfile.Path` objects now sanitize names\n from the zipfile.\n - gh-121650: :mod:`email` headers with embedded newlines are\n now quoted on output. The :mod:`~email.generator` will now\n refuse to serialize (write) headers that are unsafely folded\n or delimited; see :attr:`~email.policy.Policy.verify_generated_headers`.\n (Contributed by Bas Bloemsaat and Petr Viktorin in\n :gh:`121650`; CVE-2024-6923, bsc#1228780).\n - gh-119506: Fix :meth:`!io.TextIOWrapper.write` method\n breaks internal buffer when the method is called again\n during flushing internal buffer.\n - gh-118643: Fix an AttributeError in the :mod:`email` module\n when re-fold a long address list. Also fix more cases of\n incorrect encoding of the address separator in the address\n list.\n - gh-113171: Fixed various false positives and false\n negatives in * :attr:`ipaddress.IPv4Address.is_private`\n (see these docs for details) *\n :attr:`ipaddress.IPv4Address.is_global` *\n :attr:`ipaddress.IPv6Address.is_private` *\n :attr:`ipaddress.IPv6Address.is_global` Also in the\n corresponding :class:`ipaddress.IPv4Network` and\n :class:`ipaddress.IPv6Network` attributes.\n Fixes bsc#1226448 (CVE-2024-4032).\n - gh-102988: :func:`email.utils.getaddresses` and\n :func:`email.utils.parseaddr` now return ``(\u0027\u0027, \u0027\u0027)``\n 2-tuples in more situations where invalid email addresses\n are encountered instead of potentially inaccurate\n values. Add optional *strict* parameter to these two\n functions: use ``strict=False`` to get the old behavior,\n accept malformed inputs. ``getattr(email.utils,\n \u0027supports_strict_parsing\u0027, False)`` can be use to check if\n the *strict* paramater is available. Patch by Thomas Dwyer\n and Victor Stinner to improve the CVE-2023-27043 fix\n (bsc#1210638).\n - gh-67693: Fix :func:`urllib.parse.urlunparse` and\n :func:`urllib.parse.urlunsplit` for URIs with path starting\n with multiple slashes and no authority. Based on patch by\n Ashwin Ramaswami.\n - Core and Builtins\n - gh-112275: A deadlock involving ``pystate.c``\u0027s\n ``HEAD_LOCK`` in ``posixmodule.c`` at fork is now\n fixed. Patch by ChuBoning based on previous Python 3.12 fix\n by Victor Stinner.\n - gh-109120: Added handle of incorrect star expressions, e.g\n ``f(3, *)``. Patch by Grigoryev Semyon\n\n\n- CVE-2024-8088: Prevent malformed payload to cause infinite loops in\n zipfile.Path (bsc#1229704).\n\n- Make pip and modern tools install directly in /usr/local when used by the user.\n (bsc#1225660).\n \n- CVE-2024-4032: Fix rearranging definition of private v global IP addresses (bsc#1226448).\n\n- Update to 3.11.9:\n * Security\n - gh-115398: Allow controlling Expat \u003e=2.6.0 reparse deferral\n (CVE-2023-52425, bsc#1219559) by adding five new methods:\n xml.etree.ElementTree.XMLParser.flush()\n xml.etree.ElementTree.XMLPullParser.flush()\n xml.parsers.expat.xmlparser.GetReparseDeferralEnabled()\n xml.parsers.expat.xmlparser.SetReparseDeferralEnabled()\n xml.sax.expatreader.ExpatParser.flush()\n - gh-115399: Update bundled libexpat to 2.6.0\n - gh-115243: Fix possible crashes in collections.deque.index()\n when the deque is concurrently modified.\n - gh-114572: ssl.SSLContext.cert_store_stats() and\n ssl.SSLContext.get_ca_certs() now correctly lock access to the\n certificate store, when the ssl.SSLContext is shared across\n multiple threads (bsc#1226447, CVE-2024-0397).\n * Core and Builtins\n - gh-116296: Fix possible refleak in object.__reduce__() internal\n error handling.\n - gh-116034: Fix location of the error on a failed assertion.\n - gh-115823: Properly calculate error ranges in the parser when\n raising SyntaxError exceptions caused by invalid byte sequences.\n Patch by Pablo Galindo\n - gh-112087: For an empty reverse iterator for list will be\n reduced to reversed(). Patch by Donghee Na.\n - gh-115011: Setters for members with an unsigned integer type now\n support the same range of valid values for objects that has a\n __index__() method as for int.\n - gh-96497: Fix incorrect resolution of mangled class variables\n used in assignment expressions in comprehensions.\n * Library\n - gh-117310: Fixed an unlikely early \u0026 extra Py_DECREF triggered\n crash in ssl when creating a new _ssl._SSLContext if CPython was\n built implausibly such that the default cipher list is empty or\n the SSL library it was linked against reports a failure from its\n C SSL_CTX_set_cipher_list() API.\n - gh-117178: Fix regression in lazy loading of self-referential\n modules, introduced in gh-114781.\n - gh-117084: Fix zipfile extraction for directory entries with the\n name containing backslashes on Windows.\n - gh-117110: Fix a bug that prevents subclasses of typing.Any to\n be instantiated with arguments. Patch by Chris Fu.\n - gh-90872: On Windows, subprocess.Popen.wait() no longer calls\n WaitForSingleObject() with a negative timeout: pass 0 ms if the\n timeout is negative. Patch by Victor Stinner.\n - gh-116957: configparser: Don\u2019t leave ConfigParser values in an\n invalid state (stored as a list instead of a str) after an\n earlier read raised DuplicateSectionError or\n DuplicateOptionError.\n - gh-90095: Ignore empty lines and comments in .pdbrc\n - gh-116764: Restore support of None and other false values in\n urllib.parse functions parse_qs() and parse_qsl(). Also, they\n now raise a TypeError for non-zero integers and non-empty\n sequences.\n - gh-116811: In PathFinder.invalidate_caches, delegate to\n MetadataPathFinder.invalidate_caches.\n - gh-116600: Fix repr() for global Flag members.\n - gh-116484: Change automatically generated tkinter.Checkbutton\n widget names to avoid collisions with automatically generated\n tkinter.ttk.Checkbutton widget names within the same parent\n widget.\n - gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on\n opening named pipe.\n - gh-116143: Fix a race in pydoc _start_server, eliminating a\n window in which _start_server can return a thread that is\n \u201cserving\u201d but without a docserver set.\n - gh-116325: typing: raise SyntaxError instead of AttributeError\n on forward references as empty strings.\n - gh-90535: Fix support of interval values \u003e 1 in\n logging.TimedRotatingFileHandler for when=\u0027MIDNIGHT\u0027 and\n when=\u0027Wx\u0027.\n - gh-115978: Disable preadv(), readv(), pwritev(), and writev() on\n WASI.\n - Under wasmtime for WASI 0.2, these functions don\u2019t pass\n test_posix\n (https://github.com/bytecodealliance/wasmtime/issues/7830).\n - gh-88352: Fix the computation of the next rollover time in the\n logging.TimedRotatingFileHandler handler. computeRollover() now\n always returns a timestamp larger than the specified time and\n works correctly during the DST change. doRollover() no longer\n overwrite the already rolled over file, saving from data loss\n when run at midnight or during repeated time at the DST change.\n - gh-87115: Set __main__.__spec__ to None when running a script\n with pdb\n - gh-76511: Fix UnicodeEncodeError in email.Message.as_string()\n that results when a message that claims to be in the ascii\n character set actually has non-ascii characters. Non-ascii\n characters are now replaced with the U+FFFD replacement\n character, like in the replace error handler.\n - gh-75988: Fixed unittest.mock.create_autospec() to pass the call\n through to the wrapped object to return the real result.\n - gh-115881: Fix issue where ast.parse() would incorrectly flag\n conditional context managers (such as with (x() if y else z()):\n ...) as invalid syntax if feature_version=(3, 8) was passed.\n This reverts changes to the grammar made as part of gh-94949.\n - gh-115886: Fix silent truncation of the name with an embedded\n null character in multiprocessing.shared_memory.SharedMemory.\n - gh-115809: Improve algorithm for computing which rolled-over log\n files to delete in logging.TimedRotatingFileHandler. It is now\n reliable for handlers without namer and with arbitrary\n deterministic namer that leaves the datetime part in the file\n name unmodified.\n - gh-74668: urllib.parse functions parse_qs() and parse_qsl() now\n support bytes arguments containing raw and percent-encoded\n non-ASCII data.\n - gh-67044: csv.writer() now always quotes or escapes \u0027\\r\u0027 and\n \u0027\\n\u0027, regardless of lineterminator value.\n - gh-115712: csv.writer() now quotes empty fields if delimiter is\n a space and skipinitialspace is true and raises exception if\n quoting is not possible.\n - gh-115618: Fix improper decreasing the reference count for None\n argument in property methods getter(), setter() and deleter().\n - gh-115570: A DeprecationWarning is no longer omitted on access\n to the __doc__ attributes of the deprecated typing.io and\n typing.re pseudo-modules.\n - gh-112006: Fix inspect.unwrap() for types with the __wrapper__\n data descriptor.\n - gh-101293: Support callables with the __call__() method and\n types with __new__() and __init__() methods set to class\n methods, static methods, bound methods, partial functions, and\n other types of methods and descriptors in\n inspect.Signature.from_callable().\n - gh-115392: Fix a bug in doctest where incorrect line numbers\n would be reported for decorated functions.\n - gh-114563: Fix several format() bugs when using the C\n implementation of Decimal: * memory leak in some rare cases when\n using the z format option (coerce negative 0) * incorrect output\n when applying the z format option to type F (fixed-point with\n capital NAN / INF) * incorrect output when applying the # format\n option (alternate form)\n - gh-115197: urllib.request no longer resolves the hostname before\n checking it against the system\u2019s proxy bypass list on macOS and\n Windows.\n - gh-115198: Fix support of Docutils \u003e= 0.19 in distutils.\n - gh-115165: Most exceptions are now ignored when attempting to\n set the __orig_class__ attribute on objects returned when\n calling typing generic aliases (including generic aliases\n created using typing.Annotated). Previously only AttributeError\n was ignored. Patch by Dave Shawley.\n - gh-115133: Fix tests for XMLPullParser with Expat 2.6.0.\n - gh-115059: io.BufferedRandom.read1() now flushes the underlying\n write buffer.\n - gh-79382: Trailing ** no longer allows to match files and\n non-existing paths in recursive glob().\n - gh-114763: Protect modules loaded with importlib.util.LazyLoader\n from race conditions when multiple threads try to access\n attributes before the loading is complete.\n - gh-97959: Fix rendering class methods, bound methods, method and\n function aliases in pydoc. Class methods no longer have \u201cmethod\n of builtins.type instance\u201d note. Corresponding notes are now\n added for class and unbound methods. Method and function aliases\n now have references to the module or the class where the origin\n was defined if it differs from the current. Bound methods are\n now listed in the static methods section. Methods of builtin\n classes are now supported as well as methods of Python classes.\n - gh-112281: Allow creating union of types for typing.Annotated\n with unhashable metadata.\n - gh-111775: Fix importlib.resources.simple.ResourceHandle.open()\n for text mode, added missed stream argument.\n - gh-90095: Make .pdbrc and -c work with any valid pdb commands.\n - gh-107155: Fix incorrect output of help(x) where x is a lambda\n function, which has an __annotations__ dictionary attribute with\n a \"return\" key.\n - gh-105866: Fixed _get_slots bug which caused error when defining\n dataclasses with slots and a weakref_slot.\n - gh-60346: Fix ArgumentParser inconsistent with parse_known_args.\n - gh-100985: Update HTTPSConnection to consistently wrap IPv6\n Addresses when using a proxy.\n - gh-100884: email: fix misfolding of comma in address-lists\n over multiple lines in combination with unicode encoding\n (bsc#1238450 CVE-2025-1795)\n - gh-95782: Fix io.BufferedReader.tell(),\n io.BufferedReader.seek(), _pyio.BufferedReader.tell(),\n io.BufferedRandom.tell(), io.BufferedRandom.seek() and\n _pyio.BufferedRandom.tell() being able to return negative\n offsets.\n - gh-96310: Fix a traceback in argparse when all options in a\n mutually exclusive group are suppressed.\n - gh-93205: Fixed a bug in\n logging.handlers.TimedRotatingFileHandler where multiple\n rotating handler instances pointing to files with the same name\n but different extensions would conflict and not delete the\n correct files.\n - bpo-44865: Add missing call to localization function in\n argparse.\n - bpo-43952: Fix multiprocessing.connection.Listener.accept() to\n accept empty bytes as authkey. Not accepting empty bytes as key\n causes it to hang indefinitely.\n - bpo-42125: linecache: get module name from __spec__ if\n available. This allows getting source code for the __main__\n module when a custom loader is used.\n - gh-66543: Make mimetypes.guess_type() properly parsing of URLs\n with only a host name, URLs containing fragment or query, and\n filenames with only a UNC sharepoint on Windows. Based on patch\n by Dong-hee Na.\n - bpo-33775: Add \u2018default\u2019 and \u2018version\u2019 help text for\n localization in argparse.\n * Documentation\n - gh-115399: Document CVE-2023-52425 of Expat \u003c2.6.0 under \u201cXML\n vulnerabilities\u201d.\n - gh-115233: Fix an example for LoggerAdapter in the Logging\n Cookbook.\n * Tests\n - gh-83434: Disable JUnit XML output (--junit-xml=FILE command\n line option) in regrtest when hunting for reference leaks (-R\n option). Patch by Victor Stinner.\n - gh-117187: Fix XML tests for vanilla Expat \u003c2.6.0.\n - gh-115979: Update test_importlib so that it passes under WASI\n SDK 21.\n - gh-116307: Added import helper isolated_modules as CleanImport\n does not remove modules imported during the context.\n - gh-115720: Leak tests (-R, --huntrleaks) now show a summary of\n the number of leaks found in each iteration.\n - gh-115122: Add --bisect option to regrtest test runner: run\n failed tests with test.bisect_cmd to identify failing tests.\n Patch by Victor Stinner.\n - gh-115596: Fix ProgramPriorityTests in test_os permanently\n changing the process priority.\n - gh-115198: Fix test_check_metadata_deprecate in distutils tests\n with a newer Docutils.\n * Build\n - gh-116313: Get WASI builds to work under wasmtime 18 w/ WASI\n 0.2/preview2 primitives.\n - gh-115167: Avoid vendoring vcruntime140_threads.dll when\n building with Visual Studio 2022 version 17.8.\n * Windows\n - gh-116773: Fix instances of \u003c_overlapped.Overlapped object at\n 0xXXX\u003e still has pending operation at deallocation, the process\n may crash.\n - gh-91227: Fix the asyncio ProactorEventLoop implementation so\n that sending a datagram to an address that is not listening does\n not prevent receiving any more datagrams.\n - gh-115554: The installer now has more strict rules about\n updating the Python Launcher for Windows. In general, most users\n only have a single launcher installed and will see no\n difference. When multiple launchers have been installed, the\n option to install the launcher is disabled until all but one\n have been removed. Downgrading the launcher (which was never\n allowed) is now more obviously blocked.\n - gh-115543: Python Launcher for Windows can now detect Python\n 3.13 when installed from the Microsoft Store, and will install\n Python 3.12 by default when PYLAUNCHER_ALLOW_INSTALL is set.\n - gh-115009: Update Windows installer to use SQLite 3.45.1.\n * IDLE\n - gh-88516: On macOS show a proxy icon in the title bar of editor\n windows to match platform behaviour.\n * Tools/Demos\n - gh-113516: Don\u2019t set LDSHARED when building for WASI.\n * C API\n - gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows\n 64-bit platforms.\n\n- Add reference to CVE-2024-0450 (bsc#1221854) to changelog.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-253",
"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_20154-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20154-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520154-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20154-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021184.html"
},
{
"category": "self",
"summary": "SUSE Bug 1174091",
"url": "https://bugzilla.suse.com/1174091"
},
{
"category": "self",
"summary": "SUSE Bug 1210638",
"url": "https://bugzilla.suse.com/1210638"
},
{
"category": "self",
"summary": "SUSE Bug 1219559",
"url": "https://bugzilla.suse.com/1219559"
},
{
"category": "self",
"summary": "SUSE Bug 1219666",
"url": "https://bugzilla.suse.com/1219666"
},
{
"category": "self",
"summary": "SUSE Bug 1221854",
"url": "https://bugzilla.suse.com/1221854"
},
{
"category": "self",
"summary": "SUSE Bug 1225660",
"url": "https://bugzilla.suse.com/1225660"
},
{
"category": "self",
"summary": "SUSE Bug 1226447",
"url": "https://bugzilla.suse.com/1226447"
},
{
"category": "self",
"summary": "SUSE Bug 1226448",
"url": "https://bugzilla.suse.com/1226448"
},
{
"category": "self",
"summary": "SUSE Bug 1227378",
"url": "https://bugzilla.suse.com/1227378"
},
{
"category": "self",
"summary": "SUSE Bug 1227999",
"url": "https://bugzilla.suse.com/1227999"
},
{
"category": "self",
"summary": "SUSE Bug 1228165",
"url": "https://bugzilla.suse.com/1228165"
},
{
"category": "self",
"summary": "SUSE Bug 1228780",
"url": "https://bugzilla.suse.com/1228780"
},
{
"category": "self",
"summary": "SUSE Bug 1229596",
"url": "https://bugzilla.suse.com/1229596"
},
{
"category": "self",
"summary": "SUSE Bug 1229704",
"url": "https://bugzilla.suse.com/1229704"
},
{
"category": "self",
"summary": "SUSE Bug 1230227",
"url": "https://bugzilla.suse.com/1230227"
},
{
"category": "self",
"summary": "SUSE Bug 1230906",
"url": "https://bugzilla.suse.com/1230906"
},
{
"category": "self",
"summary": "SUSE Bug 1231795",
"url": "https://bugzilla.suse.com/1231795"
},
{
"category": "self",
"summary": "SUSE Bug 1232241",
"url": "https://bugzilla.suse.com/1232241"
},
{
"category": "self",
"summary": "SUSE Bug 1236705",
"url": "https://bugzilla.suse.com/1236705"
},
{
"category": "self",
"summary": "SUSE Bug 1238450",
"url": "https://bugzilla.suse.com/1238450"
},
{
"category": "self",
"summary": "SUSE Bug 1239210",
"url": "https://bugzilla.suse.com/1239210"
},
{
"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-2022-25236 page",
"url": "https://www.suse.com/security/cve/CVE-2022-25236/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-27043 page",
"url": "https://www.suse.com/security/cve/CVE-2023-27043/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-52425 page",
"url": "https://www.suse.com/security/cve/CVE-2023-52425/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-6597 page",
"url": "https://www.suse.com/security/cve/CVE-2023-6597/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-0397 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0397/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-0450 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0450/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4030 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4030/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4032 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4032/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6232 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6232/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6923 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-7592 page",
"url": "https://www.suse.com/security/cve/CVE-2024-7592/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8088 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8088/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9287 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9287/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-0938 page",
"url": "https://www.suse.com/security/cve/CVE-2025-0938/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-1795 page",
"url": "https://www.suse.com/security/cve/CVE-2025-1795/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2025-03-19T11:31:40Z",
"generator": {
"date": "2025-03-19T11:31:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20154-1",
"initial_release_date": "2025-03-19T11:31:40Z",
"revision_history": [
{
"date": "2025-03-19T11:31:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.11-1.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.11-1.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.11-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.11-1.1.aarch64",
"product": {
"name": "python311-3.11.11-1.1.aarch64",
"product_id": "python311-3.11.11-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.11-1.1.aarch64",
"product": {
"name": "python311-base-3.11.11-1.1.aarch64",
"product_id": "python311-base-3.11.11-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.11-1.1.aarch64",
"product": {
"name": "python311-curses-3.11.11-1.1.aarch64",
"product_id": "python311-curses-3.11.11-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.11-1.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.11-1.1.s390x",
"product_id": "libpython3_11-1_0-3.11.11-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.11-1.1.s390x",
"product": {
"name": "python311-3.11.11-1.1.s390x",
"product_id": "python311-3.11.11-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.11-1.1.s390x",
"product": {
"name": "python311-base-3.11.11-1.1.s390x",
"product_id": "python311-base-3.11.11-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.11-1.1.s390x",
"product": {
"name": "python311-curses-3.11.11-1.1.s390x",
"product_id": "python311-curses-3.11.11-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.11-1.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.11-1.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.11-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.11-1.1.x86_64",
"product": {
"name": "python311-3.11.11-1.1.x86_64",
"product_id": "python311-3.11.11-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.11-1.1.x86_64",
"product": {
"name": "python311-base-3.11.11-1.1.x86_64",
"product_id": "python311-base-3.11.11-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.11-1.1.x86_64",
"product": {
"name": "python311-curses-3.11.11-1.1.x86_64",
"product_id": "python311-curses-3.11.11-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.11-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.11-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.11-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.11-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.11-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.11-1.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.11-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.11-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64"
},
"product_reference": "python311-3.11.11-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.11-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x"
},
"product_reference": "python311-3.11.11-1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.11-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64"
},
"product_reference": "python311-3.11.11-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.11-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64"
},
"product_reference": "python311-base-3.11.11-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.11-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x"
},
"product_reference": "python311-base-3.11.11-1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.11-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64"
},
"product_reference": "python311-base-3.11.11-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.11-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64"
},
"product_reference": "python311-curses-3.11.11-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.11-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x"
},
"product_reference": "python311-curses-3.11.11-1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.11-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
},
"product_reference": "python311-curses-3.11.11-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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "critical"
}
],
"title": "CVE-2020-15801"
},
{
"cve": "CVE-2022-25236",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-25236"
}
],
"notes": [
{
"category": "general",
"text": "xmlparse.c in Expat (aka libexpat) before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-25236",
"url": "https://www.suse.com/security/cve/CVE-2022-25236"
},
{
"category": "external",
"summary": "SUSE Bug 1196025 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1196025"
},
{
"category": "external",
"summary": "SUSE Bug 1196784 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1196784"
},
{
"category": "external",
"summary": "SUSE Bug 1197217 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1197217"
},
{
"category": "external",
"summary": "SUSE Bug 1200038 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1200038"
},
{
"category": "external",
"summary": "SUSE Bug 1201735 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1201735"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "important"
}
],
"title": "CVE-2022-25236"
},
{
"cve": "CVE-2023-27043",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-27043"
}
],
"notes": [
{
"category": "general",
"text": "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-27043",
"url": "https://www.suse.com/security/cve/CVE-2023-27043"
},
{
"category": "external",
"summary": "SUSE Bug 1210638 for CVE-2023-27043",
"url": "https://bugzilla.suse.com/1210638"
},
{
"category": "external",
"summary": "SUSE Bug 1222537 for CVE-2023-27043",
"url": "https://bugzilla.suse.com/1222537"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "moderate"
}
],
"title": "CVE-2023-27043"
},
{
"cve": "CVE-2023-52425",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-52425"
}
],
"notes": [
{
"category": "general",
"text": "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-52425",
"url": "https://www.suse.com/security/cve/CVE-2023-52425"
},
{
"category": "external",
"summary": "SUSE Bug 1219559 for CVE-2023-52425",
"url": "https://bugzilla.suse.com/1219559"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "moderate"
}
],
"title": "CVE-2023-52425"
},
{
"cve": "CVE-2023-6597",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-6597"
}
],
"notes": [
{
"category": "general",
"text": "An issue was found in the CPython `tempfile.TemporaryDirectory` class affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which can run privileged programs are potentially able to modify permissions of files referenced by symlinks in some circumstances.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-6597",
"url": "https://www.suse.com/security/cve/CVE-2023-6597"
},
{
"category": "external",
"summary": "SUSE Bug 1219666 for CVE-2023-6597",
"url": "https://bugzilla.suse.com/1219666"
},
{
"category": "external",
"summary": "SUSE Bug 1221854 for CVE-2023-6597",
"url": "https://bugzilla.suse.com/1221854"
},
{
"category": "external",
"summary": "SUSE Bug 1224879 for CVE-2023-6597",
"url": "https://bugzilla.suse.com/1224879"
},
{
"category": "external",
"summary": "SUSE Bug 1225185 for CVE-2023-6597",
"url": "https://bugzilla.suse.com/1225185"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "important"
}
],
"title": "CVE-2023-6597"
},
{
"cve": "CVE-2024-0397",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-0397"
}
],
"notes": [
{
"category": "general",
"text": "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-0397",
"url": "https://www.suse.com/security/cve/CVE-2024-0397"
},
{
"category": "external",
"summary": "SUSE Bug 1226447 for CVE-2024-0397",
"url": "https://bugzilla.suse.com/1226447"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "moderate"
}
],
"title": "CVE-2024-0397"
},
{
"cve": "CVE-2024-0450",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-0450"
}
],
"notes": [
{
"category": "general",
"text": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \"quoted-overlap\" zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-0450",
"url": "https://www.suse.com/security/cve/CVE-2024-0450"
},
{
"category": "external",
"summary": "SUSE Bug 1221854 for CVE-2024-0450",
"url": "https://bugzilla.suse.com/1221854"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "moderate"
}
],
"title": "CVE-2024-0450"
},
{
"cve": "CVE-2024-4030",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4030"
}
],
"notes": [
{
"category": "general",
"text": "On Windows a directory returned by tempfile.mkdtemp() would not always have permissions set to restrict reading and writing to the temporary directory by other users, instead usually inheriting the correct permissions from the default location. Alternate configurations or users without a profile directory may not have the intended permissions.\n\nIf you\u0027re not using Windows or haven\u0027t changed the temporary directory location then you aren\u0027t affected by this vulnerability. On other platforms the returned directory is consistently readable and writable only by the current user.\n\nThis issue was caused by Python not supporting Unix permissions on Windows. The fix adds support for Unix \"700\" for the mkdir function on Windows which is used by mkdtemp() to ensure the newly created directory has the proper permissions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4030",
"url": "https://www.suse.com/security/cve/CVE-2024-4030"
},
{
"category": "external",
"summary": "SUSE Bug 1227152 for CVE-2024-4030",
"url": "https://bugzilla.suse.com/1227152"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "moderate"
}
],
"title": "CVE-2024-4030"
},
{
"cve": "CVE-2024-4032",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4032"
}
],
"notes": [
{
"category": "general",
"text": "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn\u0027t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4032",
"url": "https://www.suse.com/security/cve/CVE-2024-4032"
},
{
"category": "external",
"summary": "SUSE Bug 1226448 for CVE-2024-4032",
"url": "https://bugzilla.suse.com/1226448"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
},
{
"cve": "CVE-2024-6232",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6232"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6232",
"url": "https://www.suse.com/security/cve/CVE-2024-6232"
},
{
"category": "external",
"summary": "SUSE Bug 1230227 for CVE-2024-6232",
"url": "https://bugzilla.suse.com/1230227"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "important"
}
],
"title": "CVE-2024-6232"
},
{
"cve": "CVE-2024-6923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6923"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6923",
"url": "https://www.suse.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "SUSE Bug 1228780 for CVE-2024-6923",
"url": "https://bugzilla.suse.com/1228780"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "important"
}
],
"title": "CVE-2024-6923"
},
{
"cve": "CVE-2024-7592",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-7592"
}
],
"notes": [
{
"category": "general",
"text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-7592",
"url": "https://www.suse.com/security/cve/CVE-2024-7592"
},
{
"category": "external",
"summary": "SUSE Bug 1229596 for CVE-2024-7592",
"url": "https://bugzilla.suse.com/1229596"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "moderate"
}
],
"title": "CVE-2024-7592"
},
{
"cve": "CVE-2024-8088",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8088"
}
],
"notes": [
{
"category": "general",
"text": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8088",
"url": "https://www.suse.com/security/cve/CVE-2024-8088"
},
{
"category": "external",
"summary": "SUSE Bug 1229704 for CVE-2024-8088",
"url": "https://bugzilla.suse.com/1229704"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "moderate"
}
],
"title": "CVE-2024-8088"
},
{
"cve": "CVE-2024-9287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9287"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9287",
"url": "https://www.suse.com/security/cve/CVE-2024-9287"
},
{
"category": "external",
"summary": "SUSE Bug 1232241 for CVE-2024-9287",
"url": "https://bugzilla.suse.com/1232241"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "moderate"
}
],
"title": "CVE-2024-9287"
},
{
"cve": "CVE-2025-0938",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-0938"
}
],
"notes": [
{
"category": "general",
"text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-0938",
"url": "https://www.suse.com/security/cve/CVE-2025-0938"
},
{
"category": "external",
"summary": "SUSE Bug 1236705 for CVE-2025-0938",
"url": "https://bugzilla.suse.com/1236705"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "moderate"
}
],
"title": "CVE-2025-0938"
},
{
"cve": "CVE-2025-1795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-1795"
}
],
"notes": [
{
"category": "general",
"text": "During an address list folding when a separating comma ends up on a folded line and that line is to be unicode-encoded then the separator itself is also unicode-encoded. Expected behavior is that the separating comma remains a plan comma. This can result in the address header being misinterpreted by some mail servers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-1795",
"url": "https://www.suse.com/security/cve/CVE-2025-1795"
},
{
"category": "external",
"summary": "SUSE Bug 1238450 for CVE-2025-1795",
"url": "https://bugzilla.suse.com/1238450"
}
],
"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.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:31:40Z",
"details": "low"
}
],
"title": "CVE-2025-1795"
}
]
}
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…