Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-4032 (GCVE-0-2024-4032)
Vulnerability from cvelistv5 – Published: 2024-06-17 15:05 – Updated: 2025-11-03 21:57
VLAI
EPSS
Title
Incorrect IPv4 and IPv6 private ranges
Summary
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’t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.
CPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.
Severity
7.5 (High)
CWE
- CWE-697 - Incorrect Comparison
Assigner
References
13 references
Impacted products
1 product
| 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.4 (python) Affected: 3.13.0a1 , < 3.13.0a6 (python) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-03T21:57:16.975Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"issue-tracking",
"x_transferred"
],
"url": "https://github.com/python/cpython/issues/113171"
},
{
"tags": [
"patch",
"x_transferred"
],
"url": "https://github.com/python/cpython/pull/113179"
},
{
"tags": [
"x_transferred"
],
"url": "https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml"
},
{
"tags": [
"x_transferred"
],
"url": "https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml"
},
{
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA/"
},
{
"tags": [
"patch",
"x_transferred"
],
"url": "https://github.com/python/cpython/commit/22adf29da8d99933ffed8647d3e0726edd16f7f8"
},
{
"tags": [
"patch",
"x_transferred"
],
"url": "https://github.com/python/cpython/commit/40d75c2b7f5c67e254d0a025e0f2e2c7ada7f69f"
},
{
"tags": [
"patch",
"x_transferred"
],
"url": "https://github.com/python/cpython/commit/895f7e2ac23eff4743143beef0f0c5ac71ea27d3"
},
{
"tags": [
"patch",
"x_transferred"
],
"url": "https://github.com/python/cpython/commit/ba431579efdcbaed7a96f2ac4ea0775879a332fb"
},
{
"tags": [
"patch",
"x_transferred"
],
"url": "https://github.com/python/cpython/commit/c62c9e518b784fe44432a3f4fc265fb95b651906"
},
{
"tags": [
"patch",
"x_transferred"
],
"url": "https://github.com/python/cpython/commit/f86b17ac511e68192ba71f27e752321a3252cee3"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/06/17/3"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20240726-0004/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
}
],
"title": "CVE Program Container"
},
{
"affected": [
{
"cpes": [
"cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "cpython",
"vendor": "python",
"versions": [
{
"lessThan": "3.12.4",
"status": "affected",
"version": "0",
"versionType": "custom"
},
{
"lessThan": "3.13.0a6",
"status": "affected",
"version": "3.13.0a1",
"versionType": "custom"
}
]
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-4032",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-08-08T18:21:11.207929Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-697",
"description": "CWE-697 Incorrect Comparison",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-09-17T15:55:55.506Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"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.4",
"status": "affected",
"version": "3.12.0",
"versionType": "python"
},
{
"lessThan": "3.13.0a6",
"status": "affected",
"version": "3.13.0a1",
"versionType": "python"
}
]
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003eThe \u201cipaddress\u201d module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \u201cglobally reachable\u201d or \u201cprivate\u201d. This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn\u2019t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\u003c/span\u003e\u003c/p\u003e\u003cp\u003e\u003cspan style=\"background-color: transparent;\"\u003eCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.\u003c/span\u003e\u003c/p\u003e"
}
],
"value": "The \u201cipaddress\u201d module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \u201cglobally reachable\u201d or \u201cprivate\u201d. This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn\u2019t 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."
}
],
"providerMetadata": {
"dateUpdated": "2024-09-07T02:44:42.321Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/113171"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/113179"
},
{
"url": "https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml"
},
{
"url": "https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA/"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/22adf29da8d99933ffed8647d3e0726edd16f7f8"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/40d75c2b7f5c67e254d0a025e0f2e2c7ada7f69f"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/895f7e2ac23eff4743143beef0f0c5ac71ea27d3"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/ba431579efdcbaed7a96f2ac4ea0775879a332fb"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/c62c9e518b784fe44432a3f4fc265fb95b651906"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/f86b17ac511e68192ba71f27e752321a3252cee3"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/06/17/3"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240726-0004/"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Incorrect IPv4 and IPv6 private ranges",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2024-4032",
"datePublished": "2024-06-17T15:05:58.827Z",
"dateReserved": "2024-04-22T17:15:47.895Z",
"dateUpdated": "2025-11-03T21:57:16.975Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-4032",
"date": "2026-05-30",
"epss": "0.01127",
"percentile": "0.78606"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-4032\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-06-17T15:15:52.517\",\"lastModified\":\"2025-11-03T22:18:33.707\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The \u201cipaddress\u201d module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \u201cglobally reachable\u201d or \u201cprivate\u201d. This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn\u2019t 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.\"},{\"lang\":\"es\",\"value\":\"El m\u00f3dulo \\\"ipaddress\\\" conten\u00eda informaci\u00f3n incorrecta sobre si ciertas direcciones IPv4 e IPv6 estaban designadas como \\\"accesibles globalmente\\\" o \\\"privadas\\\". Esto afect\u00f3 las propiedades is_private e is_global de las clases ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address y ipaddress.IPv6Network, donde los valores no se devolver\u00edan de acuerdo con la informaci\u00f3n m\u00e1s reciente de los Registros de direcciones de prop\u00f3sito especial de la IANA. CPython 3.12.4 y 3.13.0a6 contienen informaci\u00f3n actualizada de estos registros y, por lo tanto, tienen el comportamiento previsto.\"}],\"metrics\":{\"cvssMetricV31\":[{\"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:H/I:N/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-697\"}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/17/3\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/22adf29da8d99933ffed8647d3e0726edd16f7f8\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/40d75c2b7f5c67e254d0a025e0f2e2c7ada7f69f\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/895f7e2ac23eff4743143beef0f0c5ac71ea27d3\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/ba431579efdcbaed7a96f2ac4ea0775879a332fb\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/c62c9e518b784fe44432a3f4fc265fb95b651906\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/f86b17ac511e68192ba71f27e752321a3252cee3\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/113171\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/113179\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA/\",\"source\":\"cna@python.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240726-0004/\",\"source\":\"cna@python.org\"},{\"url\":\"https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml\",\"source\":\"cna@python.org\"},{\"url\":\"https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml\",\"source\":\"cna@python.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/17/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/22adf29da8d99933ffed8647d3e0726edd16f7f8\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/40d75c2b7f5c67e254d0a025e0f2e2c7ada7f69f\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/895f7e2ac23eff4743143beef0f0c5ac71ea27d3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/ba431579efdcbaed7a96f2ac4ea0775879a332fb\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/c62c9e518b784fe44432a3f4fc265fb95b651906\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/f86b17ac511e68192ba71f27e752321a3252cee3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/issues/113171\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/pull/113179\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240726-0004/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/python/cpython/issues/113171\", \"tags\": [\"issue-tracking\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/pull/113179\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA/\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/commit/22adf29da8d99933ffed8647d3e0726edd16f7f8\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/commit/40d75c2b7f5c67e254d0a025e0f2e2c7ada7f69f\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/commit/895f7e2ac23eff4743143beef0f0c5ac71ea27d3\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/commit/ba431579efdcbaed7a96f2ac4ea0775879a332fb\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/commit/c62c9e518b784fe44432a3f4fc265fb95b651906\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/commit/f86b17ac511e68192ba71f27e752321a3252cee3\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/17/3\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240726-0004/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-01T20:26:57.360Z\"}}, {\"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:H/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-4032\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-08-08T18:21:11.207929Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*\"], \"vendor\": \"python\", \"product\": \"cpython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.12.4\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.13.0a1\", \"lessThan\": \"3.13.0a6\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-697\", \"description\": \"CWE-697 Incorrect Comparison\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-08-13T19:39:05.396Z\"}}], \"cna\": {\"title\": \"Incorrect IPv4 and IPv6 private ranges\", \"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.4\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0a1\", \"lessThan\": \"3.13.0a6\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/issues/113171\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/pull/113179\", \"tags\": [\"patch\"]}, {\"url\": \"https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml\"}, {\"url\": \"https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml\"}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/22adf29da8d99933ffed8647d3e0726edd16f7f8\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/40d75c2b7f5c67e254d0a025e0f2e2c7ada7f69f\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/895f7e2ac23eff4743143beef0f0c5ac71ea27d3\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/ba431579efdcbaed7a96f2ac4ea0775879a332fb\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/c62c9e518b784fe44432a3f4fc265fb95b651906\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/f86b17ac511e68192ba71f27e752321a3252cee3\", \"tags\": [\"patch\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/17/3\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240726-0004/\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"The \\u201cipaddress\\u201d module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \\u201cglobally reachable\\u201d or \\u201cprivate\\u201d. This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn\\u2019t 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.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003e\u003cspan style=\\\"background-color: transparent;\\\"\u003eThe \\u201cipaddress\\u201d module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \\u201cglobally reachable\\u201d or \\u201cprivate\\u201d. This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn\\u2019t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\u003c/span\u003e\u003c/p\u003e\u003cp\u003e\u003cspan style=\\\"background-color: transparent;\\\"\u003eCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.\u003c/span\u003e\u003c/p\u003e\", \"base64\": false}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2024-09-07T02:44:42.321Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-4032\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-09-17T15:55:55.506Z\", \"dateReserved\": \"2024-04-22T17:15:47.895Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2024-06-17T15:05:58.827Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2024:2249-1
Vulnerability from csaf_suse - Published: 2024-07-01 12:04 - Updated: 2024-07-01 12:04Summary
Security update for python39
Severity
Moderate
Notes
Title of the patch: Security update for python39
Description of the patch: This update for python39 fixes the following issues:
- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)
- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)
Patchnames: SUSE-2024-2249,SUSE-SUSE-MicroOS-5.1-2024-2249
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
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)\n- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2249,SUSE-SUSE-MicroOS-5.1-2024-2249",
"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_2249-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2249-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242249-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2249-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018832.html"
},
{
"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 CVE CVE-2024-0397 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0397/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4032 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4032/"
}
],
"title": "Security update for python39",
"tracking": {
"current_release_date": "2024-07-01T12:04:26Z",
"generator": {
"date": "2024-07-01T12:04:26Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2249-1",
"initial_release_date": "2024-07-01T12:04:26Z",
"revision_history": [
{
"date": "2024-07-01T12:04:26Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.150.1.aarch64",
"product": {
"name": "python3-3.6.15-150000.3.150.1.aarch64",
"product_id": "python3-3.6.15-150000.3.150.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.150.1.aarch64",
"product": {
"name": "python3-base-3.6.15-150000.3.150.1.aarch64",
"product_id": "python3-base-3.6.15-150000.3.150.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.150.1.aarch64",
"product": {
"name": "python3-curses-3.6.15-150000.3.150.1.aarch64",
"product_id": "python3-curses-3.6.15-150000.3.150.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.150.1.aarch64",
"product": {
"name": "python3-dbm-3.6.15-150000.3.150.1.aarch64",
"product_id": "python3-dbm-3.6.15-150000.3.150.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.150.1.aarch64",
"product": {
"name": "python3-devel-3.6.15-150000.3.150.1.aarch64",
"product_id": "python3-devel-3.6.15-150000.3.150.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.150.1.aarch64",
"product": {
"name": "python3-doc-3.6.15-150000.3.150.1.aarch64",
"product_id": "python3-doc-3.6.15-150000.3.150.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.150.1.aarch64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.150.1.aarch64",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.150.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.150.1.aarch64",
"product": {
"name": "python3-idle-3.6.15-150000.3.150.1.aarch64",
"product_id": "python3-idle-3.6.15-150000.3.150.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.150.1.aarch64",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.150.1.aarch64",
"product_id": "python3-testsuite-3.6.15-150000.3.150.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.150.1.aarch64",
"product": {
"name": "python3-tk-3.6.15-150000.3.150.1.aarch64",
"product_id": "python3-tk-3.6.15-150000.3.150.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.150.1.aarch64",
"product": {
"name": "python3-tools-3.6.15-150000.3.150.1.aarch64",
"product_id": "python3-tools-3.6.15-150000.3.150.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-64bit-3.6.15-150000.3.150.1.aarch64_ilp32",
"product": {
"name": "libpython3_6m1_0-64bit-3.6.15-150000.3.150.1.aarch64_ilp32",
"product_id": "libpython3_6m1_0-64bit-3.6.15-150000.3.150.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.150.1.i586",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.150.1.i586",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.150.1.i586"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.150.1.i586",
"product": {
"name": "python3-3.6.15-150000.3.150.1.i586",
"product_id": "python3-3.6.15-150000.3.150.1.i586"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.150.1.i586",
"product": {
"name": "python3-base-3.6.15-150000.3.150.1.i586",
"product_id": "python3-base-3.6.15-150000.3.150.1.i586"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.150.1.i586",
"product": {
"name": "python3-curses-3.6.15-150000.3.150.1.i586",
"product_id": "python3-curses-3.6.15-150000.3.150.1.i586"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.150.1.i586",
"product": {
"name": "python3-dbm-3.6.15-150000.3.150.1.i586",
"product_id": "python3-dbm-3.6.15-150000.3.150.1.i586"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.150.1.i586",
"product": {
"name": "python3-devel-3.6.15-150000.3.150.1.i586",
"product_id": "python3-devel-3.6.15-150000.3.150.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.150.1.i586",
"product": {
"name": "python3-doc-3.6.15-150000.3.150.1.i586",
"product_id": "python3-doc-3.6.15-150000.3.150.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.150.1.i586",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.150.1.i586",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.150.1.i586"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.150.1.i586",
"product": {
"name": "python3-idle-3.6.15-150000.3.150.1.i586",
"product_id": "python3-idle-3.6.15-150000.3.150.1.i586"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.150.1.i586",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.150.1.i586",
"product_id": "python3-testsuite-3.6.15-150000.3.150.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.150.1.i586",
"product": {
"name": "python3-tk-3.6.15-150000.3.150.1.i586",
"product_id": "python3-tk-3.6.15-150000.3.150.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.150.1.i586",
"product": {
"name": "python3-tools-3.6.15-150000.3.150.1.i586",
"product_id": "python3-tools-3.6.15-150000.3.150.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.150.1.ppc64le",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.150.1.ppc64le",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.150.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.150.1.ppc64le",
"product": {
"name": "python3-3.6.15-150000.3.150.1.ppc64le",
"product_id": "python3-3.6.15-150000.3.150.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.150.1.ppc64le",
"product": {
"name": "python3-base-3.6.15-150000.3.150.1.ppc64le",
"product_id": "python3-base-3.6.15-150000.3.150.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.150.1.ppc64le",
"product": {
"name": "python3-curses-3.6.15-150000.3.150.1.ppc64le",
"product_id": "python3-curses-3.6.15-150000.3.150.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.150.1.ppc64le",
"product": {
"name": "python3-dbm-3.6.15-150000.3.150.1.ppc64le",
"product_id": "python3-dbm-3.6.15-150000.3.150.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.150.1.ppc64le",
"product": {
"name": "python3-devel-3.6.15-150000.3.150.1.ppc64le",
"product_id": "python3-devel-3.6.15-150000.3.150.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.150.1.ppc64le",
"product": {
"name": "python3-doc-3.6.15-150000.3.150.1.ppc64le",
"product_id": "python3-doc-3.6.15-150000.3.150.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.150.1.ppc64le",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.150.1.ppc64le",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.150.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.150.1.ppc64le",
"product": {
"name": "python3-idle-3.6.15-150000.3.150.1.ppc64le",
"product_id": "python3-idle-3.6.15-150000.3.150.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.150.1.ppc64le",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.150.1.ppc64le",
"product_id": "python3-testsuite-3.6.15-150000.3.150.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.150.1.ppc64le",
"product": {
"name": "python3-tk-3.6.15-150000.3.150.1.ppc64le",
"product_id": "python3-tk-3.6.15-150000.3.150.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.150.1.ppc64le",
"product": {
"name": "python3-tools-3.6.15-150000.3.150.1.ppc64le",
"product_id": "python3-tools-3.6.15-150000.3.150.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.150.1.s390x",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.150.1.s390x",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.150.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.150.1.s390x",
"product": {
"name": "python3-3.6.15-150000.3.150.1.s390x",
"product_id": "python3-3.6.15-150000.3.150.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.150.1.s390x",
"product": {
"name": "python3-base-3.6.15-150000.3.150.1.s390x",
"product_id": "python3-base-3.6.15-150000.3.150.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.150.1.s390x",
"product": {
"name": "python3-curses-3.6.15-150000.3.150.1.s390x",
"product_id": "python3-curses-3.6.15-150000.3.150.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.150.1.s390x",
"product": {
"name": "python3-dbm-3.6.15-150000.3.150.1.s390x",
"product_id": "python3-dbm-3.6.15-150000.3.150.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.150.1.s390x",
"product": {
"name": "python3-devel-3.6.15-150000.3.150.1.s390x",
"product_id": "python3-devel-3.6.15-150000.3.150.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.150.1.s390x",
"product": {
"name": "python3-doc-3.6.15-150000.3.150.1.s390x",
"product_id": "python3-doc-3.6.15-150000.3.150.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.150.1.s390x",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.150.1.s390x",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.150.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.150.1.s390x",
"product": {
"name": "python3-idle-3.6.15-150000.3.150.1.s390x",
"product_id": "python3-idle-3.6.15-150000.3.150.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.150.1.s390x",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.150.1.s390x",
"product_id": "python3-testsuite-3.6.15-150000.3.150.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.150.1.s390x",
"product": {
"name": "python3-tk-3.6.15-150000.3.150.1.s390x",
"product_id": "python3-tk-3.6.15-150000.3.150.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.150.1.s390x",
"product": {
"name": "python3-tools-3.6.15-150000.3.150.1.s390x",
"product_id": "python3-tools-3.6.15-150000.3.150.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-150000.3.150.1.x86_64",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-150000.3.150.1.x86_64",
"product_id": "libpython3_6m1_0-32bit-3.6.15-150000.3.150.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.150.1.x86_64",
"product": {
"name": "python3-3.6.15-150000.3.150.1.x86_64",
"product_id": "python3-3.6.15-150000.3.150.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.150.1.x86_64",
"product": {
"name": "python3-base-3.6.15-150000.3.150.1.x86_64",
"product_id": "python3-base-3.6.15-150000.3.150.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.150.1.x86_64",
"product": {
"name": "python3-curses-3.6.15-150000.3.150.1.x86_64",
"product_id": "python3-curses-3.6.15-150000.3.150.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.150.1.x86_64",
"product": {
"name": "python3-dbm-3.6.15-150000.3.150.1.x86_64",
"product_id": "python3-dbm-3.6.15-150000.3.150.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.150.1.x86_64",
"product": {
"name": "python3-devel-3.6.15-150000.3.150.1.x86_64",
"product_id": "python3-devel-3.6.15-150000.3.150.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.150.1.x86_64",
"product": {
"name": "python3-doc-3.6.15-150000.3.150.1.x86_64",
"product_id": "python3-doc-3.6.15-150000.3.150.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.150.1.x86_64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.150.1.x86_64",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.150.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.150.1.x86_64",
"product": {
"name": "python3-idle-3.6.15-150000.3.150.1.x86_64",
"product_id": "python3-idle-3.6.15-150000.3.150.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.150.1.x86_64",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.150.1.x86_64",
"product_id": "python3-testsuite-3.6.15-150000.3.150.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.150.1.x86_64",
"product": {
"name": "python3-tk-3.6.15-150000.3.150.1.x86_64",
"product_id": "python3-tk-3.6.15-150000.3.150.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.150.1.x86_64",
"product": {
"name": "python3-tools-3.6.15-150000.3.150.1.x86_64",
"product_id": "python3-tools-3.6.15-150000.3.150.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150000.3.150.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150000.3.150.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150000.3.150.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64"
},
"product_reference": "python3-3.6.15-150000.3.150.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150000.3.150.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x"
},
"product_reference": "python3-3.6.15-150000.3.150.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150000.3.150.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64"
},
"product_reference": "python3-3.6.15-150000.3.150.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150000.3.150.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150000.3.150.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150000.3.150.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x"
},
"product_reference": "python3-base-3.6.15-150000.3.150.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150000.3.150.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150000.3.150.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
}
]
},
"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 Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.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 Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.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 Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-01T12:04:26Z",
"details": "moderate"
}
],
"title": "CVE-2024-0397"
},
{
"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 Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.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 Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.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 Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-01T12:04:26Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
}
]
}
SUSE-SU-2024:2254-1
Vulnerability from csaf_suse - Published: 2024-07-01 22:33 - Updated: 2024-07-01 22:33Summary
Security update for python310
Severity
Low
Notes
Title of the patch: Security update for python310
Description of the patch: This update for python310 fixes the following issues:
- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)
Patchnames: SUSE-2024-2254,openSUSE-SLE-15.5-2024-2254,openSUSE-SLE-15.6-2024-2254
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
102 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-32bit-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-32bit-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "low"
},
"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 python310",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python310 fixes the following issues:\n\n- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2254,openSUSE-SLE-15.5-2024-2254,openSUSE-SLE-15.6-2024-2254",
"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_2254-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2254-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242254-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2254-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018836.html"
},
{
"category": "self",
"summary": "SUSE Bug 1226448",
"url": "https://bugzilla.suse.com/1226448"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4032 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4032/"
}
],
"title": "Security update for python310",
"tracking": {
"current_release_date": "2024-07-01T22:33:45Z",
"generator": {
"date": "2024-07-01T22:33:45Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2254-1",
"initial_release_date": "2024-07-01T22:33:45Z",
"revision_history": [
{
"date": "2024-07-01T22:33:45Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64",
"product": {
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64",
"product_id": "libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-3.10.14-150400.4.51.1.aarch64",
"product": {
"name": "python310-3.10.14-150400.4.51.1.aarch64",
"product_id": "python310-3.10.14-150400.4.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.14-150400.4.51.1.aarch64",
"product": {
"name": "python310-base-3.10.14-150400.4.51.1.aarch64",
"product_id": "python310-base-3.10.14-150400.4.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.14-150400.4.51.1.aarch64",
"product": {
"name": "python310-curses-3.10.14-150400.4.51.1.aarch64",
"product_id": "python310-curses-3.10.14-150400.4.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.14-150400.4.51.1.aarch64",
"product": {
"name": "python310-dbm-3.10.14-150400.4.51.1.aarch64",
"product_id": "python310-dbm-3.10.14-150400.4.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.14-150400.4.51.1.aarch64",
"product": {
"name": "python310-devel-3.10.14-150400.4.51.1.aarch64",
"product_id": "python310-devel-3.10.14-150400.4.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.14-150400.4.51.1.aarch64",
"product": {
"name": "python310-doc-3.10.14-150400.4.51.1.aarch64",
"product_id": "python310-doc-3.10.14-150400.4.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64",
"product": {
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64",
"product_id": "python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.14-150400.4.51.1.aarch64",
"product": {
"name": "python310-idle-3.10.14-150400.4.51.1.aarch64",
"product_id": "python310-idle-3.10.14-150400.4.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.14-150400.4.51.1.aarch64",
"product": {
"name": "python310-testsuite-3.10.14-150400.4.51.1.aarch64",
"product_id": "python310-testsuite-3.10.14-150400.4.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.14-150400.4.51.1.aarch64",
"product": {
"name": "python310-tk-3.10.14-150400.4.51.1.aarch64",
"product_id": "python310-tk-3.10.14-150400.4.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.14-150400.4.51.1.aarch64",
"product": {
"name": "python310-tools-3.10.14-150400.4.51.1.aarch64",
"product_id": "python310-tools-3.10.14-150400.4.51.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-64bit-3.10.14-150400.4.51.1.aarch64_ilp32",
"product": {
"name": "libpython3_10-1_0-64bit-3.10.14-150400.4.51.1.aarch64_ilp32",
"product_id": "libpython3_10-1_0-64bit-3.10.14-150400.4.51.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-64bit-3.10.14-150400.4.51.1.aarch64_ilp32",
"product": {
"name": "python310-64bit-3.10.14-150400.4.51.1.aarch64_ilp32",
"product_id": "python310-64bit-3.10.14-150400.4.51.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-base-64bit-3.10.14-150400.4.51.1.aarch64_ilp32",
"product": {
"name": "python310-base-64bit-3.10.14-150400.4.51.1.aarch64_ilp32",
"product_id": "python310-base-64bit-3.10.14-150400.4.51.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.i586",
"product": {
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.i586",
"product_id": "libpython3_10-1_0-3.10.14-150400.4.51.1.i586"
}
},
{
"category": "product_version",
"name": "python310-3.10.14-150400.4.51.1.i586",
"product": {
"name": "python310-3.10.14-150400.4.51.1.i586",
"product_id": "python310-3.10.14-150400.4.51.1.i586"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.14-150400.4.51.1.i586",
"product": {
"name": "python310-base-3.10.14-150400.4.51.1.i586",
"product_id": "python310-base-3.10.14-150400.4.51.1.i586"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.14-150400.4.51.1.i586",
"product": {
"name": "python310-curses-3.10.14-150400.4.51.1.i586",
"product_id": "python310-curses-3.10.14-150400.4.51.1.i586"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.14-150400.4.51.1.i586",
"product": {
"name": "python310-dbm-3.10.14-150400.4.51.1.i586",
"product_id": "python310-dbm-3.10.14-150400.4.51.1.i586"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.14-150400.4.51.1.i586",
"product": {
"name": "python310-devel-3.10.14-150400.4.51.1.i586",
"product_id": "python310-devel-3.10.14-150400.4.51.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.14-150400.4.51.1.i586",
"product": {
"name": "python310-doc-3.10.14-150400.4.51.1.i586",
"product_id": "python310-doc-3.10.14-150400.4.51.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.i586",
"product": {
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.i586",
"product_id": "python310-doc-devhelp-3.10.14-150400.4.51.1.i586"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.14-150400.4.51.1.i586",
"product": {
"name": "python310-idle-3.10.14-150400.4.51.1.i586",
"product_id": "python310-idle-3.10.14-150400.4.51.1.i586"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.14-150400.4.51.1.i586",
"product": {
"name": "python310-testsuite-3.10.14-150400.4.51.1.i586",
"product_id": "python310-testsuite-3.10.14-150400.4.51.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.14-150400.4.51.1.i586",
"product": {
"name": "python310-tk-3.10.14-150400.4.51.1.i586",
"product_id": "python310-tk-3.10.14-150400.4.51.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.14-150400.4.51.1.i586",
"product": {
"name": "python310-tools-3.10.14-150400.4.51.1.i586",
"product_id": "python310-tools-3.10.14-150400.4.51.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le",
"product": {
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le",
"product_id": "libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-3.10.14-150400.4.51.1.ppc64le",
"product": {
"name": "python310-3.10.14-150400.4.51.1.ppc64le",
"product_id": "python310-3.10.14-150400.4.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.14-150400.4.51.1.ppc64le",
"product": {
"name": "python310-base-3.10.14-150400.4.51.1.ppc64le",
"product_id": "python310-base-3.10.14-150400.4.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.14-150400.4.51.1.ppc64le",
"product": {
"name": "python310-curses-3.10.14-150400.4.51.1.ppc64le",
"product_id": "python310-curses-3.10.14-150400.4.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.14-150400.4.51.1.ppc64le",
"product": {
"name": "python310-dbm-3.10.14-150400.4.51.1.ppc64le",
"product_id": "python310-dbm-3.10.14-150400.4.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.14-150400.4.51.1.ppc64le",
"product": {
"name": "python310-devel-3.10.14-150400.4.51.1.ppc64le",
"product_id": "python310-devel-3.10.14-150400.4.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.14-150400.4.51.1.ppc64le",
"product": {
"name": "python310-doc-3.10.14-150400.4.51.1.ppc64le",
"product_id": "python310-doc-3.10.14-150400.4.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le",
"product": {
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le",
"product_id": "python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.14-150400.4.51.1.ppc64le",
"product": {
"name": "python310-idle-3.10.14-150400.4.51.1.ppc64le",
"product_id": "python310-idle-3.10.14-150400.4.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.14-150400.4.51.1.ppc64le",
"product": {
"name": "python310-testsuite-3.10.14-150400.4.51.1.ppc64le",
"product_id": "python310-testsuite-3.10.14-150400.4.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.14-150400.4.51.1.ppc64le",
"product": {
"name": "python310-tk-3.10.14-150400.4.51.1.ppc64le",
"product_id": "python310-tk-3.10.14-150400.4.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.14-150400.4.51.1.ppc64le",
"product": {
"name": "python310-tools-3.10.14-150400.4.51.1.ppc64le",
"product_id": "python310-tools-3.10.14-150400.4.51.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.s390x",
"product": {
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.s390x",
"product_id": "libpython3_10-1_0-3.10.14-150400.4.51.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-3.10.14-150400.4.51.1.s390x",
"product": {
"name": "python310-3.10.14-150400.4.51.1.s390x",
"product_id": "python310-3.10.14-150400.4.51.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.14-150400.4.51.1.s390x",
"product": {
"name": "python310-base-3.10.14-150400.4.51.1.s390x",
"product_id": "python310-base-3.10.14-150400.4.51.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.14-150400.4.51.1.s390x",
"product": {
"name": "python310-curses-3.10.14-150400.4.51.1.s390x",
"product_id": "python310-curses-3.10.14-150400.4.51.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.14-150400.4.51.1.s390x",
"product": {
"name": "python310-dbm-3.10.14-150400.4.51.1.s390x",
"product_id": "python310-dbm-3.10.14-150400.4.51.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.14-150400.4.51.1.s390x",
"product": {
"name": "python310-devel-3.10.14-150400.4.51.1.s390x",
"product_id": "python310-devel-3.10.14-150400.4.51.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.14-150400.4.51.1.s390x",
"product": {
"name": "python310-doc-3.10.14-150400.4.51.1.s390x",
"product_id": "python310-doc-3.10.14-150400.4.51.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.s390x",
"product": {
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.s390x",
"product_id": "python310-doc-devhelp-3.10.14-150400.4.51.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.14-150400.4.51.1.s390x",
"product": {
"name": "python310-idle-3.10.14-150400.4.51.1.s390x",
"product_id": "python310-idle-3.10.14-150400.4.51.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.14-150400.4.51.1.s390x",
"product": {
"name": "python310-testsuite-3.10.14-150400.4.51.1.s390x",
"product_id": "python310-testsuite-3.10.14-150400.4.51.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.14-150400.4.51.1.s390x",
"product": {
"name": "python310-tk-3.10.14-150400.4.51.1.s390x",
"product_id": "python310-tk-3.10.14-150400.4.51.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.14-150400.4.51.1.s390x",
"product": {
"name": "python310-tools-3.10.14-150400.4.51.1.s390x",
"product_id": "python310-tools-3.10.14-150400.4.51.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64",
"product_id": "libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64",
"product_id": "libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "python310-3.10.14-150400.4.51.1.x86_64",
"product_id": "python310-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "python310-32bit-3.10.14-150400.4.51.1.x86_64",
"product_id": "python310-32bit-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "python310-base-3.10.14-150400.4.51.1.x86_64",
"product_id": "python310-base-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-32bit-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "python310-base-32bit-3.10.14-150400.4.51.1.x86_64",
"product_id": "python310-base-32bit-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "python310-curses-3.10.14-150400.4.51.1.x86_64",
"product_id": "python310-curses-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "python310-dbm-3.10.14-150400.4.51.1.x86_64",
"product_id": "python310-dbm-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "python310-devel-3.10.14-150400.4.51.1.x86_64",
"product_id": "python310-devel-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "python310-doc-3.10.14-150400.4.51.1.x86_64",
"product_id": "python310-doc-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64",
"product_id": "python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "python310-idle-3.10.14-150400.4.51.1.x86_64",
"product_id": "python310-idle-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "python310-testsuite-3.10.14-150400.4.51.1.x86_64",
"product_id": "python310-testsuite-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "python310-tk-3.10.14-150400.4.51.1.x86_64",
"product_id": "python310-tk-3.10.14-150400.4.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.14-150400.4.51.1.x86_64",
"product": {
"name": "python310-tools-3.10.14-150400.4.51.1.x86_64",
"product_id": "python310-tools-3.10.14-150400.4.51.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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_10-1_0-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-32bit-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-base-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-base-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-base-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-base-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-32bit-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-base-32bit-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-curses-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-curses-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-curses-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-curses-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-dbm-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-devel-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-devel-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-devel-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-devel-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-doc-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-doc-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-doc-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-doc-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-idle-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-idle-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-idle-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-idle-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-tk-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-tk-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-tk-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-tk-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-tools-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-tools-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-tools-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-tools-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-32bit-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-32bit-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-base-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-base-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-base-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-base-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-32bit-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-32bit-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-base-32bit-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-curses-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-curses-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-curses-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-curses-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-dbm-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-dbm-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-devel-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-devel-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-devel-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-devel-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-doc-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-doc-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-doc-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-doc-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-idle-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-idle-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-idle-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-idle-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-testsuite-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-tk-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-tk-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-tk-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-tk-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.51.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.aarch64"
},
"product_reference": "python310-tools-3.10.14-150400.4.51.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.51.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.ppc64le"
},
"product_reference": "python310-tools-3.10.14-150400.4.51.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.51.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.s390x"
},
"product_reference": "python310-tools-3.10.14-150400.4.51.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.14-150400.4.51.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.x86_64"
},
"product_reference": "python310-tools-3.10.14-150400.4.51.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"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": [
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.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": [
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.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": [
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-base-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.14-150400.4.51.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.14-150400.4.51.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-01T22:33:45Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
}
]
}
SUSE-SU-2024:2274-1
Vulnerability from csaf_suse - Published: 2024-07-02 13:03 - Updated: 2024-07-02 13:03Summary
Security update for python39
Severity
Moderate
Notes
Title of the patch: Security update for python39
Description of the patch: This update for python39 fixes the following issues:
- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)
- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)
Patchnames: SUSE-2024-2274,SUSE-SLE-SDK-12-SP5-2024-2274,SUSE-SLE-SERVER-12-SP5-2024-2274
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
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)\n- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2274,SUSE-SLE-SDK-12-SP5-2024-2274,SUSE-SLE-SERVER-12-SP5-2024-2274",
"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_2274-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2274-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242274-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2274-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018852.html"
},
{
"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 CVE CVE-2024-0397 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0397/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4032 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4032/"
}
],
"title": "Security update for python39",
"tracking": {
"current_release_date": "2024-07-02T13:03:38Z",
"generator": {
"date": "2024-07-02T13:03:38Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2274-1",
"initial_release_date": "2024-07-02T13:03:38Z",
"revision_history": [
{
"date": "2024-07-02T13:03:38Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-58.1.aarch64",
"product": {
"name": "libpython3_6m1_0-3.6.15-58.1.aarch64",
"product_id": "libpython3_6m1_0-3.6.15-58.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-58.1.aarch64",
"product": {
"name": "python36-3.6.15-58.1.aarch64",
"product_id": "python36-3.6.15-58.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-58.1.aarch64",
"product": {
"name": "python36-base-3.6.15-58.1.aarch64",
"product_id": "python36-base-3.6.15-58.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-58.1.aarch64",
"product": {
"name": "python36-curses-3.6.15-58.1.aarch64",
"product_id": "python36-curses-3.6.15-58.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-58.1.aarch64",
"product": {
"name": "python36-dbm-3.6.15-58.1.aarch64",
"product_id": "python36-dbm-3.6.15-58.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-58.1.aarch64",
"product": {
"name": "python36-devel-3.6.15-58.1.aarch64",
"product_id": "python36-devel-3.6.15-58.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-58.1.aarch64",
"product": {
"name": "python36-idle-3.6.15-58.1.aarch64",
"product_id": "python36-idle-3.6.15-58.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-58.1.aarch64",
"product": {
"name": "python36-testsuite-3.6.15-58.1.aarch64",
"product_id": "python36-testsuite-3.6.15-58.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-58.1.aarch64",
"product": {
"name": "python36-tk-3.6.15-58.1.aarch64",
"product_id": "python36-tk-3.6.15-58.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-58.1.aarch64",
"product": {
"name": "python36-tools-3.6.15-58.1.aarch64",
"product_id": "python36-tools-3.6.15-58.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-64bit-3.6.15-58.1.aarch64_ilp32",
"product": {
"name": "libpython3_6m1_0-64bit-3.6.15-58.1.aarch64_ilp32",
"product_id": "libpython3_6m1_0-64bit-3.6.15-58.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python36-64bit-3.6.15-58.1.aarch64_ilp32",
"product": {
"name": "python36-64bit-3.6.15-58.1.aarch64_ilp32",
"product_id": "python36-64bit-3.6.15-58.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python36-base-64bit-3.6.15-58.1.aarch64_ilp32",
"product": {
"name": "python36-base-64bit-3.6.15-58.1.aarch64_ilp32",
"product_id": "python36-base-64bit-3.6.15-58.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-58.1.i586",
"product": {
"name": "libpython3_6m1_0-3.6.15-58.1.i586",
"product_id": "libpython3_6m1_0-3.6.15-58.1.i586"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-58.1.i586",
"product": {
"name": "python36-3.6.15-58.1.i586",
"product_id": "python36-3.6.15-58.1.i586"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-58.1.i586",
"product": {
"name": "python36-base-3.6.15-58.1.i586",
"product_id": "python36-base-3.6.15-58.1.i586"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-58.1.i586",
"product": {
"name": "python36-curses-3.6.15-58.1.i586",
"product_id": "python36-curses-3.6.15-58.1.i586"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-58.1.i586",
"product": {
"name": "python36-dbm-3.6.15-58.1.i586",
"product_id": "python36-dbm-3.6.15-58.1.i586"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-58.1.i586",
"product": {
"name": "python36-devel-3.6.15-58.1.i586",
"product_id": "python36-devel-3.6.15-58.1.i586"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-58.1.i586",
"product": {
"name": "python36-idle-3.6.15-58.1.i586",
"product_id": "python36-idle-3.6.15-58.1.i586"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-58.1.i586",
"product": {
"name": "python36-testsuite-3.6.15-58.1.i586",
"product_id": "python36-testsuite-3.6.15-58.1.i586"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-58.1.i586",
"product": {
"name": "python36-tk-3.6.15-58.1.i586",
"product_id": "python36-tk-3.6.15-58.1.i586"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-58.1.i586",
"product": {
"name": "python36-tools-3.6.15-58.1.i586",
"product_id": "python36-tools-3.6.15-58.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-58.1.ppc64le",
"product": {
"name": "libpython3_6m1_0-3.6.15-58.1.ppc64le",
"product_id": "libpython3_6m1_0-3.6.15-58.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-58.1.ppc64le",
"product": {
"name": "python36-3.6.15-58.1.ppc64le",
"product_id": "python36-3.6.15-58.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-58.1.ppc64le",
"product": {
"name": "python36-base-3.6.15-58.1.ppc64le",
"product_id": "python36-base-3.6.15-58.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-58.1.ppc64le",
"product": {
"name": "python36-curses-3.6.15-58.1.ppc64le",
"product_id": "python36-curses-3.6.15-58.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-58.1.ppc64le",
"product": {
"name": "python36-dbm-3.6.15-58.1.ppc64le",
"product_id": "python36-dbm-3.6.15-58.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-58.1.ppc64le",
"product": {
"name": "python36-devel-3.6.15-58.1.ppc64le",
"product_id": "python36-devel-3.6.15-58.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-58.1.ppc64le",
"product": {
"name": "python36-idle-3.6.15-58.1.ppc64le",
"product_id": "python36-idle-3.6.15-58.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-58.1.ppc64le",
"product": {
"name": "python36-testsuite-3.6.15-58.1.ppc64le",
"product_id": "python36-testsuite-3.6.15-58.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-58.1.ppc64le",
"product": {
"name": "python36-tk-3.6.15-58.1.ppc64le",
"product_id": "python36-tk-3.6.15-58.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-58.1.ppc64le",
"product": {
"name": "python36-tools-3.6.15-58.1.ppc64le",
"product_id": "python36-tools-3.6.15-58.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-58.1.s390",
"product": {
"name": "libpython3_6m1_0-3.6.15-58.1.s390",
"product_id": "libpython3_6m1_0-3.6.15-58.1.s390"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-58.1.s390",
"product": {
"name": "python36-3.6.15-58.1.s390",
"product_id": "python36-3.6.15-58.1.s390"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-58.1.s390",
"product": {
"name": "python36-base-3.6.15-58.1.s390",
"product_id": "python36-base-3.6.15-58.1.s390"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-58.1.s390",
"product": {
"name": "python36-curses-3.6.15-58.1.s390",
"product_id": "python36-curses-3.6.15-58.1.s390"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-58.1.s390",
"product": {
"name": "python36-dbm-3.6.15-58.1.s390",
"product_id": "python36-dbm-3.6.15-58.1.s390"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-58.1.s390",
"product": {
"name": "python36-devel-3.6.15-58.1.s390",
"product_id": "python36-devel-3.6.15-58.1.s390"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-58.1.s390",
"product": {
"name": "python36-idle-3.6.15-58.1.s390",
"product_id": "python36-idle-3.6.15-58.1.s390"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-58.1.s390",
"product": {
"name": "python36-testsuite-3.6.15-58.1.s390",
"product_id": "python36-testsuite-3.6.15-58.1.s390"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-58.1.s390",
"product": {
"name": "python36-tk-3.6.15-58.1.s390",
"product_id": "python36-tk-3.6.15-58.1.s390"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-58.1.s390",
"product": {
"name": "python36-tools-3.6.15-58.1.s390",
"product_id": "python36-tools-3.6.15-58.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-58.1.s390x",
"product": {
"name": "libpython3_6m1_0-3.6.15-58.1.s390x",
"product_id": "libpython3_6m1_0-3.6.15-58.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"product_id": "libpython3_6m1_0-32bit-3.6.15-58.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-58.1.s390x",
"product": {
"name": "python36-3.6.15-58.1.s390x",
"product_id": "python36-3.6.15-58.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-32bit-3.6.15-58.1.s390x",
"product": {
"name": "python36-32bit-3.6.15-58.1.s390x",
"product_id": "python36-32bit-3.6.15-58.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-58.1.s390x",
"product": {
"name": "python36-base-3.6.15-58.1.s390x",
"product_id": "python36-base-3.6.15-58.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-base-32bit-3.6.15-58.1.s390x",
"product": {
"name": "python36-base-32bit-3.6.15-58.1.s390x",
"product_id": "python36-base-32bit-3.6.15-58.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-58.1.s390x",
"product": {
"name": "python36-curses-3.6.15-58.1.s390x",
"product_id": "python36-curses-3.6.15-58.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-58.1.s390x",
"product": {
"name": "python36-dbm-3.6.15-58.1.s390x",
"product_id": "python36-dbm-3.6.15-58.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-58.1.s390x",
"product": {
"name": "python36-devel-3.6.15-58.1.s390x",
"product_id": "python36-devel-3.6.15-58.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-58.1.s390x",
"product": {
"name": "python36-idle-3.6.15-58.1.s390x",
"product_id": "python36-idle-3.6.15-58.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-58.1.s390x",
"product": {
"name": "python36-testsuite-3.6.15-58.1.s390x",
"product_id": "python36-testsuite-3.6.15-58.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-58.1.s390x",
"product": {
"name": "python36-tk-3.6.15-58.1.s390x",
"product_id": "python36-tk-3.6.15-58.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-58.1.s390x",
"product": {
"name": "python36-tools-3.6.15-58.1.s390x",
"product_id": "python36-tools-3.6.15-58.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-58.1.x86_64",
"product": {
"name": "libpython3_6m1_0-3.6.15-58.1.x86_64",
"product_id": "libpython3_6m1_0-3.6.15-58.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"product_id": "libpython3_6m1_0-32bit-3.6.15-58.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-58.1.x86_64",
"product": {
"name": "python36-3.6.15-58.1.x86_64",
"product_id": "python36-3.6.15-58.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-32bit-3.6.15-58.1.x86_64",
"product": {
"name": "python36-32bit-3.6.15-58.1.x86_64",
"product_id": "python36-32bit-3.6.15-58.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-58.1.x86_64",
"product": {
"name": "python36-base-3.6.15-58.1.x86_64",
"product_id": "python36-base-3.6.15-58.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-base-32bit-3.6.15-58.1.x86_64",
"product": {
"name": "python36-base-32bit-3.6.15-58.1.x86_64",
"product_id": "python36-base-32bit-3.6.15-58.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-58.1.x86_64",
"product": {
"name": "python36-curses-3.6.15-58.1.x86_64",
"product_id": "python36-curses-3.6.15-58.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-58.1.x86_64",
"product": {
"name": "python36-dbm-3.6.15-58.1.x86_64",
"product_id": "python36-dbm-3.6.15-58.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-58.1.x86_64",
"product": {
"name": "python36-devel-3.6.15-58.1.x86_64",
"product_id": "python36-devel-3.6.15-58.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-58.1.x86_64",
"product": {
"name": "python36-idle-3.6.15-58.1.x86_64",
"product_id": "python36-idle-3.6.15-58.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-58.1.x86_64",
"product": {
"name": "python36-testsuite-3.6.15-58.1.x86_64",
"product_id": "python36-testsuite-3.6.15-58.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-58.1.x86_64",
"product": {
"name": "python36-tk-3.6.15-58.1.x86_64",
"product_id": "python36-tk-3.6.15-58.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-58.1.x86_64",
"product": {
"name": "python36-tools-3.6.15-58.1.x86_64",
"product_id": "python36-tools-3.6.15-58.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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": "python36-devel-3.6.15-58.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64"
},
"product_reference": "python36-devel-3.6.15-58.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-58.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le"
},
"product_reference": "python36-devel-3.6.15-58.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x"
},
"product_reference": "python36-devel-3.6.15-58.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.x86_64"
},
"product_reference": "python36-devel-3.6.15-58.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-58.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-58.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-58.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-58.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-58.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-58.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-32bit-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-32bit-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-58.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64"
},
"product_reference": "python36-3.6.15-58.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-58.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le"
},
"product_reference": "python36-3.6.15-58.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x"
},
"product_reference": "python36-3.6.15-58.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64"
},
"product_reference": "python36-3.6.15-58.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-58.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64"
},
"product_reference": "python36-base-3.6.15-58.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-58.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le"
},
"product_reference": "python36-base-3.6.15-58.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x"
},
"product_reference": "python36-base-3.6.15-58.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64"
},
"product_reference": "python36-base-3.6.15-58.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-58.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_6m1_0-3.6.15-58.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-58.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-58.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_6m1_0-3.6.15-58.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-58.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-58.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_6m1_0-3.6.15-58.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-58.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-58.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_6m1_0-3.6.15-58.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-58.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_6m1_0-32bit-3.6.15-58.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_6m1_0-32bit-3.6.15-58.1.s390x"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-32bit-3.6.15-58.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_6m1_0-32bit-3.6.15-58.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-58.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:python36-3.6.15-58.1.aarch64"
},
"product_reference": "python36-3.6.15-58.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-58.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:python36-3.6.15-58.1.ppc64le"
},
"product_reference": "python36-3.6.15-58.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-58.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:python36-3.6.15-58.1.s390x"
},
"product_reference": "python36-3.6.15-58.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-58.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:python36-3.6.15-58.1.x86_64"
},
"product_reference": "python36-3.6.15-58.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-58.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:python36-base-3.6.15-58.1.aarch64"
},
"product_reference": "python36-base-3.6.15-58.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-58.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:python36-base-3.6.15-58.1.ppc64le"
},
"product_reference": "python36-base-3.6.15-58.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-58.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:python36-base-3.6.15-58.1.s390x"
},
"product_reference": "python36-base-3.6.15-58.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-58.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:python36-base-3.6.15-58.1.x86_64"
},
"product_reference": "python36-base-3.6.15-58.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"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 Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.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 Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.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 Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-02T13:03:38Z",
"details": "moderate"
}
],
"title": "CVE-2024-0397"
},
{
"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 Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.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 Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.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 Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-02T13:03:38Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
}
]
}
SUSE-SU-2024:2280-1
Vulnerability from csaf_suse - Published: 2024-07-02 19:03 - Updated: 2024-07-02 19:03Summary
Security update for python39
Severity
Moderate
Notes
Title of the patch: Security update for python39
Description of the patch: This update for python39 fixes the following issues:
- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)
- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)
Patchnames: SUSE-2024-2280,SUSE-SLE-Module-Legacy-15-SP5-2024-2280,openSUSE-SLE-15.5-2024-2280,openSUSE-SLE-15.6-2024-2280
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
122 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
122 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)\n- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2280,SUSE-SLE-Module-Legacy-15-SP5-2024-2280,openSUSE-SLE-15.5-2024-2280,openSUSE-SLE-15.6-2024-2280",
"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_2280-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2280-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242280-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2280-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018854.html"
},
{
"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 CVE CVE-2024-0397 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0397/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4032 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4032/"
}
],
"title": "Security update for python39",
"tracking": {
"current_release_date": "2024-07-02T19:03:52Z",
"generator": {
"date": "2024-07-02T19:03:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2280-1",
"initial_release_date": "2024-07-02T19:03:52Z",
"revision_history": [
{
"date": "2024-07-02T19:03: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.19-150300.4.46.1.aarch64",
"product": {
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"product_id": "libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-3.9.19-150300.4.46.1.aarch64",
"product": {
"name": "python39-3.9.19-150300.4.46.1.aarch64",
"product_id": "python39-3.9.19-150300.4.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.19-150300.4.46.1.aarch64",
"product": {
"name": "python39-base-3.9.19-150300.4.46.1.aarch64",
"product_id": "python39-base-3.9.19-150300.4.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.19-150300.4.46.1.aarch64",
"product": {
"name": "python39-curses-3.9.19-150300.4.46.1.aarch64",
"product_id": "python39-curses-3.9.19-150300.4.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.19-150300.4.46.1.aarch64",
"product": {
"name": "python39-dbm-3.9.19-150300.4.46.1.aarch64",
"product_id": "python39-dbm-3.9.19-150300.4.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.19-150300.4.46.1.aarch64",
"product": {
"name": "python39-devel-3.9.19-150300.4.46.1.aarch64",
"product_id": "python39-devel-3.9.19-150300.4.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.19-150300.4.46.1.aarch64",
"product": {
"name": "python39-doc-3.9.19-150300.4.46.1.aarch64",
"product_id": "python39-doc-3.9.19-150300.4.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"product": {
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"product_id": "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.19-150300.4.46.1.aarch64",
"product": {
"name": "python39-idle-3.9.19-150300.4.46.1.aarch64",
"product_id": "python39-idle-3.9.19-150300.4.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"product": {
"name": "python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"product_id": "python39-testsuite-3.9.19-150300.4.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.19-150300.4.46.1.aarch64",
"product": {
"name": "python39-tk-3.9.19-150300.4.46.1.aarch64",
"product_id": "python39-tk-3.9.19-150300.4.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.19-150300.4.46.1.aarch64",
"product": {
"name": "python39-tools-3.9.19-150300.4.46.1.aarch64",
"product_id": "python39-tools-3.9.19-150300.4.46.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-64bit-3.9.19-150300.4.46.1.aarch64_ilp32",
"product": {
"name": "libpython3_9-1_0-64bit-3.9.19-150300.4.46.1.aarch64_ilp32",
"product_id": "libpython3_9-1_0-64bit-3.9.19-150300.4.46.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-64bit-3.9.19-150300.4.46.1.aarch64_ilp32",
"product": {
"name": "python39-64bit-3.9.19-150300.4.46.1.aarch64_ilp32",
"product_id": "python39-64bit-3.9.19-150300.4.46.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-base-64bit-3.9.19-150300.4.46.1.aarch64_ilp32",
"product": {
"name": "python39-base-64bit-3.9.19-150300.4.46.1.aarch64_ilp32",
"product_id": "python39-base-64bit-3.9.19-150300.4.46.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.i586",
"product": {
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.i586",
"product_id": "libpython3_9-1_0-3.9.19-150300.4.46.1.i586"
}
},
{
"category": "product_version",
"name": "python39-3.9.19-150300.4.46.1.i586",
"product": {
"name": "python39-3.9.19-150300.4.46.1.i586",
"product_id": "python39-3.9.19-150300.4.46.1.i586"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.19-150300.4.46.1.i586",
"product": {
"name": "python39-base-3.9.19-150300.4.46.1.i586",
"product_id": "python39-base-3.9.19-150300.4.46.1.i586"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.19-150300.4.46.1.i586",
"product": {
"name": "python39-curses-3.9.19-150300.4.46.1.i586",
"product_id": "python39-curses-3.9.19-150300.4.46.1.i586"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.19-150300.4.46.1.i586",
"product": {
"name": "python39-dbm-3.9.19-150300.4.46.1.i586",
"product_id": "python39-dbm-3.9.19-150300.4.46.1.i586"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.19-150300.4.46.1.i586",
"product": {
"name": "python39-devel-3.9.19-150300.4.46.1.i586",
"product_id": "python39-devel-3.9.19-150300.4.46.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.19-150300.4.46.1.i586",
"product": {
"name": "python39-doc-3.9.19-150300.4.46.1.i586",
"product_id": "python39-doc-3.9.19-150300.4.46.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.i586",
"product": {
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.i586",
"product_id": "python39-doc-devhelp-3.9.19-150300.4.46.1.i586"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.19-150300.4.46.1.i586",
"product": {
"name": "python39-idle-3.9.19-150300.4.46.1.i586",
"product_id": "python39-idle-3.9.19-150300.4.46.1.i586"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.19-150300.4.46.1.i586",
"product": {
"name": "python39-testsuite-3.9.19-150300.4.46.1.i586",
"product_id": "python39-testsuite-3.9.19-150300.4.46.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.19-150300.4.46.1.i586",
"product": {
"name": "python39-tk-3.9.19-150300.4.46.1.i586",
"product_id": "python39-tk-3.9.19-150300.4.46.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.19-150300.4.46.1.i586",
"product": {
"name": "python39-tools-3.9.19-150300.4.46.1.i586",
"product_id": "python39-tools-3.9.19-150300.4.46.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"product": {
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"product_id": "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-3.9.19-150300.4.46.1.ppc64le",
"product": {
"name": "python39-3.9.19-150300.4.46.1.ppc64le",
"product_id": "python39-3.9.19-150300.4.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.19-150300.4.46.1.ppc64le",
"product": {
"name": "python39-base-3.9.19-150300.4.46.1.ppc64le",
"product_id": "python39-base-3.9.19-150300.4.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.19-150300.4.46.1.ppc64le",
"product": {
"name": "python39-curses-3.9.19-150300.4.46.1.ppc64le",
"product_id": "python39-curses-3.9.19-150300.4.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"product": {
"name": "python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"product_id": "python39-dbm-3.9.19-150300.4.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.19-150300.4.46.1.ppc64le",
"product": {
"name": "python39-devel-3.9.19-150300.4.46.1.ppc64le",
"product_id": "python39-devel-3.9.19-150300.4.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.19-150300.4.46.1.ppc64le",
"product": {
"name": "python39-doc-3.9.19-150300.4.46.1.ppc64le",
"product_id": "python39-doc-3.9.19-150300.4.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"product": {
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"product_id": "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.19-150300.4.46.1.ppc64le",
"product": {
"name": "python39-idle-3.9.19-150300.4.46.1.ppc64le",
"product_id": "python39-idle-3.9.19-150300.4.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"product": {
"name": "python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"product_id": "python39-testsuite-3.9.19-150300.4.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.19-150300.4.46.1.ppc64le",
"product": {
"name": "python39-tk-3.9.19-150300.4.46.1.ppc64le",
"product_id": "python39-tk-3.9.19-150300.4.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.19-150300.4.46.1.ppc64le",
"product": {
"name": "python39-tools-3.9.19-150300.4.46.1.ppc64le",
"product_id": "python39-tools-3.9.19-150300.4.46.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"product": {
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"product_id": "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-3.9.19-150300.4.46.1.s390x",
"product": {
"name": "python39-3.9.19-150300.4.46.1.s390x",
"product_id": "python39-3.9.19-150300.4.46.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.19-150300.4.46.1.s390x",
"product": {
"name": "python39-base-3.9.19-150300.4.46.1.s390x",
"product_id": "python39-base-3.9.19-150300.4.46.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.19-150300.4.46.1.s390x",
"product": {
"name": "python39-curses-3.9.19-150300.4.46.1.s390x",
"product_id": "python39-curses-3.9.19-150300.4.46.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.19-150300.4.46.1.s390x",
"product": {
"name": "python39-dbm-3.9.19-150300.4.46.1.s390x",
"product_id": "python39-dbm-3.9.19-150300.4.46.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.19-150300.4.46.1.s390x",
"product": {
"name": "python39-devel-3.9.19-150300.4.46.1.s390x",
"product_id": "python39-devel-3.9.19-150300.4.46.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.19-150300.4.46.1.s390x",
"product": {
"name": "python39-doc-3.9.19-150300.4.46.1.s390x",
"product_id": "python39-doc-3.9.19-150300.4.46.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"product": {
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"product_id": "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.19-150300.4.46.1.s390x",
"product": {
"name": "python39-idle-3.9.19-150300.4.46.1.s390x",
"product_id": "python39-idle-3.9.19-150300.4.46.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.19-150300.4.46.1.s390x",
"product": {
"name": "python39-testsuite-3.9.19-150300.4.46.1.s390x",
"product_id": "python39-testsuite-3.9.19-150300.4.46.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.19-150300.4.46.1.s390x",
"product": {
"name": "python39-tk-3.9.19-150300.4.46.1.s390x",
"product_id": "python39-tk-3.9.19-150300.4.46.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.19-150300.4.46.1.s390x",
"product": {
"name": "python39-tools-3.9.19-150300.4.46.1.s390x",
"product_id": "python39-tools-3.9.19-150300.4.46.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"product_id": "libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"product_id": "libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "python39-3.9.19-150300.4.46.1.x86_64",
"product_id": "python39-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-32bit-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "python39-32bit-3.9.19-150300.4.46.1.x86_64",
"product_id": "python39-32bit-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "python39-base-3.9.19-150300.4.46.1.x86_64",
"product_id": "python39-base-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"product_id": "python39-base-32bit-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "python39-curses-3.9.19-150300.4.46.1.x86_64",
"product_id": "python39-curses-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "python39-dbm-3.9.19-150300.4.46.1.x86_64",
"product_id": "python39-dbm-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "python39-devel-3.9.19-150300.4.46.1.x86_64",
"product_id": "python39-devel-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "python39-doc-3.9.19-150300.4.46.1.x86_64",
"product_id": "python39-doc-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"product_id": "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "python39-idle-3.9.19-150300.4.46.1.x86_64",
"product_id": "python39-idle-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"product_id": "python39-testsuite-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "python39-tk-3.9.19-150300.4.46.1.x86_64",
"product_id": "python39-tk-3.9.19-150300.4.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.19-150300.4.46.1.x86_64",
"product": {
"name": "python39-tools-3.9.19-150300.4.46.1.x86_64",
"product_id": "python39-tools-3.9.19-150300.4.46.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": "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.19-150300.4.46.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.19-150300.4.46.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.s390x"
},
"product_reference": "python39-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-base-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-base-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.s390x"
},
"product_reference": "python39-base-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-base-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-curses-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-curses-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.s390x"
},
"product_reference": "python39-curses-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-curses-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-dbm-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.s390x"
},
"product_reference": "python39-dbm-3.9.19-150300.4.46.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.19-150300.4.46.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.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-dbm-3.9.19-150300.4.46.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.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.19-150300.4.46.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.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-32bit-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-base-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-base-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-base-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-base-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-32bit-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-curses-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-curses-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-curses-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-curses-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-dbm-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-dbm-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-dbm-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-devel-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-devel-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-devel-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-devel-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-doc-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-doc-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-doc-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-doc-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-idle-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-idle-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-idle-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-idle-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-testsuite-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-tk-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-tk-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-tk-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-tk-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-tools-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-tools-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-tools-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-tools-3.9.19-150300.4.46.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.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.19-150300.4.46.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.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-32bit-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-base-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-base-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-base-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-base-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-32bit-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-curses-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-curses-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-curses-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-curses-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-dbm-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-dbm-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-dbm-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-devel-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-devel-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-devel-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-devel-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-doc-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-doc-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-doc-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-doc-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-idle-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-idle-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-idle-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-idle-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-testsuite-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-tk-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-tk-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-tk-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-tk-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64"
},
"product_reference": "python39-tools-3.9.19-150300.4.46.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le"
},
"product_reference": "python39-tools-3.9.19-150300.4.46.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x"
},
"product_reference": "python39-tools-3.9.19-150300.4.46.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.x86_64"
},
"product_reference": "python39-tools-3.9.19-150300.4.46.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"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 Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.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 Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.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 Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-02T19:03:52Z",
"details": "moderate"
}
],
"title": "CVE-2024-0397"
},
{
"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 Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.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 Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.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 Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-02T19:03:52Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
}
]
}
SUSE-SU-2024:2414-1
Vulnerability from csaf_suse - Published: 2024-07-12 08:27 - Updated: 2024-07-12 08:27Summary
Security update for python310
Severity
Low
Notes
Title of the patch: Security update for python310
Description of the patch: This update for python310 fixes the following issues:
- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)
Patchnames: SUSE-2024-2414,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-2414,SUSE-SLE-Module-Python3-15-SP5-2024-2414,openSUSE-SLE-15.5-2024-2414
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
107 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "low"
},
"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 python310",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python310 fixes the following issues:\n\n- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2414,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-2414,SUSE-SLE-Module-Python3-15-SP5-2024-2414,openSUSE-SLE-15.5-2024-2414",
"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_2414-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2414-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242414-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2414-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-July/035938.html"
},
{
"category": "self",
"summary": "SUSE Bug 1226448",
"url": "https://bugzilla.suse.com/1226448"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4032 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4032/"
}
],
"title": "Security update for python310",
"tracking": {
"current_release_date": "2024-07-12T08:27:59Z",
"generator": {
"date": "2024-07-12T08:27:59Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2414-1",
"initial_release_date": "2024-07-12T08:27:59Z",
"revision_history": [
{
"date": "2024-07-12T08:27: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.9-150400.9.29.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.9-150400.9.29.1.aarch64",
"product": {
"name": "python311-3.11.9-150400.9.29.1.aarch64",
"product_id": "python311-3.11.9-150400.9.29.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.9-150400.9.29.1.aarch64",
"product": {
"name": "python311-base-3.11.9-150400.9.29.1.aarch64",
"product_id": "python311-base-3.11.9-150400.9.29.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.9-150400.9.29.1.aarch64",
"product": {
"name": "python311-curses-3.11.9-150400.9.29.1.aarch64",
"product_id": "python311-curses-3.11.9-150400.9.29.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.9-150400.9.29.1.aarch64",
"product": {
"name": "python311-dbm-3.11.9-150400.9.29.1.aarch64",
"product_id": "python311-dbm-3.11.9-150400.9.29.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.9-150400.9.29.1.aarch64",
"product": {
"name": "python311-devel-3.11.9-150400.9.29.1.aarch64",
"product_id": "python311-devel-3.11.9-150400.9.29.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.9-150400.9.29.1.aarch64",
"product": {
"name": "python311-doc-3.11.9-150400.9.29.1.aarch64",
"product_id": "python311-doc-3.11.9-150400.9.29.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64",
"product": {
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64",
"product_id": "python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.9-150400.9.29.1.aarch64",
"product": {
"name": "python311-idle-3.11.9-150400.9.29.1.aarch64",
"product_id": "python311-idle-3.11.9-150400.9.29.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.9-150400.9.29.1.aarch64",
"product": {
"name": "python311-testsuite-3.11.9-150400.9.29.1.aarch64",
"product_id": "python311-testsuite-3.11.9-150400.9.29.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.9-150400.9.29.1.aarch64",
"product": {
"name": "python311-tk-3.11.9-150400.9.29.1.aarch64",
"product_id": "python311-tk-3.11.9-150400.9.29.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.9-150400.9.29.1.aarch64",
"product": {
"name": "python311-tools-3.11.9-150400.9.29.1.aarch64",
"product_id": "python311-tools-3.11.9-150400.9.29.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-64bit-3.11.9-150400.9.29.1.aarch64_ilp32",
"product": {
"name": "libpython3_11-1_0-64bit-3.11.9-150400.9.29.1.aarch64_ilp32",
"product_id": "libpython3_11-1_0-64bit-3.11.9-150400.9.29.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-64bit-3.11.9-150400.9.29.1.aarch64_ilp32",
"product": {
"name": "python311-64bit-3.11.9-150400.9.29.1.aarch64_ilp32",
"product_id": "python311-64bit-3.11.9-150400.9.29.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-base-64bit-3.11.9-150400.9.29.1.aarch64_ilp32",
"product": {
"name": "python311-base-64bit-3.11.9-150400.9.29.1.aarch64_ilp32",
"product_id": "python311-base-64bit-3.11.9-150400.9.29.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.9-150400.9.29.1.i586",
"product": {
"name": "libpython3_11-1_0-3.11.9-150400.9.29.1.i586",
"product_id": "libpython3_11-1_0-3.11.9-150400.9.29.1.i586"
}
},
{
"category": "product_version",
"name": "python311-3.11.9-150400.9.29.1.i586",
"product": {
"name": "python311-3.11.9-150400.9.29.1.i586",
"product_id": "python311-3.11.9-150400.9.29.1.i586"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.9-150400.9.29.1.i586",
"product": {
"name": "python311-base-3.11.9-150400.9.29.1.i586",
"product_id": "python311-base-3.11.9-150400.9.29.1.i586"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.9-150400.9.29.1.i586",
"product": {
"name": "python311-curses-3.11.9-150400.9.29.1.i586",
"product_id": "python311-curses-3.11.9-150400.9.29.1.i586"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.9-150400.9.29.1.i586",
"product": {
"name": "python311-dbm-3.11.9-150400.9.29.1.i586",
"product_id": "python311-dbm-3.11.9-150400.9.29.1.i586"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.9-150400.9.29.1.i586",
"product": {
"name": "python311-devel-3.11.9-150400.9.29.1.i586",
"product_id": "python311-devel-3.11.9-150400.9.29.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.9-150400.9.29.1.i586",
"product": {
"name": "python311-doc-3.11.9-150400.9.29.1.i586",
"product_id": "python311-doc-3.11.9-150400.9.29.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.i586",
"product": {
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.i586",
"product_id": "python311-doc-devhelp-3.11.9-150400.9.29.1.i586"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.9-150400.9.29.1.i586",
"product": {
"name": "python311-idle-3.11.9-150400.9.29.1.i586",
"product_id": "python311-idle-3.11.9-150400.9.29.1.i586"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.9-150400.9.29.1.i586",
"product": {
"name": "python311-testsuite-3.11.9-150400.9.29.1.i586",
"product_id": "python311-testsuite-3.11.9-150400.9.29.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.9-150400.9.29.1.i586",
"product": {
"name": "python311-tk-3.11.9-150400.9.29.1.i586",
"product_id": "python311-tk-3.11.9-150400.9.29.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.9-150400.9.29.1.i586",
"product": {
"name": "python311-tools-3.11.9-150400.9.29.1.i586",
"product_id": "python311-tools-3.11.9-150400.9.29.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le",
"product_id": "libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.9-150400.9.29.1.ppc64le",
"product": {
"name": "python311-3.11.9-150400.9.29.1.ppc64le",
"product_id": "python311-3.11.9-150400.9.29.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.9-150400.9.29.1.ppc64le",
"product": {
"name": "python311-base-3.11.9-150400.9.29.1.ppc64le",
"product_id": "python311-base-3.11.9-150400.9.29.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.9-150400.9.29.1.ppc64le",
"product": {
"name": "python311-curses-3.11.9-150400.9.29.1.ppc64le",
"product_id": "python311-curses-3.11.9-150400.9.29.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.9-150400.9.29.1.ppc64le",
"product": {
"name": "python311-dbm-3.11.9-150400.9.29.1.ppc64le",
"product_id": "python311-dbm-3.11.9-150400.9.29.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.9-150400.9.29.1.ppc64le",
"product": {
"name": "python311-devel-3.11.9-150400.9.29.1.ppc64le",
"product_id": "python311-devel-3.11.9-150400.9.29.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.9-150400.9.29.1.ppc64le",
"product": {
"name": "python311-doc-3.11.9-150400.9.29.1.ppc64le",
"product_id": "python311-doc-3.11.9-150400.9.29.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le",
"product": {
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le",
"product_id": "python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.9-150400.9.29.1.ppc64le",
"product": {
"name": "python311-idle-3.11.9-150400.9.29.1.ppc64le",
"product_id": "python311-idle-3.11.9-150400.9.29.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.9-150400.9.29.1.ppc64le",
"product": {
"name": "python311-testsuite-3.11.9-150400.9.29.1.ppc64le",
"product_id": "python311-testsuite-3.11.9-150400.9.29.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.9-150400.9.29.1.ppc64le",
"product": {
"name": "python311-tk-3.11.9-150400.9.29.1.ppc64le",
"product_id": "python311-tk-3.11.9-150400.9.29.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.9-150400.9.29.1.ppc64le",
"product": {
"name": "python311-tools-3.11.9-150400.9.29.1.ppc64le",
"product_id": "python311-tools-3.11.9-150400.9.29.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.9-150400.9.29.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.9-150400.9.29.1.s390x",
"product_id": "libpython3_11-1_0-3.11.9-150400.9.29.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.9-150400.9.29.1.s390x",
"product": {
"name": "python311-3.11.9-150400.9.29.1.s390x",
"product_id": "python311-3.11.9-150400.9.29.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.9-150400.9.29.1.s390x",
"product": {
"name": "python311-base-3.11.9-150400.9.29.1.s390x",
"product_id": "python311-base-3.11.9-150400.9.29.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.9-150400.9.29.1.s390x",
"product": {
"name": "python311-curses-3.11.9-150400.9.29.1.s390x",
"product_id": "python311-curses-3.11.9-150400.9.29.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.9-150400.9.29.1.s390x",
"product": {
"name": "python311-dbm-3.11.9-150400.9.29.1.s390x",
"product_id": "python311-dbm-3.11.9-150400.9.29.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.9-150400.9.29.1.s390x",
"product": {
"name": "python311-devel-3.11.9-150400.9.29.1.s390x",
"product_id": "python311-devel-3.11.9-150400.9.29.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.9-150400.9.29.1.s390x",
"product": {
"name": "python311-doc-3.11.9-150400.9.29.1.s390x",
"product_id": "python311-doc-3.11.9-150400.9.29.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.s390x",
"product": {
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.s390x",
"product_id": "python311-doc-devhelp-3.11.9-150400.9.29.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.9-150400.9.29.1.s390x",
"product": {
"name": "python311-idle-3.11.9-150400.9.29.1.s390x",
"product_id": "python311-idle-3.11.9-150400.9.29.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.9-150400.9.29.1.s390x",
"product": {
"name": "python311-testsuite-3.11.9-150400.9.29.1.s390x",
"product_id": "python311-testsuite-3.11.9-150400.9.29.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.9-150400.9.29.1.s390x",
"product": {
"name": "python311-tk-3.11.9-150400.9.29.1.s390x",
"product_id": "python311-tk-3.11.9-150400.9.29.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.9-150400.9.29.1.s390x",
"product": {
"name": "python311-tools-3.11.9-150400.9.29.1.s390x",
"product_id": "python311-tools-3.11.9-150400.9.29.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_11-1_0-32bit-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "libpython3_11-1_0-32bit-3.11.9-150400.9.29.1.x86_64",
"product_id": "libpython3_11-1_0-32bit-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "python311-3.11.9-150400.9.29.1.x86_64",
"product_id": "python311-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "python311-32bit-3.11.9-150400.9.29.1.x86_64",
"product_id": "python311-32bit-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "python311-base-3.11.9-150400.9.29.1.x86_64",
"product_id": "python311-base-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-32bit-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "python311-base-32bit-3.11.9-150400.9.29.1.x86_64",
"product_id": "python311-base-32bit-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "python311-curses-3.11.9-150400.9.29.1.x86_64",
"product_id": "python311-curses-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "python311-dbm-3.11.9-150400.9.29.1.x86_64",
"product_id": "python311-dbm-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "python311-devel-3.11.9-150400.9.29.1.x86_64",
"product_id": "python311-devel-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "python311-doc-3.11.9-150400.9.29.1.x86_64",
"product_id": "python311-doc-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64",
"product_id": "python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "python311-idle-3.11.9-150400.9.29.1.x86_64",
"product_id": "python311-idle-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "python311-testsuite-3.11.9-150400.9.29.1.x86_64",
"product_id": "python311-testsuite-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "python311-tk-3.11.9-150400.9.29.1.x86_64",
"product_id": "python311-tk-3.11.9-150400.9.29.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.9-150400.9.29.1.x86_64",
"product": {
"name": "python311-tools-3.11.9-150400.9.29.1.x86_64",
"product_id": "python311-tools-3.11.9-150400.9.29.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": "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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "python311-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-base-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-base-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "python311-base-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-base-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "python311-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-base-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-base-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "python311-base-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-base-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-curses-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-curses-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "python311-curses-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-curses-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-dbm-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "python311-dbm-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-dbm-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-devel-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-devel-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "python311-devel-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-devel-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-doc-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-doc-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "python311-doc-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-doc-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-idle-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-idle-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "python311-idle-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-idle-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-tk-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-tk-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "python311-tk-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-tk-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-tools-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-tools-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.s390x"
},
"product_reference": "python311-tools-3.11.9-150400.9.29.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.9-150400.9.29.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.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-tools-3.11.9-150400.9.29.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.9-150400.9.29.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.9-150400.9.29.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.9-150400.9.29.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.9-150400.9.29.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.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "libpython3_11-1_0-32bit-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.9-150400.9.29.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-3.11.9-150400.9.29.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.9-150400.9.29.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-3.11.9-150400.9.29.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.9-150400.9.29.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.s390x"
},
"product_reference": "python311-3.11.9-150400.9.29.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-32bit-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.9-150400.9.29.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-base-3.11.9-150400.9.29.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.9-150400.9.29.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-base-3.11.9-150400.9.29.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.9-150400.9.29.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.s390x"
},
"product_reference": "python311-base-3.11.9-150400.9.29.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-base-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-32bit-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-base-32bit-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.9-150400.9.29.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-curses-3.11.9-150400.9.29.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.9-150400.9.29.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-curses-3.11.9-150400.9.29.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.9-150400.9.29.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.s390x"
},
"product_reference": "python311-curses-3.11.9-150400.9.29.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-curses-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.9-150400.9.29.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-dbm-3.11.9-150400.9.29.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.9-150400.9.29.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.9-150400.9.29.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.9-150400.9.29.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.s390x"
},
"product_reference": "python311-dbm-3.11.9-150400.9.29.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-dbm-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.9-150400.9.29.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-devel-3.11.9-150400.9.29.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.9-150400.9.29.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-devel-3.11.9-150400.9.29.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.9-150400.9.29.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.s390x"
},
"product_reference": "python311-devel-3.11.9-150400.9.29.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-devel-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.9-150400.9.29.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-doc-3.11.9-150400.9.29.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.9-150400.9.29.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-doc-3.11.9-150400.9.29.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.9-150400.9.29.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.s390x"
},
"product_reference": "python311-doc-3.11.9-150400.9.29.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-doc-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.9-150400.9.29.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.9-150400.9.29.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-idle-3.11.9-150400.9.29.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.9-150400.9.29.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-idle-3.11.9-150400.9.29.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.9-150400.9.29.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.s390x"
},
"product_reference": "python311-idle-3.11.9-150400.9.29.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-idle-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.9-150400.9.29.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-testsuite-3.11.9-150400.9.29.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.9-150400.9.29.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-testsuite-3.11.9-150400.9.29.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.9-150400.9.29.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.s390x"
},
"product_reference": "python311-testsuite-3.11.9-150400.9.29.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-testsuite-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.9-150400.9.29.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-tk-3.11.9-150400.9.29.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.9-150400.9.29.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-tk-3.11.9-150400.9.29.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.9-150400.9.29.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.s390x"
},
"product_reference": "python311-tk-3.11.9-150400.9.29.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-tk-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.9-150400.9.29.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.aarch64"
},
"product_reference": "python311-tools-3.11.9-150400.9.29.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.9-150400.9.29.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.ppc64le"
},
"product_reference": "python311-tools-3.11.9-150400.9.29.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.9-150400.9.29.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.s390x"
},
"product_reference": "python311-tools-3.11.9-150400.9.29.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.9-150400.9.29.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.x86_64"
},
"product_reference": "python311-tools-3.11.9-150400.9.29.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"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 Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.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 Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.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 Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.29.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-base-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.29.1.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.29.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-12T08:27:59Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
}
]
}
SUSE-SU-2024:2479-1
Vulnerability from csaf_suse - Published: 2024-07-15 08:34 - Updated: 2024-07-15 08:34Summary
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-2023-52425: Fixed backport so it uses features sniffing, not just comparing version number (bsc#1219559).
- CVE-2024-0450: Fixed detecting the vulnerability of 'quoted-overlap' zipbomb (bsc#1221854).
- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)
- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)
Patchnames: SUSE-2024-2479,SUSE-SLE-Micro-5.3-2024-2479,SUSE-SLE-Micro-5.4-2024-2479,SUSE-SLE-Micro-5.5-2024-2479,SUSE-SLE-Module-Basesystem-15-SP5-2024-2479,SUSE-SLE-Module-Basesystem-15-SP6-2024-2479,SUSE-SLE-Module-Development-Tools-15-SP5-2024-2479,SUSE-SLE-Module-Development-Tools-15-SP6-2024-2479,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-2479,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-2479,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-2479,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-2479,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-2479,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-2479,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-2479,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-2479,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-2479,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-2479,SUSE-SUSE-MicroOS-5.2-2024-2479,SUSE-Storage-7.1-2024-2479,openSUSE-Leap-Micro-5.3-2024-2479,openSUSE-Leap-Micro-5.4-2024-2479,openSUSE-SLE-15.5-2024-2479,openSUSE-SLE-15.6-2024-2479
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.5 (Medium)
Affected products
Recommended
436 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.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.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.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.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.8 (Medium)
Affected products
Recommended
436 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.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.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.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.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.2 (Medium)
Affected products
Recommended
436 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.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.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.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.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
436 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.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.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.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.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
23 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-2023-52425: Fixed backport so it uses features sniffing, not just comparing version number (bsc#1219559).\n- CVE-2024-0450: Fixed detecting the vulnerability of \u0027quoted-overlap\u0027 zipbomb (bsc#1221854).\n- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)\n- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2479,SUSE-SLE-Micro-5.3-2024-2479,SUSE-SLE-Micro-5.4-2024-2479,SUSE-SLE-Micro-5.5-2024-2479,SUSE-SLE-Module-Basesystem-15-SP5-2024-2479,SUSE-SLE-Module-Basesystem-15-SP6-2024-2479,SUSE-SLE-Module-Development-Tools-15-SP5-2024-2479,SUSE-SLE-Module-Development-Tools-15-SP6-2024-2479,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-2479,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-2479,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-2479,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-2479,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-2479,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-2479,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-2479,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-2479,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-2479,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-2479,SUSE-SUSE-MicroOS-5.2-2024-2479,SUSE-Storage-7.1-2024-2479,openSUSE-Leap-Micro-5.3-2024-2479,openSUSE-Leap-Micro-5.4-2024-2479,openSUSE-SLE-15.5-2024-2479,openSUSE-SLE-15.6-2024-2479",
"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_2479-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2479-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242479-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2479-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-July/036005.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219559",
"url": "https://bugzilla.suse.com/1219559"
},
{
"category": "self",
"summary": "SUSE Bug 1220664",
"url": "https://bugzilla.suse.com/1220664"
},
{
"category": "self",
"summary": "SUSE Bug 1221563",
"url": "https://bugzilla.suse.com/1221563"
},
{
"category": "self",
"summary": "SUSE Bug 1221854",
"url": "https://bugzilla.suse.com/1221854"
},
{
"category": "self",
"summary": "SUSE Bug 1222075",
"url": "https://bugzilla.suse.com/1222075"
},
{
"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 CVE CVE-2023-52425 page",
"url": "https://www.suse.com/security/cve/CVE-2023-52425/"
},
{
"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-4032 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4032/"
}
],
"title": "Security update for python3",
"tracking": {
"current_release_date": "2024-07-15T08:34:13Z",
"generator": {
"date": "2024-07-15T08:34:13Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2479-1",
"initial_release_date": "2024-07-15T08:34:13Z",
"revision_history": [
{
"date": "2024-07-15T08:34:13Z",
"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.65.1.aarch64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.65.2.aarch64",
"product": {
"name": "python3-3.6.15-150300.10.65.2.aarch64",
"product_id": "python3-3.6.15-150300.10.65.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.65.1.aarch64",
"product": {
"name": "python3-base-3.6.15-150300.10.65.1.aarch64",
"product_id": "python3-base-3.6.15-150300.10.65.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.65.2.aarch64",
"product": {
"name": "python3-curses-3.6.15-150300.10.65.2.aarch64",
"product_id": "python3-curses-3.6.15-150300.10.65.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.65.2.aarch64",
"product": {
"name": "python3-dbm-3.6.15-150300.10.65.2.aarch64",
"product_id": "python3-dbm-3.6.15-150300.10.65.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.65.1.aarch64",
"product": {
"name": "python3-devel-3.6.15-150300.10.65.1.aarch64",
"product_id": "python3-devel-3.6.15-150300.10.65.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.65.1.aarch64",
"product": {
"name": "python3-doc-3.6.15-150300.10.65.1.aarch64",
"product_id": "python3-doc-3.6.15-150300.10.65.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.65.2.aarch64",
"product": {
"name": "python3-idle-3.6.15-150300.10.65.2.aarch64",
"product_id": "python3-idle-3.6.15-150300.10.65.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"product_id": "python3-testsuite-3.6.15-150300.10.65.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.65.2.aarch64",
"product": {
"name": "python3-tk-3.6.15-150300.10.65.2.aarch64",
"product_id": "python3-tk-3.6.15-150300.10.65.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.65.1.aarch64",
"product": {
"name": "python3-tools-3.6.15-150300.10.65.1.aarch64",
"product_id": "python3-tools-3.6.15-150300.10.65.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-64bit-3.6.15-150300.10.65.1.aarch64_ilp32",
"product": {
"name": "libpython3_6m1_0-64bit-3.6.15-150300.10.65.1.aarch64_ilp32",
"product_id": "libpython3_6m1_0-64bit-3.6.15-150300.10.65.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.i586",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.i586",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.65.1.i586"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.65.2.i586",
"product": {
"name": "python3-3.6.15-150300.10.65.2.i586",
"product_id": "python3-3.6.15-150300.10.65.2.i586"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.65.1.i586",
"product": {
"name": "python3-base-3.6.15-150300.10.65.1.i586",
"product_id": "python3-base-3.6.15-150300.10.65.1.i586"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.65.2.i586",
"product": {
"name": "python3-curses-3.6.15-150300.10.65.2.i586",
"product_id": "python3-curses-3.6.15-150300.10.65.2.i586"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.65.2.i586",
"product": {
"name": "python3-dbm-3.6.15-150300.10.65.2.i586",
"product_id": "python3-dbm-3.6.15-150300.10.65.2.i586"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.65.1.i586",
"product": {
"name": "python3-devel-3.6.15-150300.10.65.1.i586",
"product_id": "python3-devel-3.6.15-150300.10.65.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.65.1.i586",
"product": {
"name": "python3-doc-3.6.15-150300.10.65.1.i586",
"product_id": "python3-doc-3.6.15-150300.10.65.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.65.1.i586",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.65.1.i586",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.65.1.i586"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.65.2.i586",
"product": {
"name": "python3-idle-3.6.15-150300.10.65.2.i586",
"product_id": "python3-idle-3.6.15-150300.10.65.2.i586"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.65.1.i586",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.65.1.i586",
"product_id": "python3-testsuite-3.6.15-150300.10.65.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.65.2.i586",
"product": {
"name": "python3-tk-3.6.15-150300.10.65.2.i586",
"product_id": "python3-tk-3.6.15-150300.10.65.2.i586"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.65.1.i586",
"product": {
"name": "python3-tools-3.6.15-150300.10.65.1.i586",
"product_id": "python3-tools-3.6.15-150300.10.65.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.65.2.ppc64le",
"product": {
"name": "python3-3.6.15-150300.10.65.2.ppc64le",
"product_id": "python3-3.6.15-150300.10.65.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.65.1.ppc64le",
"product": {
"name": "python3-base-3.6.15-150300.10.65.1.ppc64le",
"product_id": "python3-base-3.6.15-150300.10.65.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.65.2.ppc64le",
"product": {
"name": "python3-curses-3.6.15-150300.10.65.2.ppc64le",
"product_id": "python3-curses-3.6.15-150300.10.65.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"product": {
"name": "python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"product_id": "python3-dbm-3.6.15-150300.10.65.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.65.1.ppc64le",
"product": {
"name": "python3-devel-3.6.15-150300.10.65.1.ppc64le",
"product_id": "python3-devel-3.6.15-150300.10.65.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.65.1.ppc64le",
"product": {
"name": "python3-doc-3.6.15-150300.10.65.1.ppc64le",
"product_id": "python3-doc-3.6.15-150300.10.65.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.65.2.ppc64le",
"product": {
"name": "python3-idle-3.6.15-150300.10.65.2.ppc64le",
"product_id": "python3-idle-3.6.15-150300.10.65.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"product_id": "python3-testsuite-3.6.15-150300.10.65.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.65.2.ppc64le",
"product": {
"name": "python3-tk-3.6.15-150300.10.65.2.ppc64le",
"product_id": "python3-tk-3.6.15-150300.10.65.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.65.1.ppc64le",
"product": {
"name": "python3-tools-3.6.15-150300.10.65.1.ppc64le",
"product_id": "python3-tools-3.6.15-150300.10.65.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.65.2.s390x",
"product": {
"name": "python3-3.6.15-150300.10.65.2.s390x",
"product_id": "python3-3.6.15-150300.10.65.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.65.1.s390x",
"product": {
"name": "python3-base-3.6.15-150300.10.65.1.s390x",
"product_id": "python3-base-3.6.15-150300.10.65.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.65.2.s390x",
"product": {
"name": "python3-curses-3.6.15-150300.10.65.2.s390x",
"product_id": "python3-curses-3.6.15-150300.10.65.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.65.2.s390x",
"product": {
"name": "python3-dbm-3.6.15-150300.10.65.2.s390x",
"product_id": "python3-dbm-3.6.15-150300.10.65.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.65.1.s390x",
"product": {
"name": "python3-devel-3.6.15-150300.10.65.1.s390x",
"product_id": "python3-devel-3.6.15-150300.10.65.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.65.1.s390x",
"product": {
"name": "python3-doc-3.6.15-150300.10.65.1.s390x",
"product_id": "python3-doc-3.6.15-150300.10.65.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.65.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.65.2.s390x",
"product": {
"name": "python3-idle-3.6.15-150300.10.65.2.s390x",
"product_id": "python3-idle-3.6.15-150300.10.65.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.65.1.s390x",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.65.1.s390x",
"product_id": "python3-testsuite-3.6.15-150300.10.65.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.65.2.s390x",
"product": {
"name": "python3-tk-3.6.15-150300.10.65.2.s390x",
"product_id": "python3-tk-3.6.15-150300.10.65.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.65.1.s390x",
"product": {
"name": "python3-tools-3.6.15-150300.10.65.1.s390x",
"product_id": "python3-tools-3.6.15-150300.10.65.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"product_id": "libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.65.2.x86_64",
"product": {
"name": "python3-3.6.15-150300.10.65.2.x86_64",
"product_id": "python3-3.6.15-150300.10.65.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.65.1.x86_64",
"product": {
"name": "python3-base-3.6.15-150300.10.65.1.x86_64",
"product_id": "python3-base-3.6.15-150300.10.65.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"product": {
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"product_id": "python3-curses-3.6.15-150300.10.65.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"product": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"product_id": "python3-dbm-3.6.15-150300.10.65.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.65.1.x86_64",
"product": {
"name": "python3-devel-3.6.15-150300.10.65.1.x86_64",
"product_id": "python3-devel-3.6.15-150300.10.65.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.65.1.x86_64",
"product": {
"name": "python3-doc-3.6.15-150300.10.65.1.x86_64",
"product_id": "python3-doc-3.6.15-150300.10.65.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"product": {
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"product_id": "python3-idle-3.6.15-150300.10.65.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"product_id": "python3-testsuite-3.6.15-150300.10.65.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64",
"product": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64",
"product_id": "python3-tk-3.6.15-150300.10.65.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.65.1.x86_64",
"product": {
"name": "python3-tools-3.6.15-150300.10.65.1.x86_64",
"product_id": "python3-tools-3.6.15-150300.10.65.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.3",
"product": {
"name": "openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap Micro 5.4",
"product": {
"name": "openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap-micro:5.4"
}
}
},
{
"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.65.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.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.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.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.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.65.2.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.65.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.65.2.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.65.2.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.65.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.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.65.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.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.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.65.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.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.65.2.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.65.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.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.65.2.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.65.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.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.65.2.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.65.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.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.65.2.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.65.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.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.65.2.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.65.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.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.65.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.65.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.2.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.65.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.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.65.2.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.65.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.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.65.2.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.65.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.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.65.2.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.65.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.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.65.2.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.65.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.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.65.2.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.65.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.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.65.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.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.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.65.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.65.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.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.65.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.65.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.65.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.65.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.65.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.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.65.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.65.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.65.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.65.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.65.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.65.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.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.2.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.65.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.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.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.aarch64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.aarch64 as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.1.s390x as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.65.1.s390x",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-150300.10.65.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.65.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.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.65.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.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.65.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.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.65.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-doc-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-doc-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-doc-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-doc-3.6.15-150300.10.65.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.65.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.65.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.65.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.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.65.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.65.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.65.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.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.65.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-150300.10.65.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.65.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.65.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.65.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.65.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.65.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-doc-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-doc-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-doc-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-doc-3.6.15-150300.10.65.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.65.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.65.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.65.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testsuite-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.65.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.65.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.65.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.65.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-15T08:34:13Z",
"details": "moderate"
}
],
"title": "CVE-2023-52425"
},
{
"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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-15T08:34:13Z",
"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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-15T08:34:13Z",
"details": "moderate"
}
],
"title": "CVE-2024-0450"
},
{
"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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x",
"openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x",
"openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-15T08:34:13Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
}
]
}
SUSE-SU-2024:2572-1
Vulnerability from csaf_suse - Published: 2024-07-22 10:34 - Updated: 2024-07-22 10:34Summary
Security update for python312
Severity
Moderate
Notes
Title of the patch: Security update for python312
Description of the patch: This update for python312 fixes the following issues:
- CVE-2024-4032: Corrected information about public and private IPv4
and IPv6 address ranges (bsc#1226448).
Patchnames: SUSE-2024-2572,SUSE-SLE-Module-Python3-15-SP6-2024-2572,openSUSE-SLE-15.6-2024-2572
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
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
18 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python312",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python312 fixes the following issues:\n\n- CVE-2024-4032: Corrected information about public and private IPv4\n and IPv6 address ranges (bsc#1226448).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2572,SUSE-SLE-Module-Python3-15-SP6-2024-2572,openSUSE-SLE-15.6-2024-2572",
"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_2572-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2572-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242572-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2572-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-July/036102.html"
},
{
"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 1227152",
"url": "https://bugzilla.suse.com/1227152"
},
{
"category": "self",
"summary": "SUSE Bug 1227378",
"url": "https://bugzilla.suse.com/1227378"
},
{
"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-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/"
}
],
"title": "Security update for python312",
"tracking": {
"current_release_date": "2024-07-22T10:34:49Z",
"generator": {
"date": "2024-07-22T10:34:49Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2572-1",
"initial_release_date": "2024-07-22T10:34:49Z",
"revision_history": [
{
"date": "2024-07-22T10:34:49Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"product": {
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"product_id": "libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-3.12.4-150600.3.3.1.aarch64",
"product": {
"name": "python312-3.12.4-150600.3.3.1.aarch64",
"product_id": "python312-3.12.4-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.4-150600.3.3.1.aarch64",
"product": {
"name": "python312-base-3.12.4-150600.3.3.1.aarch64",
"product_id": "python312-base-3.12.4-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.4-150600.3.3.1.aarch64",
"product": {
"name": "python312-curses-3.12.4-150600.3.3.1.aarch64",
"product_id": "python312-curses-3.12.4-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.4-150600.3.3.1.aarch64",
"product": {
"name": "python312-dbm-3.12.4-150600.3.3.1.aarch64",
"product_id": "python312-dbm-3.12.4-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.4-150600.3.3.1.aarch64",
"product": {
"name": "python312-devel-3.12.4-150600.3.3.1.aarch64",
"product_id": "python312-devel-3.12.4-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.4-150600.3.3.1.aarch64",
"product": {
"name": "python312-doc-3.12.4-150600.3.3.1.aarch64",
"product_id": "python312-doc-3.12.4-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64",
"product": {
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64",
"product_id": "python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.4-150600.3.3.1.aarch64",
"product": {
"name": "python312-idle-3.12.4-150600.3.3.1.aarch64",
"product_id": "python312-idle-3.12.4-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.4-150600.3.3.1.aarch64",
"product": {
"name": "python312-testsuite-3.12.4-150600.3.3.1.aarch64",
"product_id": "python312-testsuite-3.12.4-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.4-150600.3.3.1.aarch64",
"product": {
"name": "python312-tk-3.12.4-150600.3.3.1.aarch64",
"product_id": "python312-tk-3.12.4-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.4-150600.3.3.1.aarch64",
"product": {
"name": "python312-tools-3.12.4-150600.3.3.1.aarch64",
"product_id": "python312-tools-3.12.4-150600.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-64bit-3.12.4-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "libpython3_12-1_0-64bit-3.12.4-150600.3.3.1.aarch64_ilp32",
"product_id": "libpython3_12-1_0-64bit-3.12.4-150600.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python312-64bit-3.12.4-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "python312-64bit-3.12.4-150600.3.3.1.aarch64_ilp32",
"product_id": "python312-64bit-3.12.4-150600.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python312-base-64bit-3.12.4-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "python312-base-64bit-3.12.4-150600.3.3.1.aarch64_ilp32",
"product_id": "python312-base-64bit-3.12.4-150600.3.3.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.i586",
"product": {
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.i586",
"product_id": "libpython3_12-1_0-3.12.4-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python312-3.12.4-150600.3.3.1.i586",
"product": {
"name": "python312-3.12.4-150600.3.3.1.i586",
"product_id": "python312-3.12.4-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.4-150600.3.3.1.i586",
"product": {
"name": "python312-base-3.12.4-150600.3.3.1.i586",
"product_id": "python312-base-3.12.4-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.4-150600.3.3.1.i586",
"product": {
"name": "python312-curses-3.12.4-150600.3.3.1.i586",
"product_id": "python312-curses-3.12.4-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.4-150600.3.3.1.i586",
"product": {
"name": "python312-dbm-3.12.4-150600.3.3.1.i586",
"product_id": "python312-dbm-3.12.4-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.4-150600.3.3.1.i586",
"product": {
"name": "python312-devel-3.12.4-150600.3.3.1.i586",
"product_id": "python312-devel-3.12.4-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.4-150600.3.3.1.i586",
"product": {
"name": "python312-doc-3.12.4-150600.3.3.1.i586",
"product_id": "python312-doc-3.12.4-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.i586",
"product": {
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.i586",
"product_id": "python312-doc-devhelp-3.12.4-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.4-150600.3.3.1.i586",
"product": {
"name": "python312-idle-3.12.4-150600.3.3.1.i586",
"product_id": "python312-idle-3.12.4-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.4-150600.3.3.1.i586",
"product": {
"name": "python312-testsuite-3.12.4-150600.3.3.1.i586",
"product_id": "python312-testsuite-3.12.4-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.4-150600.3.3.1.i586",
"product": {
"name": "python312-tk-3.12.4-150600.3.3.1.i586",
"product_id": "python312-tk-3.12.4-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.4-150600.3.3.1.i586",
"product": {
"name": "python312-tools-3.12.4-150600.3.3.1.i586",
"product_id": "python312-tools-3.12.4-150600.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"product": {
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"product_id": "libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-3.12.4-150600.3.3.1.ppc64le",
"product": {
"name": "python312-3.12.4-150600.3.3.1.ppc64le",
"product_id": "python312-3.12.4-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.4-150600.3.3.1.ppc64le",
"product": {
"name": "python312-base-3.12.4-150600.3.3.1.ppc64le",
"product_id": "python312-base-3.12.4-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.4-150600.3.3.1.ppc64le",
"product": {
"name": "python312-curses-3.12.4-150600.3.3.1.ppc64le",
"product_id": "python312-curses-3.12.4-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"product": {
"name": "python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"product_id": "python312-dbm-3.12.4-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.4-150600.3.3.1.ppc64le",
"product": {
"name": "python312-devel-3.12.4-150600.3.3.1.ppc64le",
"product_id": "python312-devel-3.12.4-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.4-150600.3.3.1.ppc64le",
"product": {
"name": "python312-doc-3.12.4-150600.3.3.1.ppc64le",
"product_id": "python312-doc-3.12.4-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le",
"product": {
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le",
"product_id": "python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.4-150600.3.3.1.ppc64le",
"product": {
"name": "python312-idle-3.12.4-150600.3.3.1.ppc64le",
"product_id": "python312-idle-3.12.4-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.4-150600.3.3.1.ppc64le",
"product": {
"name": "python312-testsuite-3.12.4-150600.3.3.1.ppc64le",
"product_id": "python312-testsuite-3.12.4-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.4-150600.3.3.1.ppc64le",
"product": {
"name": "python312-tk-3.12.4-150600.3.3.1.ppc64le",
"product_id": "python312-tk-3.12.4-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.4-150600.3.3.1.ppc64le",
"product": {
"name": "python312-tools-3.12.4-150600.3.3.1.ppc64le",
"product_id": "python312-tools-3.12.4-150600.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"product": {
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"product_id": "libpython3_12-1_0-3.12.4-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-3.12.4-150600.3.3.1.s390x",
"product": {
"name": "python312-3.12.4-150600.3.3.1.s390x",
"product_id": "python312-3.12.4-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.4-150600.3.3.1.s390x",
"product": {
"name": "python312-base-3.12.4-150600.3.3.1.s390x",
"product_id": "python312-base-3.12.4-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.4-150600.3.3.1.s390x",
"product": {
"name": "python312-curses-3.12.4-150600.3.3.1.s390x",
"product_id": "python312-curses-3.12.4-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.4-150600.3.3.1.s390x",
"product": {
"name": "python312-dbm-3.12.4-150600.3.3.1.s390x",
"product_id": "python312-dbm-3.12.4-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.4-150600.3.3.1.s390x",
"product": {
"name": "python312-devel-3.12.4-150600.3.3.1.s390x",
"product_id": "python312-devel-3.12.4-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.4-150600.3.3.1.s390x",
"product": {
"name": "python312-doc-3.12.4-150600.3.3.1.s390x",
"product_id": "python312-doc-3.12.4-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.s390x",
"product": {
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.s390x",
"product_id": "python312-doc-devhelp-3.12.4-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.4-150600.3.3.1.s390x",
"product": {
"name": "python312-idle-3.12.4-150600.3.3.1.s390x",
"product_id": "python312-idle-3.12.4-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.4-150600.3.3.1.s390x",
"product": {
"name": "python312-testsuite-3.12.4-150600.3.3.1.s390x",
"product_id": "python312-testsuite-3.12.4-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.4-150600.3.3.1.s390x",
"product": {
"name": "python312-tk-3.12.4-150600.3.3.1.s390x",
"product_id": "python312-tk-3.12.4-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.4-150600.3.3.1.s390x",
"product": {
"name": "python312-tools-3.12.4-150600.3.3.1.s390x",
"product_id": "python312-tools-3.12.4-150600.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"product_id": "libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64",
"product_id": "libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "python312-3.12.4-150600.3.3.1.x86_64",
"product_id": "python312-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "python312-32bit-3.12.4-150600.3.3.1.x86_64",
"product_id": "python312-32bit-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "python312-base-3.12.4-150600.3.3.1.x86_64",
"product_id": "python312-base-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-base-32bit-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "python312-base-32bit-3.12.4-150600.3.3.1.x86_64",
"product_id": "python312-base-32bit-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "python312-curses-3.12.4-150600.3.3.1.x86_64",
"product_id": "python312-curses-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "python312-dbm-3.12.4-150600.3.3.1.x86_64",
"product_id": "python312-dbm-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "python312-devel-3.12.4-150600.3.3.1.x86_64",
"product_id": "python312-devel-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "python312-doc-3.12.4-150600.3.3.1.x86_64",
"product_id": "python312-doc-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64",
"product_id": "python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "python312-idle-3.12.4-150600.3.3.1.x86_64",
"product_id": "python312-idle-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "python312-testsuite-3.12.4-150600.3.3.1.x86_64",
"product_id": "python312-testsuite-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "python312-tk-3.12.4-150600.3.3.1.x86_64",
"product_id": "python312-tk-3.12.4-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.4-150600.3.3.1.x86_64",
"product": {
"name": "python312-tools-3.12.4-150600.3.3.1.x86_64",
"product_id": "python312-tools-3.12.4-150600.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.4-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.4-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.4-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.4-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.4-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-base-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.4-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-base-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.4-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-base-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.4-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-base-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.4-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-curses-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.4-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-curses-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.4-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-curses-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.4-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-curses-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.4-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-dbm-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.4-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.4-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-dbm-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.4-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-dbm-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.4-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-devel-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.4-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-devel-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.4-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-devel-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.4-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-devel-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.4-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-idle-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.4-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-idle-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.4-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-idle-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.4-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-idle-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.4-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-tk-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.4-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-tk-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.4-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-tk-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.4-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-tk-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.4-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-tools-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.4-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-tools-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.4-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-tools-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.4-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-tools-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-32bit-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-base-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-base-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-base-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-base-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-32bit-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-base-32bit-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-curses-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-curses-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-curses-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-curses-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-dbm-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-dbm-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-dbm-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-devel-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-devel-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-devel-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-devel-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-doc-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-doc-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-doc-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-doc-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-doc-devhelp-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-idle-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-idle-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-idle-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-idle-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-testsuite-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-testsuite-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-testsuite-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-testsuite-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-tk-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-tk-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-tk-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-tk-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64"
},
"product_reference": "python312-tools-3.12.4-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le"
},
"product_reference": "python312-tools-3.12.4-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x"
},
"product_reference": "python312-tools-3.12.4-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64"
},
"product_reference": "python312-tools-3.12.4-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"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 Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.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 Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.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 Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-22T10:34:49Z",
"details": "moderate"
}
],
"title": "CVE-2024-0397"
},
{
"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 Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.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 Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.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 Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-22T10:34:49Z",
"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 Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.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 Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.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 Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-22T10:34:49Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
}
]
}
SUSE-SU-2024:2959-1
Vulnerability from csaf_suse - Published: 2024-08-19 11:16 - Updated: 2024-08-19 11:16Summary
Security update for python3
Severity
Low
Notes
Title of the patch: Security update for python3
Description of the patch: This update for python3 fixes the following issues:
- CVE-2024-4032: Fixed incorrect IPv4 and IPv6 private ranges (bsc#1226448).
- Stop using %%defattr, it seems to be breaking proper executable
attributes on /usr/bin/ scripts (bsc#1227378).
Patchnames: SUSE-2024-2959,SUSE-SLE-Module-Web-Scripting-12-2024-2959,SUSE-SLE-SDK-12-SP5-2024-2959,SUSE-SLE-SERVER-12-SP5-2024-2959
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
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.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.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.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "low"
},
"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-4032: Fixed incorrect IPv4 and IPv6 private ranges (bsc#1226448).\n\n- Stop using %%defattr, it seems to be breaking proper executable\n attributes on /usr/bin/ scripts (bsc#1227378).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2959,SUSE-SLE-Module-Web-Scripting-12-2024-2959,SUSE-SLE-SDK-12-SP5-2024-2959,SUSE-SLE-SERVER-12-SP5-2024-2959",
"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_2959-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2959-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242959-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2959-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-August/036499.html"
},
{
"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 CVE CVE-2024-4032 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4032/"
}
],
"title": "Security update for python3",
"tracking": {
"current_release_date": "2024-08-19T11:16:09Z",
"generator": {
"date": "2024-08-19T11:16:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2959-1",
"initial_release_date": "2024-08-19T11:16:09Z",
"revision_history": [
{
"date": "2024-08-19T11:16:09Z",
"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.133.1.aarch64",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.133.1.aarch64",
"product_id": "libpython3_4m1_0-3.4.10-25.133.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.133.1.aarch64",
"product": {
"name": "python3-3.4.10-25.133.1.aarch64",
"product_id": "python3-3.4.10-25.133.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.133.1.aarch64",
"product": {
"name": "python3-base-3.4.10-25.133.1.aarch64",
"product_id": "python3-base-3.4.10-25.133.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.133.1.aarch64",
"product": {
"name": "python3-curses-3.4.10-25.133.1.aarch64",
"product_id": "python3-curses-3.4.10-25.133.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.133.1.aarch64",
"product": {
"name": "python3-dbm-3.4.10-25.133.1.aarch64",
"product_id": "python3-dbm-3.4.10-25.133.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.133.1.aarch64",
"product": {
"name": "python3-devel-3.4.10-25.133.1.aarch64",
"product_id": "python3-devel-3.4.10-25.133.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.133.1.aarch64",
"product": {
"name": "python3-idle-3.4.10-25.133.1.aarch64",
"product_id": "python3-idle-3.4.10-25.133.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.133.1.aarch64",
"product": {
"name": "python3-testsuite-3.4.10-25.133.1.aarch64",
"product_id": "python3-testsuite-3.4.10-25.133.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.133.1.aarch64",
"product": {
"name": "python3-tk-3.4.10-25.133.1.aarch64",
"product_id": "python3-tk-3.4.10-25.133.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.133.1.aarch64",
"product": {
"name": "python3-tools-3.4.10-25.133.1.aarch64",
"product_id": "python3-tools-3.4.10-25.133.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-64bit-3.4.10-25.133.1.aarch64_ilp32",
"product": {
"name": "libpython3_4m1_0-64bit-3.4.10-25.133.1.aarch64_ilp32",
"product_id": "libpython3_4m1_0-64bit-3.4.10-25.133.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python3-64bit-3.4.10-25.133.1.aarch64_ilp32",
"product": {
"name": "python3-64bit-3.4.10-25.133.1.aarch64_ilp32",
"product_id": "python3-64bit-3.4.10-25.133.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python3-base-64bit-3.4.10-25.133.1.aarch64_ilp32",
"product": {
"name": "python3-base-64bit-3.4.10-25.133.1.aarch64_ilp32",
"product_id": "python3-base-64bit-3.4.10-25.133.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.133.1.i586",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.133.1.i586",
"product_id": "libpython3_4m1_0-3.4.10-25.133.1.i586"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.133.1.i586",
"product": {
"name": "python3-3.4.10-25.133.1.i586",
"product_id": "python3-3.4.10-25.133.1.i586"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.133.1.i586",
"product": {
"name": "python3-base-3.4.10-25.133.1.i586",
"product_id": "python3-base-3.4.10-25.133.1.i586"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.133.1.i586",
"product": {
"name": "python3-curses-3.4.10-25.133.1.i586",
"product_id": "python3-curses-3.4.10-25.133.1.i586"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.133.1.i586",
"product": {
"name": "python3-dbm-3.4.10-25.133.1.i586",
"product_id": "python3-dbm-3.4.10-25.133.1.i586"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.133.1.i586",
"product": {
"name": "python3-devel-3.4.10-25.133.1.i586",
"product_id": "python3-devel-3.4.10-25.133.1.i586"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.133.1.i586",
"product": {
"name": "python3-idle-3.4.10-25.133.1.i586",
"product_id": "python3-idle-3.4.10-25.133.1.i586"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.133.1.i586",
"product": {
"name": "python3-testsuite-3.4.10-25.133.1.i586",
"product_id": "python3-testsuite-3.4.10-25.133.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.133.1.i586",
"product": {
"name": "python3-tk-3.4.10-25.133.1.i586",
"product_id": "python3-tk-3.4.10-25.133.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.133.1.i586",
"product": {
"name": "python3-tools-3.4.10-25.133.1.i586",
"product_id": "python3-tools-3.4.10-25.133.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-doc-3.4.10-25.133.1.noarch",
"product": {
"name": "python3-doc-3.4.10-25.133.1.noarch",
"product_id": "python3-doc-3.4.10-25.133.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-doc-pdf-3.4.10-25.133.1.noarch",
"product": {
"name": "python3-doc-pdf-3.4.10-25.133.1.noarch",
"product_id": "python3-doc-pdf-3.4.10-25.133.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.133.1.ppc64le",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.133.1.ppc64le",
"product_id": "libpython3_4m1_0-3.4.10-25.133.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.133.1.ppc64le",
"product": {
"name": "python3-3.4.10-25.133.1.ppc64le",
"product_id": "python3-3.4.10-25.133.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.133.1.ppc64le",
"product": {
"name": "python3-base-3.4.10-25.133.1.ppc64le",
"product_id": "python3-base-3.4.10-25.133.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.133.1.ppc64le",
"product": {
"name": "python3-curses-3.4.10-25.133.1.ppc64le",
"product_id": "python3-curses-3.4.10-25.133.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.133.1.ppc64le",
"product": {
"name": "python3-dbm-3.4.10-25.133.1.ppc64le",
"product_id": "python3-dbm-3.4.10-25.133.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.133.1.ppc64le",
"product": {
"name": "python3-devel-3.4.10-25.133.1.ppc64le",
"product_id": "python3-devel-3.4.10-25.133.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.133.1.ppc64le",
"product": {
"name": "python3-idle-3.4.10-25.133.1.ppc64le",
"product_id": "python3-idle-3.4.10-25.133.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.133.1.ppc64le",
"product": {
"name": "python3-testsuite-3.4.10-25.133.1.ppc64le",
"product_id": "python3-testsuite-3.4.10-25.133.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.133.1.ppc64le",
"product": {
"name": "python3-tk-3.4.10-25.133.1.ppc64le",
"product_id": "python3-tk-3.4.10-25.133.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.133.1.ppc64le",
"product": {
"name": "python3-tools-3.4.10-25.133.1.ppc64le",
"product_id": "python3-tools-3.4.10-25.133.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.133.1.s390",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.133.1.s390",
"product_id": "libpython3_4m1_0-3.4.10-25.133.1.s390"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.133.1.s390",
"product": {
"name": "python3-3.4.10-25.133.1.s390",
"product_id": "python3-3.4.10-25.133.1.s390"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.133.1.s390",
"product": {
"name": "python3-base-3.4.10-25.133.1.s390",
"product_id": "python3-base-3.4.10-25.133.1.s390"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.133.1.s390",
"product": {
"name": "python3-curses-3.4.10-25.133.1.s390",
"product_id": "python3-curses-3.4.10-25.133.1.s390"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.133.1.s390",
"product": {
"name": "python3-dbm-3.4.10-25.133.1.s390",
"product_id": "python3-dbm-3.4.10-25.133.1.s390"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.133.1.s390",
"product": {
"name": "python3-devel-3.4.10-25.133.1.s390",
"product_id": "python3-devel-3.4.10-25.133.1.s390"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.133.1.s390",
"product": {
"name": "python3-idle-3.4.10-25.133.1.s390",
"product_id": "python3-idle-3.4.10-25.133.1.s390"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.133.1.s390",
"product": {
"name": "python3-testsuite-3.4.10-25.133.1.s390",
"product_id": "python3-testsuite-3.4.10-25.133.1.s390"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.133.1.s390",
"product": {
"name": "python3-tk-3.4.10-25.133.1.s390",
"product_id": "python3-tk-3.4.10-25.133.1.s390"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.133.1.s390",
"product": {
"name": "python3-tools-3.4.10-25.133.1.s390",
"product_id": "python3-tools-3.4.10-25.133.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.133.1.s390x",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.133.1.s390x",
"product_id": "libpython3_4m1_0-3.4.10-25.133.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_4m1_0-32bit-3.4.10-25.133.1.s390x",
"product": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.133.1.s390x",
"product_id": "libpython3_4m1_0-32bit-3.4.10-25.133.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.133.1.s390x",
"product": {
"name": "python3-3.4.10-25.133.1.s390x",
"product_id": "python3-3.4.10-25.133.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-32bit-3.4.10-25.133.1.s390x",
"product": {
"name": "python3-32bit-3.4.10-25.133.1.s390x",
"product_id": "python3-32bit-3.4.10-25.133.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.133.1.s390x",
"product": {
"name": "python3-base-3.4.10-25.133.1.s390x",
"product_id": "python3-base-3.4.10-25.133.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-32bit-3.4.10-25.133.1.s390x",
"product": {
"name": "python3-base-32bit-3.4.10-25.133.1.s390x",
"product_id": "python3-base-32bit-3.4.10-25.133.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.133.1.s390x",
"product": {
"name": "python3-curses-3.4.10-25.133.1.s390x",
"product_id": "python3-curses-3.4.10-25.133.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.133.1.s390x",
"product": {
"name": "python3-dbm-3.4.10-25.133.1.s390x",
"product_id": "python3-dbm-3.4.10-25.133.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.133.1.s390x",
"product": {
"name": "python3-devel-3.4.10-25.133.1.s390x",
"product_id": "python3-devel-3.4.10-25.133.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.133.1.s390x",
"product": {
"name": "python3-idle-3.4.10-25.133.1.s390x",
"product_id": "python3-idle-3.4.10-25.133.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.133.1.s390x",
"product": {
"name": "python3-testsuite-3.4.10-25.133.1.s390x",
"product_id": "python3-testsuite-3.4.10-25.133.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.133.1.s390x",
"product": {
"name": "python3-tk-3.4.10-25.133.1.s390x",
"product_id": "python3-tk-3.4.10-25.133.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.133.1.s390x",
"product": {
"name": "python3-tools-3.4.10-25.133.1.s390x",
"product_id": "python3-tools-3.4.10-25.133.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.133.1.x86_64",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.133.1.x86_64",
"product_id": "libpython3_4m1_0-3.4.10-25.133.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_4m1_0-32bit-3.4.10-25.133.1.x86_64",
"product": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.133.1.x86_64",
"product_id": "libpython3_4m1_0-32bit-3.4.10-25.133.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.133.1.x86_64",
"product": {
"name": "python3-3.4.10-25.133.1.x86_64",
"product_id": "python3-3.4.10-25.133.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-32bit-3.4.10-25.133.1.x86_64",
"product": {
"name": "python3-32bit-3.4.10-25.133.1.x86_64",
"product_id": "python3-32bit-3.4.10-25.133.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.133.1.x86_64",
"product": {
"name": "python3-base-3.4.10-25.133.1.x86_64",
"product_id": "python3-base-3.4.10-25.133.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-32bit-3.4.10-25.133.1.x86_64",
"product": {
"name": "python3-base-32bit-3.4.10-25.133.1.x86_64",
"product_id": "python3-base-32bit-3.4.10-25.133.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.133.1.x86_64",
"product": {
"name": "python3-curses-3.4.10-25.133.1.x86_64",
"product_id": "python3-curses-3.4.10-25.133.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.133.1.x86_64",
"product": {
"name": "python3-dbm-3.4.10-25.133.1.x86_64",
"product_id": "python3-dbm-3.4.10-25.133.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.133.1.x86_64",
"product": {
"name": "python3-devel-3.4.10-25.133.1.x86_64",
"product_id": "python3-devel-3.4.10-25.133.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.133.1.x86_64",
"product": {
"name": "python3-idle-3.4.10-25.133.1.x86_64",
"product_id": "python3-idle-3.4.10-25.133.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.133.1.x86_64",
"product": {
"name": "python3-testsuite-3.4.10-25.133.1.x86_64",
"product_id": "python3-testsuite-3.4.10-25.133.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.133.1.x86_64",
"product": {
"name": "python3-tk-3.4.10-25.133.1.x86_64",
"product_id": "python3-tk-3.4.10-25.133.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.133.1.x86_64",
"product": {
"name": "python3-tools-3.4.10-25.133.1.x86_64",
"product_id": "python3-tools-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-base-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-base-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-base-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-base-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-curses-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-curses-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-curses-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-curses-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-dbm-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-dbm-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-dbm-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-dbm-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-devel-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-devel-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-devel-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-devel-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.133.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.133.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.aarch64"
},
"product_reference": "python3-3.4.10-25.133.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.133.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.ppc64le"
},
"product_reference": "python3-3.4.10-25.133.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.133.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.s390x"
},
"product_reference": "python3-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-base-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-base-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-base-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-base-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-curses-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-curses-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-curses-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-curses-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-devel-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-devel-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-devel-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-devel-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-tk-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-tk-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-tk-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-tk-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-base-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-base-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-base-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-base-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-curses-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-curses-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-curses-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-curses-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-devel-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-devel-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-devel-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-devel-3.4.10-25.133.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.133.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.133.1.aarch64"
},
"product_reference": "python3-tk-3.4.10-25.133.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.133.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.133.1.ppc64le"
},
"product_reference": "python3-tk-3.4.10-25.133.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.133.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.133.1.s390x"
},
"product_reference": "python3-tk-3.4.10-25.133.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.133.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.133.1.x86_64"
},
"product_reference": "python3-tk-3.4.10-25.133.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"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 Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.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 Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.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 Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.133.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.133.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-08-19T11:16:09Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
}
]
}
SUSE-SU-2024:2982-1
Vulnerability from csaf_suse - Published: 2024-08-20 09:08 - Updated: 2024-08-20 09:08Summary
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:
Security issues fixed:
- CVE-2024-6923: Fixed email header injection due to unquoted newlines (bsc#1228780)
- CVE-2024-5642: Removed support for anything but OpenSSL 1.1.1 or newer (bsc#1227233)
- CVE-2024-4032: Fixed incorrect IPv4 and IPv6 private ranges (bsc#1226448)
Non-security issues fixed:
- Fixed executable bits for /usr/bin/idle* (bsc#1227378).
- Improve python reproducible builds (bsc#1227999)
- Make pip and modern tools install directly in /usr/local when used by the user (bsc#1225660)
- %{profileopt} variable is set according to the variable %{do_profiling} (bsc#1227999)
Patchnames: SUSE-2024-2982,SUSE-SLE-Module-Basesystem-15-SP6-2024-2982,SUSE-SLE-Module-Python3-15-SP6-2024-2982,openSUSE-SLE-15.6-2024-2982
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
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.8 (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.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
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.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
23 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\nSecurity issues fixed:\n\n- CVE-2024-6923: Fixed email header injection due to unquoted newlines (bsc#1228780)\n- CVE-2024-5642: Removed support for anything but OpenSSL 1.1.1 or newer (bsc#1227233)\n- CVE-2024-4032: Fixed incorrect IPv4 and IPv6 private ranges (bsc#1226448)\n\nNon-security issues fixed:\n\n- Fixed executable bits for /usr/bin/idle* (bsc#1227378).\n- Improve python reproducible builds (bsc#1227999)\n- Make pip and modern tools install directly in /usr/local when used by the user (bsc#1225660)\n- %{profileopt} variable is set according to the variable %{do_profiling} (bsc#1227999)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2982,SUSE-SLE-Module-Basesystem-15-SP6-2024-2982,SUSE-SLE-Module-Python3-15-SP6-2024-2982,openSUSE-SLE-15.6-2024-2982",
"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_2982-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2982-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242982-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2982-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-August/036645.html"
},
{
"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 1228780",
"url": "https://bugzilla.suse.com/1228780"
},
{
"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-2024-0397 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0397/"
},
{
"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-6923 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6923/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2024-08-20T09:08:57Z",
"generator": {
"date": "2024-08-20T09:08:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2982-1",
"initial_release_date": "2024-08-20T09:08:57Z",
"revision_history": [
{
"date": "2024-08-20T09:08:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.9-150600.3.3.1.aarch64",
"product": {
"name": "python311-3.11.9-150600.3.3.1.aarch64",
"product_id": "python311-3.11.9-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.9-150600.3.3.1.aarch64",
"product": {
"name": "python311-base-3.11.9-150600.3.3.1.aarch64",
"product_id": "python311-base-3.11.9-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.9-150600.3.3.1.aarch64",
"product": {
"name": "python311-curses-3.11.9-150600.3.3.1.aarch64",
"product_id": "python311-curses-3.11.9-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.9-150600.3.3.1.aarch64",
"product": {
"name": "python311-dbm-3.11.9-150600.3.3.1.aarch64",
"product_id": "python311-dbm-3.11.9-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.9-150600.3.3.1.aarch64",
"product": {
"name": "python311-devel-3.11.9-150600.3.3.1.aarch64",
"product_id": "python311-devel-3.11.9-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.9-150600.3.3.1.aarch64",
"product": {
"name": "python311-doc-3.11.9-150600.3.3.1.aarch64",
"product_id": "python311-doc-3.11.9-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"product": {
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"product_id": "python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.9-150600.3.3.1.aarch64",
"product": {
"name": "python311-idle-3.11.9-150600.3.3.1.aarch64",
"product_id": "python311-idle-3.11.9-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"product": {
"name": "python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"product_id": "python311-testsuite-3.11.9-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.9-150600.3.3.1.aarch64",
"product": {
"name": "python311-tk-3.11.9-150600.3.3.1.aarch64",
"product_id": "python311-tk-3.11.9-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.9-150600.3.3.1.aarch64",
"product": {
"name": "python311-tools-3.11.9-150600.3.3.1.aarch64",
"product_id": "python311-tools-3.11.9-150600.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-64bit-3.11.9-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "libpython3_11-1_0-64bit-3.11.9-150600.3.3.1.aarch64_ilp32",
"product_id": "libpython3_11-1_0-64bit-3.11.9-150600.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-64bit-3.11.9-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "python311-64bit-3.11.9-150600.3.3.1.aarch64_ilp32",
"product_id": "python311-64bit-3.11.9-150600.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-base-64bit-3.11.9-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "python311-base-64bit-3.11.9-150600.3.3.1.aarch64_ilp32",
"product_id": "python311-base-64bit-3.11.9-150600.3.3.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.9-150600.3.3.1.i586",
"product": {
"name": "libpython3_11-1_0-3.11.9-150600.3.3.1.i586",
"product_id": "libpython3_11-1_0-3.11.9-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python311-3.11.9-150600.3.3.1.i586",
"product": {
"name": "python311-3.11.9-150600.3.3.1.i586",
"product_id": "python311-3.11.9-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.9-150600.3.3.1.i586",
"product": {
"name": "python311-base-3.11.9-150600.3.3.1.i586",
"product_id": "python311-base-3.11.9-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.9-150600.3.3.1.i586",
"product": {
"name": "python311-curses-3.11.9-150600.3.3.1.i586",
"product_id": "python311-curses-3.11.9-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.9-150600.3.3.1.i586",
"product": {
"name": "python311-dbm-3.11.9-150600.3.3.1.i586",
"product_id": "python311-dbm-3.11.9-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.9-150600.3.3.1.i586",
"product": {
"name": "python311-devel-3.11.9-150600.3.3.1.i586",
"product_id": "python311-devel-3.11.9-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.9-150600.3.3.1.i586",
"product": {
"name": "python311-doc-3.11.9-150600.3.3.1.i586",
"product_id": "python311-doc-3.11.9-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.i586",
"product": {
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.i586",
"product_id": "python311-doc-devhelp-3.11.9-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.9-150600.3.3.1.i586",
"product": {
"name": "python311-idle-3.11.9-150600.3.3.1.i586",
"product_id": "python311-idle-3.11.9-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.9-150600.3.3.1.i586",
"product": {
"name": "python311-testsuite-3.11.9-150600.3.3.1.i586",
"product_id": "python311-testsuite-3.11.9-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.9-150600.3.3.1.i586",
"product": {
"name": "python311-tk-3.11.9-150600.3.3.1.i586",
"product_id": "python311-tk-3.11.9-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.9-150600.3.3.1.i586",
"product": {
"name": "python311-tools-3.11.9-150600.3.3.1.i586",
"product_id": "python311-tools-3.11.9-150600.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"product_id": "libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.9-150600.3.3.1.ppc64le",
"product": {
"name": "python311-3.11.9-150600.3.3.1.ppc64le",
"product_id": "python311-3.11.9-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.9-150600.3.3.1.ppc64le",
"product": {
"name": "python311-base-3.11.9-150600.3.3.1.ppc64le",
"product_id": "python311-base-3.11.9-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.9-150600.3.3.1.ppc64le",
"product": {
"name": "python311-curses-3.11.9-150600.3.3.1.ppc64le",
"product_id": "python311-curses-3.11.9-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"product": {
"name": "python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"product_id": "python311-dbm-3.11.9-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.9-150600.3.3.1.ppc64le",
"product": {
"name": "python311-devel-3.11.9-150600.3.3.1.ppc64le",
"product_id": "python311-devel-3.11.9-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.9-150600.3.3.1.ppc64le",
"product": {
"name": "python311-doc-3.11.9-150600.3.3.1.ppc64le",
"product_id": "python311-doc-3.11.9-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"product": {
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"product_id": "python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.9-150600.3.3.1.ppc64le",
"product": {
"name": "python311-idle-3.11.9-150600.3.3.1.ppc64le",
"product_id": "python311-idle-3.11.9-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"product": {
"name": "python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"product_id": "python311-testsuite-3.11.9-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.9-150600.3.3.1.ppc64le",
"product": {
"name": "python311-tk-3.11.9-150600.3.3.1.ppc64le",
"product_id": "python311-tk-3.11.9-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.9-150600.3.3.1.ppc64le",
"product": {
"name": "python311-tools-3.11.9-150600.3.3.1.ppc64le",
"product_id": "python311-tools-3.11.9-150600.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"product_id": "libpython3_11-1_0-3.11.9-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.9-150600.3.3.1.s390x",
"product": {
"name": "python311-3.11.9-150600.3.3.1.s390x",
"product_id": "python311-3.11.9-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.9-150600.3.3.1.s390x",
"product": {
"name": "python311-base-3.11.9-150600.3.3.1.s390x",
"product_id": "python311-base-3.11.9-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.9-150600.3.3.1.s390x",
"product": {
"name": "python311-curses-3.11.9-150600.3.3.1.s390x",
"product_id": "python311-curses-3.11.9-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.9-150600.3.3.1.s390x",
"product": {
"name": "python311-dbm-3.11.9-150600.3.3.1.s390x",
"product_id": "python311-dbm-3.11.9-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.9-150600.3.3.1.s390x",
"product": {
"name": "python311-devel-3.11.9-150600.3.3.1.s390x",
"product_id": "python311-devel-3.11.9-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.9-150600.3.3.1.s390x",
"product": {
"name": "python311-doc-3.11.9-150600.3.3.1.s390x",
"product_id": "python311-doc-3.11.9-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"product": {
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"product_id": "python311-doc-devhelp-3.11.9-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.9-150600.3.3.1.s390x",
"product": {
"name": "python311-idle-3.11.9-150600.3.3.1.s390x",
"product_id": "python311-idle-3.11.9-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.9-150600.3.3.1.s390x",
"product": {
"name": "python311-testsuite-3.11.9-150600.3.3.1.s390x",
"product_id": "python311-testsuite-3.11.9-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.9-150600.3.3.1.s390x",
"product": {
"name": "python311-tk-3.11.9-150600.3.3.1.s390x",
"product_id": "python311-tk-3.11.9-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.9-150600.3.3.1.s390x",
"product": {
"name": "python311-tools-3.11.9-150600.3.3.1.s390x",
"product_id": "python311-tools-3.11.9-150600.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"product_id": "libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "python311-3.11.9-150600.3.3.1.x86_64",
"product_id": "python311-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "python311-32bit-3.11.9-150600.3.3.1.x86_64",
"product_id": "python311-32bit-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "python311-base-3.11.9-150600.3.3.1.x86_64",
"product_id": "python311-base-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"product_id": "python311-base-32bit-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "python311-curses-3.11.9-150600.3.3.1.x86_64",
"product_id": "python311-curses-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "python311-dbm-3.11.9-150600.3.3.1.x86_64",
"product_id": "python311-dbm-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "python311-devel-3.11.9-150600.3.3.1.x86_64",
"product_id": "python311-devel-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "python311-doc-3.11.9-150600.3.3.1.x86_64",
"product_id": "python311-doc-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"product_id": "python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "python311-idle-3.11.9-150600.3.3.1.x86_64",
"product_id": "python311-idle-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"product_id": "python311-testsuite-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "python311-tk-3.11.9-150600.3.3.1.x86_64",
"product_id": "python311-tk-3.11.9-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.9-150600.3.3.1.x86_64",
"product": {
"name": "python311-tools-3.11.9-150600.3.3.1.x86_64",
"product_id": "python311-tools-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-base-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-base-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.s390x"
},
"product_reference": "python311-base-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-base-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.s390x"
},
"product_reference": "python311-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-curses-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-curses-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.s390x"
},
"product_reference": "python311-curses-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-curses-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-dbm-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.s390x"
},
"product_reference": "python311-dbm-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-dbm-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-devel-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-devel-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.s390x"
},
"product_reference": "python311-devel-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-devel-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-idle-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-idle-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.s390x"
},
"product_reference": "python311-idle-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-idle-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-tk-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-tk-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.s390x"
},
"product_reference": "python311-tk-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-tk-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-tools-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-tools-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.s390x"
},
"product_reference": "python311-tools-3.11.9-150600.3.3.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.9-150600.3.3.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.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-tools-3.11.9-150600.3.3.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.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.9-150600.3.3.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.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-3.11.9-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-3.11.9-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x"
},
"product_reference": "python311-3.11.9-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-32bit-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-base-3.11.9-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-base-3.11.9-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x"
},
"product_reference": "python311-base-3.11.9-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-base-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-32bit-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-curses-3.11.9-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-curses-3.11.9-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x"
},
"product_reference": "python311-curses-3.11.9-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-curses-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-dbm-3.11.9-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x"
},
"product_reference": "python311-dbm-3.11.9-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-dbm-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-devel-3.11.9-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-devel-3.11.9-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x"
},
"product_reference": "python311-devel-3.11.9-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-devel-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-doc-3.11.9-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-doc-3.11.9-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x"
},
"product_reference": "python311-doc-3.11.9-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-doc-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-idle-3.11.9-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-idle-3.11.9-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x"
},
"product_reference": "python311-idle-3.11.9-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-idle-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x"
},
"product_reference": "python311-testsuite-3.11.9-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-tk-3.11.9-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-tk-3.11.9-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x"
},
"product_reference": "python311-tk-3.11.9-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-tk-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64"
},
"product_reference": "python311-tools-3.11.9-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le"
},
"product_reference": "python311-tools-3.11.9-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x"
},
"product_reference": "python311-tools-3.11.9-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64"
},
"product_reference": "python311-tools-3.11.9-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"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 Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.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 Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-08-20T09:08:57Z",
"details": "moderate"
}
],
"title": "CVE-2023-27043"
},
{
"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 Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.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 Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.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 Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-08-20T09:08:57Z",
"details": "moderate"
}
],
"title": "CVE-2024-0397"
},
{
"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 Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.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 Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.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 Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-08-20T09:08:57Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
},
{
"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 Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.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 Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.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 Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-08-20T09:08:57Z",
"details": "important"
}
],
"title": "CVE-2024-6923"
}
]
}
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"
}
]
}
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…